delete(self, first, last=None) |
Delete text from FIRST to LAST (not included). [extrait de delete.__doc__] |
get(self) |
Return the text. [extrait de get.__doc__] |
icursor(self, index) |
Insert cursor at INDEX. [extrait de icursor.__doc__] |
index(self, index) |
Return position of cursor. [extrait de index.__doc__] |
insert(self, index, string) |
Insert STRING at INDEX. [extrait de insert.__doc__] |
scan_dragto(self, x) |
Adjust the view of the canvas to 10 times the [extrait de scan_dragto.__doc__] |
scan_mark(self, x) |
Remember the current X, Y coordinates. [extrait de scan_mark.__doc__] |
select_adjust(self, index) |
Adjust the end of the selection near the cursor to INDEX. [extrait de selection_adjust.__doc__] |
select_clear(self) |
Clear the selection if it is in this widget. [extrait de selection_clear.__doc__] |
select_from(self, index) |
Set the fixed end of a selection to INDEX. [extrait de selection_from.__doc__] |
select_present(self) |
Return True if there are characters selected in the entry, False [extrait de selection_present.__doc__] |
select_range(self, start, end) |
Set the selection from START to END (not included). [extrait de selection_range.__doc__] |
select_to(self, index) |
Set the variable end of a selection to INDEX. [extrait de selection_to.__doc__] |
selection_adjust(self, index) |
Adjust the end of the selection near the cursor to INDEX. [extrait de selection_adjust.__doc__] |
selection_clear(self) |
Clear the selection if it is in this widget. [extrait de selection_clear.__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 entry, 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 :