]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/dialog.h
resizeable dialogs support
[wxWidgets.git] / include / wx / stubs / dialog.h
index 678ba2518de59b4e6efb1381af57f17418fa9bec..d68cc7c9a0f0612e7138e02c0a8f4d08c1e52c9a 100644 (file)
@@ -60,11 +60,9 @@ public:
   ~wxDialog();
 
   virtual bool Destroy();
-  void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
   void SetClientSize(int width, int height);
   void GetPosition(int *x, int *y) const;
   bool Show(bool show);
-  bool IsShown() const ;
   void Iconize(bool iconize);
 
   virtual bool IsIconized() const;
@@ -73,9 +71,7 @@ public:
   void SetTitle(const wxString& title);
   wxString GetTitle() const ;
 
-  bool OnClose();
   void OnCharHook(wxKeyEvent& event);
-  void OnPaint(wxPaintEvent& event);
   void OnCloseWindow(wxCloseEvent& event);
 
   void SetModal(bool flag);