开发者

how to scroll a Tix ScrolledWindow

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜