Forgot to commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,27 +46,33 @@ public:
|
|||||||
void SetColor(int id, const wxColour& color) { SetColour(id, color); }
|
void SetColor(int id, const wxColour& color) { SetColour(id, color); }
|
||||||
|
|
||||||
virtual void DrawSash(wxDC& dc,
|
virtual void DrawSash(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
int orientation,
|
int orientation,
|
||||||
const wxRect& rect) = 0;
|
const wxRect& rect) = 0;
|
||||||
|
|
||||||
virtual void DrawBackground(wxDC& dc,
|
virtual void DrawBackground(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
int orientation,
|
int orientation,
|
||||||
const wxRect& rect) = 0;
|
const wxRect& rect) = 0;
|
||||||
|
|
||||||
virtual void DrawCaption(wxDC& dc,
|
virtual void DrawCaption(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
const wxString& text,
|
const wxString& text,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
wxPaneInfo& pane) = 0;
|
wxPaneInfo& pane) = 0;
|
||||||
|
|
||||||
virtual void DrawGripper(wxDC& dc,
|
virtual void DrawGripper(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
wxPaneInfo& pane) = 0;
|
wxPaneInfo& pane) = 0;
|
||||||
|
|
||||||
virtual void DrawBorder(wxDC& dc,
|
virtual void DrawBorder(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
wxPaneInfo& pane) = 0;
|
wxPaneInfo& pane) = 0;
|
||||||
|
|
||||||
virtual void DrawPaneButton(wxDC& dc,
|
virtual void DrawPaneButton(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
int button,
|
int button,
|
||||||
int button_state,
|
int button_state,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
@@ -92,27 +98,33 @@ public:
|
|||||||
wxFont GetFont(int id);
|
wxFont GetFont(int id);
|
||||||
|
|
||||||
void DrawSash(wxDC& dc,
|
void DrawSash(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
int orientation,
|
int orientation,
|
||||||
const wxRect& rect);
|
const wxRect& rect);
|
||||||
|
|
||||||
void DrawBackground(wxDC& dc,
|
void DrawBackground(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
int orientation,
|
int orientation,
|
||||||
const wxRect& rect);
|
const wxRect& rect);
|
||||||
|
|
||||||
void DrawCaption(wxDC& dc,
|
void DrawCaption(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
const wxString& text,
|
const wxString& text,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
wxPaneInfo& pane);
|
wxPaneInfo& pane);
|
||||||
|
|
||||||
void DrawGripper(wxDC& dc,
|
void DrawGripper(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
wxPaneInfo& pane);
|
wxPaneInfo& pane);
|
||||||
|
|
||||||
void DrawBorder(wxDC& dc,
|
void DrawBorder(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
wxPaneInfo& pane);
|
wxPaneInfo& pane);
|
||||||
|
|
||||||
void DrawPaneButton(wxDC& dc,
|
void DrawPaneButton(wxDC& dc,
|
||||||
|
wxWindow *window,
|
||||||
int button,
|
int button,
|
||||||
int button_state,
|
int button_state,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
|
Reference in New Issue
Block a user