classification
Title: New methods for existing Tkinter widgets
Type: enhancement Stage:
Components: Tkinter Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: gpolo
Priority: normal Keywords:

Created on 2008-05-13 03:16 by gpolo, last changed 2010-07-10 05:44 by terry.reedy.

Files
File name Uploaded Description Edit
tk8.5_newmeths.py gpolo, 2008-05-13 03:15
Messages (1)
msg66768 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-05-13 03:15
Attached patch adds the following new methods:

Misc: grid_anchor
Menu: xposition
Text: count, peer_create, peer_names, replace
Wm: wm_iconphoto, wm_manage, wm_forget

These are supported by Tk 8.5 and newer.
History
Date User Action Args
2010-07-10 05:44:06terry.reedysetversions: + Python 3.2, - Python 2.6, Python 3.0
2008-05-13 23:28:45benjamin.petersonsettype: enhancement
2008-05-13 03:16:01gpolocreate