J
John Torjo
Hi all,
Version 1.5.1 of WIN32GUI has been released.
Get it from: http://www.torjo.com/win32gui/
Win32GUI is a FREE generic library for GUI programming on the Windows
platform, developed in parallel to "Win32 GUI Generics" column in
C/C++ Users Journal.
It is portable, and currently can be compiled with gcc3.3+, vc7.1,
como 4.3.4+ and vc8 (experimental)
Features:
* (v1.5) tooltips. So easy to use, and they work for *menus* too!
* (v1.5) bitmap buttons (they can be set at dialog design time)
Works for push-like check-boxes and radio button as well
You can easily set "hot tracking" for a certain bitmap button
And, they work on MessageBox too!!!
* (v1.5) added hyper_links at dialog design time
* (v1.5) lite HTML class (also, you can set at design time)
* (v1.5) tab dialogs - and you can also set them at dialog design time
(much better than MFC property pages!)
* (v1.5) message reflection
* dialog design time splitters
* easy to create a dialog on a dialog
* thread-safe
* (v1.4+) save_dlg - true binding of your data to UI controls!!!
* very easy to subclass controls/dialogs
* very easy to deal with windows generically (finding out all
children/windows
of a given type, finding out windows that match a certain criteria)
* GUI RAII (as a window gets created on screen, its C++ object gets
created; as it gets destroyed from screen, the C++ object gets
destroyed as well)
* revolutionary simple event handling (no message maps)
* thin yet powerful wrappers over all standard controls
(button,edit,...toolbar,rebar,etc.)
* easy menu command manipulation (menu commands that behave like
checkboxes/radio buttons)
(you'll find examples in sub-directory examples/menus)
* tray window
And much more!
And last but not least, 40+ examples and counting!
Best,
John
Version 1.5.1 of WIN32GUI has been released.
Get it from: http://www.torjo.com/win32gui/
Win32GUI is a FREE generic library for GUI programming on the Windows
platform, developed in parallel to "Win32 GUI Generics" column in
C/C++ Users Journal.
It is portable, and currently can be compiled with gcc3.3+, vc7.1,
como 4.3.4+ and vc8 (experimental)
Features:
* (v1.5) tooltips. So easy to use, and they work for *menus* too!
* (v1.5) bitmap buttons (they can be set at dialog design time)
Works for push-like check-boxes and radio button as well
You can easily set "hot tracking" for a certain bitmap button
And, they work on MessageBox too!!!
* (v1.5) added hyper_links at dialog design time
* (v1.5) lite HTML class (also, you can set at design time)
* (v1.5) tab dialogs - and you can also set them at dialog design time
(much better than MFC property pages!)
* (v1.5) message reflection
* dialog design time splitters
* easy to create a dialog on a dialog
* thread-safe
* (v1.4+) save_dlg - true binding of your data to UI controls!!!
* very easy to subclass controls/dialogs
* very easy to deal with windows generically (finding out all
children/windows
of a given type, finding out windows that match a certain criteria)
* GUI RAII (as a window gets created on screen, its C++ object gets
created; as it gets destroyed from screen, the C++ object gets
destroyed as well)
* revolutionary simple event handling (no message maps)
* thin yet powerful wrappers over all standard controls
(button,edit,...toolbar,rebar,etc.)
* easy menu command manipulation (menu commands that behave like
checkboxes/radio buttons)
(you'll find examples in sub-directory examples/menus)
* tray window
And much more!
And last but not least, 40+ examples and counting!
Best,
John