1. added flags to splitter drawing functions and replaced
GetSplitterBorderAndSash() with GetSplitterParams() 2. added support for "hot tracking" to wxSplitterWindow 3. added GTK2 support for the splitter to GTK renderer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,7 +57,8 @@ public:
|
||||
wxDC& dc,
|
||||
const wxSize& size,
|
||||
wxCoord position,
|
||||
wxOrientation orient);
|
||||
wxOrientation orient,
|
||||
int flags = 0);
|
||||
|
||||
private:
|
||||
// the tree buttons
|
||||
@@ -200,7 +201,8 @@ wxRendererMac::DrawSplitterSash(wxWindow *win,
|
||||
wxDC& dc,
|
||||
const wxSize& size,
|
||||
wxCoord position,
|
||||
wxOrientation orient)
|
||||
wxOrientation orient,
|
||||
int WXUNUSED(flags))
|
||||
{
|
||||
// VZ: we have to somehow determine if we're drawing a normal sash or
|
||||
// a brushed metal one as they look quite differently... this is
|
||||
|
Reference in New Issue
Block a user