wxWindows is a class library
that allows you to compile graphical C++ programs on a range of different
platforms. wxWindows defines a common API across platforms, but uses the
native graphical user interface (GUI) on each platform, so your program
will take on the native 'look and feel' that users are familiar with.
Current state: under deep development.
Some comments for developers .
Minimal wxWindows sample application.
Green color of the statusbar is set for debug purposes |
|
Drawing sample, File->Draw Arc action |
The main problem is still with correct client window developing.
What is client window in terms of wxWindow ? |