Different result on different OS

Christopher Barker wrote:

This sounds like expected cross-platform differences. wxWidgets wraps the native widgets on each platform, so that the look+feel of the app is native on each platform, rather than the same on each platform.

So the question is not: "does it act the same on Windows and GTK" but rather: "Does the Windows version act like other Windows apps, and does the GTK version act like other GTK apps?"

It isn't though. Did you run his sample? He is changing the background colors of four TextCtrls and one of them (and only one) isn't updating until you click in it. That is the problem.

- Mike