git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37454
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void SetReturnCode(int returnCode);
int GetReturnCode() const;
void SetReturnCode(int returnCode);
int GetReturnCode() const;
+ // The identifier for the affirmative button
+ void SetAffirmativeId(int affirmativeId);
+ int GetAffirmativeId() const;
+
+ // Identifier for Esc key translation
+ void SetEscapeId(int escapeId);
+ int GetEscapeId() const;
+
// splits text up at newlines and places the
// lines into a vertical wxBoxSizer
wxSizer* CreateTextSizer( const wxString &message );
// splits text up at newlines and places the
// lines into a vertical wxBoxSizer
wxSizer* CreateTextSizer( const wxString &message );