// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxString GetLabel() const;
void SetLabel( const wxString &label );
- bool SetFont( const wxFont &font );
+ bool GetAdjustMinSizeFlag() const { return !HasFlag(wxST_NO_AUTORESIZE); }
+
bool SetForegroundColour( const wxColour& colour );
static wxVisualAttributes
// implementation
// --------------
-
- void ApplyWidgetStyle();
protected:
virtual wxSize DoGetBestSize() const;