This also makes wxAUI work nicely.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40947
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// set the current cursor for all GdkWindows making part of this widget
// (see GTKGetWindow)
- //
+public:
// should be called from OnInternalIdle() if it's overridden
void GTKUpdateCursor();
if (win->GetEventHandler()->ProcessEvent( cevent ))
{
// Rewrite cursor handling here (away from idle).
+ win->SetCursor( cevent.GetCursor() );
+ win->GTKUpdateCursor();
}
}
if (win->GetEventHandler()->ProcessEvent( cevent ))
{
// Rewrite cursor handling here (away from idle).
+ win->SetCursor( cevent.GetCursor() );
+ win->GTKUpdateCursor();
}
}