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/wx__marker__name__dlg_8cpp_source.html below:

NCBI C++ ToolKit: src/gui/widgets/seq_graphic/wx_marker_name_dlg.cpp Source File

64  Create

(parent,

id

, caption, pos,

size

, style);

70 

SetExtraStyle(wxWS_EX_BLOCK_EVENTS);

71

wxDialog::Create( parent,

id

, caption, pos,

size

, style );

76

GetSizer()->SetSizeHints(

this

);

115

wxBoxSizer* itemBoxSizer2 =

new

wxBoxSizer(wxVERTICAL);

116

itemDialog1->SetSizer(itemBoxSizer2);

118

wxBoxSizer* itemBoxSizer3 =

new

wxBoxSizer(wxHORIZONTAL);

119

itemBoxSizer2->Add(itemBoxSizer3, 0, wxALIGN_CENTER_HORIZONTAL|wxLEFT|wxRIGHT|wxTOP, 5);

121  m_Msg

=

new

wxStaticText( itemDialog1, wxID_STATIC,

_

(

"Please Input a New Marker Name"

), wxDefaultPosition, wxDefaultSize, 0 );

122

itemBoxSizer3->Add(

m_Msg

, 0, wxGROW|wxTOP|wxBOTTOM, 0);

124

wxBoxSizer* itemBoxSizer5 =

new

wxBoxSizer(wxHORIZONTAL);

125

itemBoxSizer2->Add(itemBoxSizer5, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);

127

wxStaticText* itemStaticText6 =

new

wxStaticText( itemDialog1, wxID_STATIC,

_

(

"New name:"

), wxDefaultPosition, wxDefaultSize, 0 );

128

itemBoxSizer5->Add(itemStaticText6, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);

130  m_MarkerName

=

new

wxTextCtrl( itemDialog1,

ID_TEXTCTRL

, wxEmptyString, wxDefaultPosition, wxSize(200, -1), 0 );

131

itemBoxSizer5->Add(

m_MarkerName

, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5);

133

wxStdDialogButtonSizer* itemStdDialogButtonSizer8 =

new

wxStdDialogButtonSizer;

135

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

136

wxButton* itemButton9 =

new

wxButton( itemDialog1, wxID_OK,

_

(

"&OK"

), wxDefaultPosition, wxDefaultSize, 0 );

137

itemButton9->SetDefault();

138

itemStdDialogButtonSizer8->AddButton(itemButton9);

140

wxButton* itemButton10 =

new

wxButton( itemDialog1, wxID_CANCEL,

_

(

"&Cancel"

), wxDefaultPosition, wxDefaultSize, 0 );

141

itemStdDialogButtonSizer8->AddButton(itemButton10);

143

itemStdDialogButtonSizer8->Realize();

string GetMarkerName() const

bool Create(wxWindow *parent, wxWindowID id=10019, const wxString &caption=_("Rename Marker"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL)

wxBitmap GetBitmapResource(const wxString &name)

static bool ShowToolTips()

wxIcon GetIconResource(const wxString &name)

void OnOkClick(wxCommandEvent &event)

wxTextCtrl * m_MarkerName

void SetMarkerName(const string &name)

#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

wxString ToWxString(const string &s)

string ToStdString(const wxString &s)


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