]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/dockart.h
fix borland header difference
[wxWidgets.git] / include / wx / aui / dockart.h
index b070cfab0b3b9b9be45592d7d9e6ca22b9a15d26..fb21ae5acd587bdf4eebfd794fd7180a22e5a4cf 100644 (file)
@@ -42,31 +42,37 @@ 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,
+                          wxWindow *window,
                           int orientation,
                           const wxRect& rect) = 0;
 
     virtual void DrawBackground(wxDC& dc,
+                          wxWindow *window,
                           int orientation,
                           const wxRect& rect) = 0;
 
     virtual void DrawCaption(wxDC& dc,
+                          wxWindow *window,
                           const wxString& text,
                           const wxRect& rect,
                           wxPaneInfo& pane) = 0;
 
     virtual void DrawGripper(wxDC& dc,
+                          wxWindow *window,
                           const wxRect& rect,
                           wxPaneInfo& pane) = 0;
 
     virtual void DrawBorder(wxDC& dc,
+                          wxWindow *window,
                           const wxRect& rect,
                           wxPaneInfo& pane) = 0;
 
     virtual void DrawPaneButton(wxDC& dc,
+                          wxWindow *window,
                           int button,
                           int button_state,
                           const wxRect& rect,
@@ -92,27 +98,33 @@ public:
     wxFont GetFont(int id);
 
     void DrawSash(wxDC& dc,
+                  wxWindow *window,
                   int orientation,
                   const wxRect& rect);
 
     void DrawBackground(wxDC& dc,
+                  wxWindow *window,
                   int orientation,
                   const wxRect& rect);
 
     void DrawCaption(wxDC& dc,
+                  wxWindow *window,
                   const wxString& text,
                   const wxRect& rect,
                   wxPaneInfo& pane);
 
     void DrawGripper(wxDC& dc,
+                  wxWindow *window,
                   const wxRect& rect,
                   wxPaneInfo& pane);
 
     void DrawBorder(wxDC& dc,
+                  wxWindow *window,
                   const wxRect& rect,
                   wxPaneInfo& pane);
 
     void DrawPaneButton(wxDC& dc,
+                  wxWindow *window,
                   int button,
                   int button_state,
                   const wxRect& rect,