#ifndef _WX_CONTROL_H_
#define _WX_CONTROL_H_
-#ifdef __GNUG__
- #pragma interface "control.h"
-#endif
-
// General item class
class WXDLLEXPORT wxControl : public wxControlBase
{
// For controls like radiobuttons which are really composite
wxList m_subControls;
- virtual wxSize DoGetBestSize();
+ virtual wxSize DoGetBestSize() const;
// create the control of the given class with the given style, returns FALSE
// if creation failed