Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Python,我如何以编程方式滚动(不使用滚动条)Tix ScrolledWindow 中的窗口?正常的方法是调用 xview / yview,但这些调用似乎不可用。谷歌搜索表明这根本不可能,但我希望有更好的东西。
st = tix.ScrolledText(parent) st.text.see('end')