[Patches] [ python-Patches-426880 ] Tkinter Listbox missing methods

noreply@sourceforge.net noreply@sourceforge.net
Mon, 01 Oct 2001 10:05:00 -0700


Patches item #426880, was opened at 2001-05-24 00:41
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=426880&group_id=5470

Category: Tkinter
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fredrik Lundh (effbot)
Summary: Tkinter Listbox missing methods

Initial Comment:
Both the itemconfigure and the itemcget methods are
missing in the current Tkinter so here they are.....

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-10-01 10:05

Message:
Logged In: YES 
user_id=21627

Ok, I've reverted the change. I somehow assumed that these
methoded where belonging to a different class :-(

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-10-01 06:12

Message:
Logged In: YES 
user_id=6380

Martin, itemcget and itemconfigure were already present in
the Listbox class, just not at their proper place in the
alphabet.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2001-10-01 03:10

Message:
Logged In: YES 
user_id=21627

I've implemented both and committed the change as Tkinter.py
1.158.

----------------------------------------------------------------------

Comment By: Fredrik Lundh (effbot)
Date: 2001-07-02 13:12

Message:
Logged In: YES 
user_id=38376

is it just me, or is the patch file missing?

(shouldn't be that hard to create my own version
of the patch, though...  I'll keep this one open
as a reminder)

</F>

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=426880&group_id=5470