bool Destroy();
- virtual bool Show( bool show );
+ virtual bool Show( bool show = TRUE );
virtual int ShowModal();
virtual void EndModal( int retCode );
virtual bool IsModal() const;
// common part of all ctors
void Init();
+ // common part of Destroy() and ~wxDialog
+ void CleanUp();
+
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);