Здесь показаны различия между двумя версиями данной страницы.
| Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
|
test:test [2020/02/20 00:42] werwolf |
test:test [2023/01/12 12:18] (текущий) |
||
|---|---|---|---|
| Строка 1: | Строка 1: | ||
| - | ^Sr.No.^Методы и Описание| | + | ^Sr.No.^Method & Description| |
| - | |1|**delete(startindex [,endindex])** \\ Этот метод удаляет определенный символ или диапазон текста. | | + | |1| \\ **get()** \\ \\ Returns two numbers (a, b) describing the current position of the slider. The a value gives the position of the left or top edge of the slider, for horizontal and vertical scrollbars respectively; the b value gives the position of the right or bottom edge.| |
| - | |2|**get(startindex [,endindex])** \\ Этот метод возвращает определенный символ или диапазон текста. | | + | |2| \\ **set ( first, last )** \\ \\ To connect a scrollbar to another widget w, set w's xscrollcommand or yscrollcommand to the scrollbar's set() method. The arguments have the same meaning as the values returned by the get() method.| |
| - | |3|**index(index)** \\ Возвращает абсолютное значение индекса на основе данного индекса. | | + | |
| - | |4|**insert(index [,string]...)** \\ Этот метод вставляет строки в указанное местоположение индекса. | | + | \\ |
| - | |5|**see(index)** \\ Этот метод возвращает true, если текст, расположенный в позиции индекса, виден. | | + | |