wxString GetLabel() const;
void SetLabel( const wxString &label );
- bool GetAdjustMinSizeFlag() const { return !HasFlag(wxST_NO_AUTORESIZE); }
-
+ bool SetFont( const wxFont &font );
bool SetForegroundColour( const wxColour& colour );
static wxVisualAttributes
// --------------
protected:
+ virtual void DoSetSize(int x, int y,
+ int width, int height,
+ int sizeFlags = wxSIZE_AUTO);
+
virtual wxSize DoGetBestSize() const;
DECLARE_DYNAMIC_CLASS(wxStaticText)