开发者

how to scroll a Tix ScrolledWindow

开发者 https://www.devze.com 2023-01-27 01:50 出处:网络
Using Python, how can I programmatically scroll (not using the scrollbars) the window in a Tix ScrolledWindow? The normal way would be to call xview / yview, but those calls do not seem to be availabl

Using Python, how can I programmatically scroll (not using the scrollbars) the window in a Tix ScrolledWindow? The normal way would be to call xview / yview, but those calls do not seem to be available. Googling sugg开发者_运维知识库est that it is not possible at all, but I hope for something better.


st = tix.ScrolledText(parent)
st.text.see('end')
0

精彩评论

暂无评论...
验证码 换一张
取 消