X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f03fc89fff2d6e823e7d4d14fbe14822ad6777b1..f8c4475a3e579655f6a962822824596a7a9cfb66:/include/wx/gtk1/dialog.h diff --git a/include/wx/gtk1/dialog.h b/include/wx/gtk1/dialog.h index 82334eb479..cc3cbcac1a 100644 --- a/include/wx/gtk1/dialog.h +++ b/include/wx/gtk1/dialog.h @@ -35,7 +35,7 @@ extern const wxChar *wxDialogNameStr; // wxDialog //----------------------------------------------------------------------------- -class wxDialog: public wxPanel +class wxDialog: public wxDialogBase { DECLARE_DYNAMIC_CLASS(wxDialog) @@ -87,9 +87,6 @@ public: virtual void Maximize() { } virtual void Restore() { } - void SetReturnCode(int returnCode) { m_returnCode = returnCode; } - int GetReturnCode() const { return m_returnCode; } - // implementation virtual void GtkOnSize( int x, int y, int width, int height ); @@ -108,8 +105,6 @@ protected: int sizeFlags = wxSIZE_AUTO); private: - int m_returnCode; - DECLARE_EVENT_TABLE() };