Did somework on the generic dialogs,
Renamed wxBox -> wxBoxSizer Removed old dialog layout code, git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,7 +11,6 @@ wx_generic_include_HEADERS = \
|
||||
colrdlgg.h \
|
||||
dcpsg.h \
|
||||
dirdlgg.h \
|
||||
extdlgg.h \
|
||||
fontdlgg.h \
|
||||
gridg.h \
|
||||
helpext.h \
|
||||
|
@@ -80,6 +80,7 @@ public:
|
||||
|
||||
protected:
|
||||
int m_selection;
|
||||
int m_dialogStyle;
|
||||
wxString m_stringSelection;
|
||||
wxListBox *m_listbox;
|
||||
|
||||
|
@@ -47,6 +47,7 @@ public:
|
||||
protected:
|
||||
wxTextCtrl *m_textctrl;
|
||||
wxString m_value;
|
||||
int m_dialogStyle;
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
Reference in New Issue
Block a user