]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dialog.h
converted to 16 colors
[wxWidgets.git] / include / wx / gtk1 / dialog.h
index 82334eb479ce25683047e82e079291b8c6dcd2bc..cc3cbcac1a95744ae52768c6f2666ccbf3489472 100644 (file)
@@ -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()
 };