X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d60a9c00e4a76d578639d46ed1a0984a06f9c732..14619f10b0bdb630206607abd0ce0319d45e095a:/samples/dialogs/dialogs.h?ds=sidebyside diff --git a/samples/dialogs/dialogs.h b/samples/dialogs/dialogs.h index 68dc77d2a4..3d866d9a40 100644 --- a/samples/dialogs/dialogs.h +++ b/samples/dialogs/dialogs.h @@ -208,7 +208,7 @@ public: bool Create(); protected: - wxString GetTitle() { return m_textTitle->GetValue(); } + wxString GetBoxTitle() { return m_textTitle->GetValue(); } wxString GetMessage() { return m_textMsg->GetValue(); } long GetStyle(); @@ -249,6 +249,7 @@ private: MsgDlgIcon_Question, MsgDlgIcon_Warning, MsgDlgIcon_Error, + MsgDlgIcon_AuthNeeded, MsgDlgIcon_Max }; @@ -474,6 +475,7 @@ public: void OnStandardButtonsSizerDialog(wxCommandEvent& event); void OnTestDefaultActionDialog(wxCommandEvent& event); + void OnModalHook(wxCommandEvent& event); void OnExit(wxCommandEvent& event); @@ -587,7 +589,8 @@ enum DIALOGS_PROPERTY_SHEET_TOOLBOOK, DIALOGS_PROPERTY_SHEET_BUTTONTOOLBOOK, DIALOGS_STANDARD_BUTTON_SIZER_DIALOG, - DIALOGS_TEST_DEFAULT_ACTION + DIALOGS_TEST_DEFAULT_ACTION, + DIALOGS_MODAL_HOOK }; #endif