virtual wxControl *GetWidget() const { return m_lbox; }
virtual void RecreateWidget() { CreateLbox(); }
+ // lazy creation of the content
+ virtual void CreateContent();
+
protected:
// event handlers
void OnButtonReset(wxCommandEvent& event);
#ifdef __WXWINCE__
wxListBoxBase
#else
- wxListBox
+ wxListBox
#endif
*m_lbox;
m_lbox = NULL;
m_sizerLbox = (wxSizer *)NULL;
+}
+
+void ListboxWidgetsPage::CreateContent()
+{
/*
What we create here is a frame having 3 panes: style pane is the
leftmost one, in the middle the pane with buttons allowing to perform