Add the getters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -216,6 +216,20 @@ public:
|
|||||||
clicked unlike wxMessageBox() function.
|
clicked unlike wxMessageBox() function.
|
||||||
*/
|
*/
|
||||||
virtual int ShowModal();
|
virtual int ShowModal();
|
||||||
|
|
||||||
|
|
||||||
|
wxString GetCaption() const;
|
||||||
|
wxString GetMessage() const;
|
||||||
|
wxString GetExtendedMessage() const;
|
||||||
|
long GetMessageDialogStyle() const;
|
||||||
|
bool HasCustomLabels() const;
|
||||||
|
wxString GetYesLabel() const;
|
||||||
|
wxString GetNoLabel() const;
|
||||||
|
wxString GetOKLabel() const;
|
||||||
|
wxString GetCancelLabel() const;
|
||||||
|
wxString GetHelpLabel() const;
|
||||||
|
long GetEffectiveIcon() const;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user