( parent,
id, caption, pos,
size, style );
80wxDialog::Create( parent,
id, caption, pos,
size, style );
85GetSizer()->SetSizeHints(
this);
87Centre(wxBOTH | wxCENTRE_ON_SCREEN);
123wxBoxSizer* itemBoxSizer2 =
newwxBoxSizer(wxVERTICAL);
124itemFrame1->SetSizer(itemBoxSizer2);
126wxPanel* itemPanel3 =
newwxPanel( itemFrame1,
wxID_ANY);
127itemBoxSizer2->Add(itemPanel3, 1, wxGROW|wxALL, 0);
129wxBoxSizer* itemBoxSizer4 =
newwxBoxSizer(wxVERTICAL);
130itemPanel3->SetSizer(itemBoxSizer4);
133itemBoxSizer4->Add(
m_Panel, 1, wxEXPAND|wxALL, 0);
136wxBoxSizer* itemBoxSizer12 =
newwxBoxSizer(wxHORIZONTAL);
137itemBoxSizer4->Add(itemBoxSizer12, 0, wxEXPAND | wxALL, 0);
139itemBoxSizer12->AddStretchSpacer();
141wxButton* itemButton14 =
newwxButton(itemPanel3, wxID_OK,
_(
"Accept"), wxDefaultPosition, wxDefaultSize, 0);
142itemBoxSizer12->Add(itemButton14, 0, wxALL, 5);
144wxButton* itemButton15 =
newwxButton( itemPanel3, wxID_CANCEL,
_(
"Cancel"), wxDefaultPosition, wxDefaultSize, 0 );
145itemBoxSizer12->Add(itemButton15, 0, wxALL, 5);
195 switch(event.GetKeyCode())
199 if(event.ControlDown())
201 m_Panel->SetSelection(-1, -1);
~CSimpleTextEditor()
Destructor.
static bool ShowToolTips()
Should we show tooltips?
wxIcon GetIconResource(const wxString &name)
Retrieves icon resources.
void OnKey(wxKeyEvent &event)
void CreateControls()
Creates the controls and sizers.
CSimpleTextEditor()
Constructors.
wxBitmap GetBitmapResource(const wxString &name)
Retrieves bitmap resources.
void Init()
Initialises member variables.
bool Create(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &caption=_("Multi-line Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(600, 400), long style=wxCAPTION|wxSYSTEM_MENU|wxCLOSE_BOX|wxRESIZE_BORDER)
@ ID_SIMPLE_TEXT_EDIT_PANEL
IMPLEMENT_CLASS(CFloatingFrame, CFloatingFrameBaseClass) const static long kFloatFrameStyle
CFloatingFrame.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
static void text(MDB_val *v)
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