[pywin32-bugs] [ pywin32-Patches-977398 ] Toolbar and statusbar fixes and new methods
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-06-22 11:52:31
|
Patches item #977398, was opened at 2004-06-22 14:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977398&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Adal Chiriliuc (adalx) Assigned to: Nobody/Anonymous (nobody) Summary: Toolbar and statusbar fixes and new methods Initial Comment: win32assoc.h 1. Added skipLookup argument (defaults to false) to ui_assoc_object::make. win32assoc.cpp 1. Implemented skipLookup argument (defaults to false) to ui_assoc_object::make. win32toolbar.cpp 1. Fixed crash in PyCToolBar_GetToolBarCtrl using the functionality described above (skipLookup). 2. Fixed GetToolBarCtrl (not the same as the above). 3. Added PyCStatusBar.GetStatusBarCtrl. The following are independent of the above, but were included here to avoid dependency of the order of applying patches. 4. PyCStatusBar::create - added optional ctrlStyle argument to support the creation of status bar with tooltips. 5. Added PyCStatusBar.GetPaneInfo. 6. Added PyCStatusBar.SetPaneInfo. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977398&group_id=78018 |