bbox(self, index) |
Return a tuple of X1,Y1,X2,Y2 coordinates for a [extrait de bbox.__doc__] |
delete(self, first, last=None) |
Delete one or more elements of the spinbox. [extrait de delete.__doc__] |
get(self) |
Returns the spinbox's string [extrait de get.__doc__] |
icursor(self, index) |
Alter the position of the insertion cursor. [extrait de icursor.__doc__] |
identify(self, x, y) |
Returns the name of the widget at position x, y [extrait de identify.__doc__] |
index(self, index) |
Returns the numerical index corresponding to index [extrait de index.__doc__] |
insert(self, index, s) |
Insert string s at index [extrait de insert.__doc__] |
invoke(self, element) |
Causes the specified element to be invoked [extrait de invoke.__doc__] |
scan(self, *args) |
Internal function. [extrait de scan.__doc__] |
scan_dragto(self, x) |
Compute the difference between the given x argument [extrait de scan_dragto.__doc__] |
scan_mark(self, x) |
Records x and the current view in the spinbox window; [extrait de scan_mark.__doc__] |
selection(self, *args) |
Internal function. [extrait de selection.__doc__] |
selection_adjust(self, index) |
Locate the end of the selection nearest to the character [extrait de selection_adjust.__doc__] |
selection_clear(self) |
Clear the selection [extrait de selection_clear.__doc__] |
selection_element(self, element=None) |
Sets or gets the currently selected element. [extrait de selection_element.__doc__] |
selection_from(self, index) |
Set the fixed end of a selection to INDEX. [extrait de selection_from.__doc__] |
selection_present(self) |
Return True if there are characters selected in the spinbox, False [extrait de selection_present.__doc__] |
selection_range(self, start, end) |
Set the selection from START to END (not included). [extrait de selection_range.__doc__] |
selection_to(self, index) |
Set the variable end of a selection to INDEX. [extrait de selection_to.__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 :