// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
-// Id:
-// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id: $Id$
+// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/*
void OnCharHook(wxKeyEvent& event);
*/
+ virtual void SetSize( int x, int y, int width, int height,
+ int sizeFlags = wxSIZE_AUTO );
virtual bool Show( bool show );
virtual int ShowModal(void);
virtual void EndModal(int retCode);
virtual void Maximize(void) { }
virtual void Restore(void) { }
- private:
+ // implementation
- friend wxWindow;
- friend wxDC;
- friend wxRadioBox;
-
bool m_modalShowing;
wxString m_title;
wxIcon m_icon;
- virtual void ImplementSetPosition();
-
DECLARE_EVENT_TABLE()
};