activate(self, index) |
Activate item identified by INDEX. [extrait de activate.__doc__] |
bbox(self, index) |
Return a tuple of X1,Y1,X2,Y2 coordinates for a rectangle [extrait de bbox.__doc__] |
curselection(self) |
Return the indices of currently selected item. [extrait de curselection.__doc__] |
delete(self, first, last=None) |
Delete items from FIRST to LAST (included). [extrait de delete.__doc__] |
get(self, first, last=None) |
Get list of items from FIRST to LAST (included). [extrait de get.__doc__] |
index(self, index) |
Return index of item identified with INDEX. [extrait de index.__doc__] |
insert(self, index, *elements) |
Insert ELEMENTS at INDEX. [extrait de insert.__doc__] |
itemcget(self, index, option) |
Return the resource value for an ITEM and an OPTION. [extrait de itemcget.__doc__] |
itemconfig(self, index, cnf=None, **kw) |
Configure resources of an ITEM. [extrait de itemconfigure.__doc__] |
itemconfigure(self, index, cnf=None, **kw) |
Configure resources of an ITEM. [extrait de itemconfigure.__doc__] |
nearest(self, y) |
Get index of item which is nearest to y coordinate Y. [extrait de nearest.__doc__] |
scan_dragto(self, x, y) |
Adjust the view of the listbox to 10 times the [extrait de scan_dragto.__doc__] |
scan_mark(self, x, y) |
Remember the current X, Y coordinates. [extrait de scan_mark.__doc__] |
see(self, index) |
Scroll such that INDEX is visible. [extrait de see.__doc__] |
select_anchor(self, index) |
Set the fixed end oft the selection to INDEX. [extrait de selection_anchor.__doc__] |
select_clear(self, first, last=None) |
Clear the selection from FIRST to LAST (included). [extrait de selection_clear.__doc__] |
select_includes(self, index) |
Return True if INDEX is part of the selection. [extrait de selection_includes.__doc__] |
select_set(self, first, last=None) |
Set the selection from FIRST to LAST (included) without [extrait de selection_set.__doc__] |
selection_anchor(self, index) |
Set the fixed end oft the selection to INDEX. [extrait de selection_anchor.__doc__] |
selection_clear(self, first, last=None) |
Clear the selection from FIRST to LAST (included). [extrait de selection_clear.__doc__] |
selection_includes(self, index) |
Return True if INDEX is part of the selection. [extrait de selection_includes.__doc__] |
selection_set(self, first, last=None) |
Set the selection from FIRST to LAST (included) without [extrait de selection_set.__doc__] |
size(self) |
Return the number of elements in the listbox. [extrait de size.__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 :