This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Tix: subwidget names (bug #1472877)
Type: Stage:
Components: Tkinter Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, mkiever
Priority: normal Keywords: patch

Created on 2006-10-25 20:32 by mkiever, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tix_subwidget_names.diff mkiever, 2006-10-25 20:32 patch (svn diff) against trunk rev. 52442
tix.diff loewis, 2006-11-18 18:48
Messages (3)
msg51284 - (view) Author: Matthias Kievernagel (mkiever) * Date: 2006-10-25 20:32
This patch against the trunk rev. 52442 fixes
TixSubWidget.__init__ usage of python subwidget names.
Now tix subwidget names returned from _subwidget_name 
are used.

See corresponding bug #1472877:
http://sourceforge.net/tracker/index.php?
func=detail&aid=1472877&group_id=5470&atid=105470

Tested with the code submitted with the bug
and with the tix demo code in 'Demo/tix/tixwidgets.py'.

Matthias Kievernagel
mkiever at web dot de
msg51285 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-18 18:48
I've committed a slightly different patch which merges the len(plist)<2 case into the else case, relying on range(-1)/range(0) to give an empty list. Please review and report any problems you see with it.

Committed as r52784 and r52785.
msg51286 - (view) Author: Matthias Kievernagel (mkiever) * Date: 2006-11-20 12:23

Checked r52795 (current trunk as of 2006-11-20).
The bug is gone and Tix demos still work.
Looking good.

Matthias Kievernagel (mkiever-at-web-dot.de)
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44167
2006-10-25 20:32:29mkievercreate