activate(self, index) |
Activate entry at INDEX. [extrait de activate.__doc__] |
add(self, itemType, cnf={}, **kw) |
Internal function. [extrait de add.__doc__] |
add_cascade(self, cnf={}, **kw) |
Add hierarchical menu item. [extrait de add_cascade.__doc__] |
add_checkbutton(self, cnf={}, **kw) |
Add checkbutton menu item. [extrait de add_checkbutton.__doc__] |
add_command(self, cnf={}, **kw) |
Add command menu item. [extrait de add_command.__doc__] |
add_radiobutton(self, cnf={}, **kw) |
Add radio menu item. [extrait de add_radiobutton.__doc__] |
add_separator(self, cnf={}, **kw) |
Add separator. [extrait de add_separator.__doc__] |
delete(self, index1, index2=None) |
Delete menu items between INDEX1 and INDEX2 (included). [extrait de delete.__doc__] |
entrycget(self, index, option) |
Return the resource value of a menu item for OPTION at INDEX. [extrait de entrycget.__doc__] |
entryconfig(self, index, cnf=None, **kw) |
Configure a menu item at INDEX. [extrait de entryconfigure.__doc__] |
entryconfigure(self, index, cnf=None, **kw) |
Configure a menu item at INDEX. [extrait de entryconfigure.__doc__] |
index(self, index) |
Return the index of a menu item identified by INDEX. [extrait de index.__doc__] |
insert(self, index, itemType, cnf={}, **kw) |
Internal function. [extrait de insert.__doc__] |
insert_cascade(self, index, cnf={}, **kw) |
Add hierarchical menu item at INDEX. [extrait de insert_cascade.__doc__] |
insert_checkbutton(self, index, cnf={}, **kw) |
Add checkbutton menu item at INDEX. [extrait de insert_checkbutton.__doc__] |
insert_command(self, index, cnf={}, **kw) |
Add command menu item at INDEX. [extrait de insert_command.__doc__] |
insert_radiobutton(self, index, cnf={}, **kw) |
Add radio menu item at INDEX. [extrait de insert_radiobutton.__doc__] |
insert_separator(self, index, cnf={}, **kw) |
Add separator at INDEX. [extrait de insert_separator.__doc__] |
invoke(self, index) |
Invoke a menu item identified by INDEX and execute [extrait de invoke.__doc__] |
post(self, x, y) |
Display a menu at position X,Y. [extrait de post.__doc__] |
tk_popup(self, x, y, entry='') |
Post the menu at position X,Y with entry ENTRY. [extrait de tk_popup.__doc__] |
type(self, index) |
Return the type of the menu item at INDEX. [extrait de type.__doc__] |
unpost(self) |
Unmap a menu. [extrait de unpost.__doc__] |
xposition(self, index) |
Return the x-position of the leftmost pixel of the menu item [extrait de xposition.__doc__] |
yposition(self, index) |
Return the y-position of the topmost pixel of the menu item at INDEX. [extrait de yposition.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :