classification
Title: New methods for existing Tkinter widgets
Type: feature request
Components: Tkinter Versions: Python 3.0, Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: gpolo
Priority: Keywords:

Created on 2008-05-13 03:16 by gpolo, last changed 2008-05-13 23:28 by benjamin.peterson.

Files
File name Uploaded Description Edit Remove
tk8.5_newmeths.py gpolo, 2008-05-13 03:15
Messages
msg66768 (view) Author: Guilherme Polo (gpolo) 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
2008-05-13 23:28:45benjamin.petersonsettype: feature request
2008-05-13 03:16:01gpolocreate