- void SetTitle(const wxString& title);
- wxString GetTitle() const;
-
- void OnApply( wxCommandEvent &event );
- void OnCancel( wxCommandEvent &event );
- void OnOK( wxCommandEvent &event );
- void OnPaint( wxPaintEvent& event );
- void OnSize( wxSizeEvent &event );
- void OnCloseWindow( wxCloseEvent& event );
- /*
- void OnCharHook( wxKeyEvent& event );
- */
-
- bool Destroy();
-
- virtual bool Show( bool show );