download page:
http://sourceforge.net/projects/winx/
WINX focus the goal: MOST SIMPLE BUT EFFECTIVE.
It is a C++ template GUI library that easy to use, and compatible
to WTL(a lightweight Win32 wrapper). WTL is an effective GUI
library. However, it is not SIMPLE.
Changes for
1.0.02 (2006-08-23)
-----------------------------------------
*) Tutorials
- Hello: tutorials/step001
- Window Background: tutorials/step002-bkgnd
- Command Dispatch & State: tutorials/step003-command
- User-defined Controls: tutorials/step004-user-ctrl
- Accelerator: tutorials/step005-accel
- Dialog Layout: tutorials/step006-layout
- Window Icon: tutorials/step007-icon
- OpenFile Dialog: tutorials/step008-openfiles
*) WINX-Core
- Window::Create, for creating windows dynamicly.
- class MainFrame, for SDI applications.