Patches item #977398, was opened at 2004-06-22 21:52
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977398&group_id=78018
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
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.
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2004-10-07 18:42
Message:
Logged In: YES
user_id=14198
Already checked in
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551956&aid=977398&group_id=78018
|