make wxRearrangeDialog more customizable and add an example of customizing it to the dialogs sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -310,6 +310,8 @@ public:
|
||||
void MultiChoice(wxCommandEvent& event);
|
||||
#endif // wxUSE_CHOICEDLG
|
||||
|
||||
void Rearrange(wxCommandEvent& event);
|
||||
|
||||
#if wxUSE_TEXTDLG
|
||||
void TextEntry(wxCommandEvent& event);
|
||||
void PasswordEntry(wxCommandEvent& event);
|
||||
@@ -448,6 +450,7 @@ enum
|
||||
DIALOGS_MESSAGE_BOX_WXINFO,
|
||||
DIALOGS_SINGLE_CHOICE,
|
||||
DIALOGS_MULTI_CHOICE,
|
||||
DIALOGS_REARRANGE,
|
||||
DIALOGS_TEXT_ENTRY,
|
||||
DIALOGS_PASSWORD_ENTRY,
|
||||
DIALOGS_FILE_OPEN,
|
||||
|
Reference in New Issue
Block a user