Feature Requests item #1608464, was opened at 2006-12-04 08:54
Message generated for change (Comment added) made by rupole
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1608464&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pythonwin
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: CKuhlmann (ckuhlmann)
>Assigned to: Roger Upole (rupole)
Summary: InsertItem() to add a new tab to tab control
Initial Comment:
To add a new tab to a tab control I added the function InsertItem() in Pythonwin\win32prop.cpp. In addition to that, changes had to be made in win32\lib\commctrl.py (-> TCN_SELCHANGE etc.), win32util.cpp and win32ui.h to get/send a notification when the selected tab on the tab control has changed.
All changes are documented in the attached file changes_for_tab_control.txt.
----------------------------------------------------------------------
>Comment By: Roger Upole (rupole)
Date: 2008-04-10 17:43
Message:
Logged In: YES
user_id=771074
Originator: NO
I'm working on integrating this with recent changes.
Can you provide some python code that exercises this
functionality to aid with testing ?
----------------------------------------------------------------------
Comment By: CKuhlmann (ckuhlmann)
Date: 2006-12-05 04:49
Message:
Logged In: YES
user_id=1646195
Originator: YES
I now uploaded a zip-file which contains win32prop.cpp, win32util.cpp,
win32ui.h and commctrl.py.
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2006-12-04 17:54
Message:
Logged In: YES
user_id=14198
Originator: NO
Could you please supply these changes as a patch? I'm afraid I don't have
time to manually stick the parts together
Thanks,
Mark
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1608464&group_id=78018
|