]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dialog.h
Readded close button to wxMiniFrame and use the
[wxWidgets.git] / include / wx / gtk / dialog.h
index 46e0074dfdd469ffecc9c8dae962c9d736a2ff2d..8bf37778eefeb8819afd969968d6cf3c0057268c 100644 (file)
@@ -47,15 +47,6 @@ public:
             const wxString &name = wxDialogNameStr );
     ~wxDialog() {}
 
-    void OnApply( wxCommandEvent &event );
-    void OnCancel( wxCommandEvent &event );
-    void OnOK( wxCommandEvent &event );
-    void OnPaint( wxPaintEvent& event );
-    void OnCloseWindow( wxCloseEvent& event );
-    /*
-       void OnCharHook( wxKeyEvent& event );
-     */
-
     virtual bool Show( bool show = TRUE );
     virtual int ShowModal();
     virtual void EndModal( int retCode );
@@ -67,12 +58,10 @@ public:
 
     bool       m_modalShowing;
 
-protected:
+private:
     // common part of all ctors
     void Init();
 
-private:
-    DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxDialog)
 };