add more virtual border drawing functions used by frame decorations code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -289,7 +289,9 @@ protected:
|
||||
virtual void DrawRaisedBorder(wxDC& dc, wxRect *rect);
|
||||
virtual void DrawSunkenBorder(wxDC& dc, wxRect *rect);
|
||||
virtual void DrawAntiSunkenBorder(wxDC& dc, wxRect *rect);
|
||||
virtual void DrawFrameBorder(wxDC& dc, wxRect *rect);
|
||||
virtual void DrawBoxBorder(wxDC& dc, wxRect *rect);
|
||||
virtual void DrawStaticBorder(wxDC& dc, wxRect *rect);
|
||||
virtual void DrawExtraBorder(wxDC& dc, wxRect *rect);
|
||||
|
||||
|
||||
// draw the frame with non-empty label inside the given rectText
|
||||
|
Reference in New Issue
Block a user