[Wnd-users] wnd 0.1.20 released
Status: Alpha
Brought to you by:
jurner
|
From: JUrner <lo...@we...> - 2005-07-23 21:49:01
|
wnd 0.1.20 released
wnd is a python only gui framework for win32 systems,
using low level MS api calls. It lets you setup highly native
guis with low memory footprint and low distibution size,
based exclusively on Thomas Hellers ctypes module.
The framework comes equipped with wrapper classes for
comon controls, common dialogs, classes wrapping gdi
functionality, a bare bones dialog and menu editor, drag and drop
support and other modules peeking into the world of the win32 api.
A documentation in chm format comes shipped along with the module.
This release is basically a cleanout dump of my projects folder
Hilights in this release are:
- new controls:
Datepicker, MDIFrame, Monthcal, PropertySheet (including
wizard control),
Rebat, Trackbar
Except for ComboboxEx and DragListbox all common controls
are complete now
- new (common) dialogs:
BrowseForFolder, ChooseColor, FindText, OpenSaveFile,
ReplaceText,
- a WM_COPYDATA handler for simple interprocess data exchange
- many more enhancements and bugfixes
For details see the change log
|