Оглавление:
Карта сайта:
Оглавление:
Карта сайта:
Это старая версия документа!
| Sr.No. | Method & Description |
|---|---|
| 1 | index(mark) Returns the line and column location of a specific mark. |
| 2 | mark_gravity(mark [,gravity]) Returns the gravity of the given mark. If the second argument is provided, the gravity is set for the given mark. |
| 3 | mark_names() Returns all marks from the Text widget. |
| 4 | mark_set(mark, index) Informs a new position to the given mark. |
| 5 | mark_unset(mark) Removes the given mark from the Text widget. |