[wx-dev] Re: CVS: [RR] wxWindows/src/gtk window.cpp, 1.641,
1.642
Vadim Zeitlin
vadim at wxwindows.org
Sat Sep 2 05:33:09 PDT 2006
On Sat, 02 Sep 2006 14:25:02 +0200 Robert Roebling <robert at roebling.de> wrote:
RR> Maybe not. Note that you'd need to iterate over GdkWindows, not
RR> GtkWidgets or wxWindows as I understand it, but testing will
RR> show more...
I hope that iterating over wxWindows should be enough as GTKUpdateCursor()
uses GDKGetWindow() to set the cursor for all GdkWindows making part of the
wxWindow. Of course, we'd better ensure that GDKGetWindow() is implemented
correctly for all controls but this would be a good idea anyhow.
Regards,
VZ
More information about the wx-dev
mailing list