]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/dialog.h
Some more wxMotif stuff: menus
[wxWidgets.git] / include / wx / stubs / dialog.h
index 678ba2518de59b4e6efb1381af57f17418fa9bec..ebd7bff2a807f2dffa8b36b129d3e80bb37d6408 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;
@@ -75,7 +73,6 @@ public:
 
   bool OnClose();
   void OnCharHook(wxKeyEvent& event);
-  void OnPaint(wxPaintEvent& event);
   void OnCloseWindow(wxCloseEvent& event);
 
   void SetModal(bool flag);