X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..be2577e4e650993fe49f18955972e5360840dad2:/include/wx/stubs/dialog.h diff --git a/include/wx/stubs/dialog.h b/include/wx/stubs/dialog.h index 678ba2518d..d68cc7c9a0 100644 --- a/include/wx/stubs/dialog.h +++ b/include/wx/stubs/dialog.h @@ -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);