projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove wxRTTI macro for wxComboBox from Motif port.
[wxWidgets.git]
/
samples
/
dialogs
/
dialogs.h
diff --git
a/samples/dialogs/dialogs.h
b/samples/dialogs/dialogs.h
index 61dd0f85aa3c4db6b940606c9a4ce8c81dbd6d76..54a2fe31383ec57cdf344319b883cc78b3a2810c 100644
(file)
--- a/
samples/dialogs/dialogs.h
+++ b/
samples/dialogs/dialogs.h
@@
-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];
@@
-465,6
+467,10
@@
public:
void OnNotifMsgHide(wxCommandEvent& event);
#endif // wxUSE_NOTIFICATION_MESSAGE
void OnNotifMsgHide(wxCommandEvent& event);
#endif // wxUSE_NOTIFICATION_MESSAGE
+#if wxUSE_RICHTOOLTIP
+ void OnRichTipDialog(wxCommandEvent& event);
+#endif // wxUSE_RICHTOOLTIP
+
void OnStandardButtonsSizerDialog(wxCommandEvent& event);
void OnTestDefaultActionDialog(wxCommandEvent& event);
void OnStandardButtonsSizerDialog(wxCommandEvent& event);
void OnTestDefaultActionDialog(wxCommandEvent& event);
@@
-576,6
+582,7
@@
enum
DIALOGS_NOTIFY_AUTO,
DIALOGS_NOTIFY_SHOW,
DIALOGS_NOTIFY_HIDE,
DIALOGS_NOTIFY_AUTO,
DIALOGS_NOTIFY_SHOW,
DIALOGS_NOTIFY_HIDE,
+ DIALOGS_RICHTIP_DIALOG,
DIALOGS_PROPERTY_SHEET,
DIALOGS_PROPERTY_SHEET_TOOLBOOK,
DIALOGS_PROPERTY_SHEET_BUTTONTOOLBOOK,
DIALOGS_PROPERTY_SHEET,
DIALOGS_PROPERTY_SHEET_TOOLBOOK,
DIALOGS_PROPERTY_SHEET_BUTTONTOOLBOOK,