Search found 3 matches

by raphaelzhou
Tue Jan 13, 2009 12:56 pm
Forum: Component Writing
Topic: DrawFocusRect in wxMSW
Replies: 1
Views: 1096

DrawFocusRect in wxMSW

Contrary to what is explained in the documentation, in wxMSW, "DrawFocusRect" is not a member of "wxRendererNative". (version 2.8.9)

How to draw a focus rect in wxMSW with a portable code?
by raphaelzhou
Tue Jan 13, 2009 10:32 am
Forum: C++ Development
Topic: How to determine if the scrollbar is visible?
Replies: 3
Views: 438

Thank you very much :)
by raphaelzhou
Sat Jan 10, 2009 8:29 pm
Forum: C++ Development
Topic: How to determine if the scrollbar is visible?
Replies: 3
Views: 438

How to determine if the scrollbar is visible?

How to determine if the scrollbar is visible in wxScrolledWindow?

Thank you.