]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.h
Don't use GetThreadId() in wxMSW code.
[wxWidgets.git] / samples / dialogs / dialogs.h
index bfc8fa086f2dd9c746076e87dbf853701dcb35fa..54a2fe31383ec57cdf344319b883cc78b3a2810c 100644 (file)
@@ -208,6 +208,7 @@ public:
     bool Create();
 
 protected:
     bool Create();
 
 protected:
+    wxString GetBoxTitle() { return m_textTitle->GetValue(); }
     wxString GetMessage() { return m_textMsg->GetValue(); }
     long GetStyle();
 
     wxString GetMessage() { return m_textMsg->GetValue(); }
     long GetStyle();
 
@@ -251,7 +252,8 @@ private:
         MsgDlgIcon_Max
     };
 
         MsgDlgIcon_Max
     };
 
-    wxTextCtrl *m_textMsg,
+    wxTextCtrl *m_textTitle,
+               *m_textMsg,
                *m_textExtMsg;
 
     wxCheckBox *m_buttons[Btn_Max];
                *m_textExtMsg;
 
     wxCheckBox *m_buttons[Btn_Max];