русский
Germany.ruForen → Архив Досок→ Programmierung

Python & GUI

14.01.19 15:40
Re: Python & GUI
 
hbrenner прохожий
hbrenner
in Antwort moose 14.01.19 10:20

Здравствуйте,


Вот, косательно скролбара: https://tkdocs.com/tutorial/text.html (раздел "Scroling").


Можно включать и отключать скролбар в зависимости от того виден ли желаемый текст или - нет

You can also ask the widget to ensure that a certain part of the text is visible. For example, if you've added more text to the widget than will fit onscreen (so it will scroll) but want to ensure that the top of the text rather than the bottom is visible, call the "see" method, passing it the position of the text (e.g. "1.0").

Успехов!

 

Sprung zu