A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/pager__message__dlg_8cpp_source.html below:

NCBI C++ ToolKit: src/gui/framework/pager_message_dlg.cpp Source File

40 #include <wx/button.h> 41 #include <wx/checkbox.h> 78  Create

(parent,

id

, caption, pos,

size

, style);

89 

SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY|wxWS_EX_BLOCK_EVENTS);

90

CDialog::Create( parent,

id

, caption, pos,

size

, style );

95

GetSizer()->SetSizeHints(

this

);

100

wxHtmlWindow* htmlWnd = (wxHtmlWindow*)FindWindow(

ID_HTMLWINDOW

);

101  if

(htmlWnd) htmlWnd->SetPage(

GetHTML

());

143

wxBoxSizer* itemBoxSizer2 =

new

wxBoxSizer(wxVERTICAL);

144

itemDialog1->SetSizer(itemBoxSizer2);

146

wxHtmlWindow* itemHtmlWindow1 =

new

wxHtmlWindow( itemDialog1,

ID_HTMLWINDOW

, wxDefaultPosition, wxSize(400, 300), wxHW_SCROLLBAR_AUTO|wxSUNKEN_BORDER|wxHSCROLL|wxVSCROLL );

147

itemBoxSizer2->Add(itemHtmlWindow1, 1, wxGROW|wxALL, 5);

149

wxBoxSizer* itemBoxSizer3 =

new

wxBoxSizer(wxHORIZONTAL);

150

itemBoxSizer2->Add(itemBoxSizer3, 0, wxALIGN_RIGHT|wxALL, 5);

152

wxCheckBox* itemCheckBox4 =

new

wxCheckBox( itemDialog1,

ID_CHECKBOX

,

_

(

"Do not to show this message again"

), wxDefaultPosition, wxDefaultSize, 0 );

153

itemCheckBox4->SetValue(

false

);

154

itemBoxSizer3->Add(itemCheckBox4, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);

156

wxButton* itemButton1 =

new

wxButton( itemDialog1,

ID_FEEDBACK_BTM

,

_

(

"Feedback"

), wxDefaultPosition, wxDefaultSize, 0 );

157

itemBoxSizer3->Add(itemButton1, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);

159

wxButton* itemButton5 =

new

wxButton( itemDialog1, wxID_OK,

_

(

"OK"

), wxDefaultPosition, wxDefaultSize, 0 );

160

itemBoxSizer3->Add(itemButton5, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);

163

itemCheckBox4->SetValidator( wxGenericValidator(&

m_DoNotShow

) );

169  if

(TransferDataFromWindow()) {

virtual void EndModal(int retCode)

virtual void SetRegistryPath(const string &path)

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

const struct ncbi::grid::netcache::search::fields::SIZE size


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4