~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;
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);