public:
wxPen* FindOrCreatePen(const wxColour& colour, int width, int style);
-
- void AddPen(wxPen* pen);
- void RemovePen(wxPen* pen);
- %pythoncode {
- AddPen = wx._deprecated(AddPen)
- RemovePen = wx._deprecated(RemovePen)
- }
-// int GetCount();
};
public:
wxBrush * FindOrCreateBrush(const wxColour& colour, int style=wxSOLID);
-
- void AddBrush(wxBrush *brush);
- void RemoveBrush(wxBrush *brush);
- %pythoncode {
- AddBrush = wx._deprecated(AddBrush)
- RemoveBrush = wx._deprecated(RemoveBrush)
- }
-// int GetCount();
};
bool underline = false,
const wxString& facename = wxPyEmptyString,
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
-
- void AddFont(wxFont* font);
- void RemoveFont(wxFont *font);
- %pythoncode {
- AddFont = wx._deprecated(AddFont)
- RemoveFont = wx._deprecated(RemoveFont)
- }
-
-// int GetCount();
};
//---------------------------------------------------------------------------