static wxString GetLabelFromText(const wxString& text);
// wxOwnerDrawn methods
- // TODO: also look at other ownerdrawn classes...
+#ifdef __WXMSW__
void SetFont(const wxFont& font);
wxFont& GetFont();
void SetTextColour(const wxColour& colText);
//bool IsCheckable();
bool IsOwnerDrawn();
void ResetOwnerDrawn();
-
+#endif
};
//---------------------------------------------------------------------------