Changes needed for scanning the aui header files with SWIG for
wxPython. Also fix some DLL exports. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8fdc4ac7b8
commit
06d4c4d65a
3 changed files with 39 additions and 12 deletions
|
|
@ -42,8 +42,8 @@ public:
|
|||
virtual wxFont GetFont(int id) = 0;
|
||||
virtual wxColour GetColour(int id) = 0;
|
||||
virtual void SetColour(int id, const wxColor& colour) = 0;
|
||||
wxColor GetColor(int id) { return GetColour(id); }
|
||||
void SetColor(int id, const wxColor& color) { SetColour(id, color); }
|
||||
wxColour GetColor(int id) { return GetColour(id); }
|
||||
void SetColor(int id, const wxColour& color) { SetColour(id, color); }
|
||||
|
||||
virtual void DrawSash(wxDC& dc,
|
||||
int orientation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue