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.
我有一个可选择的 gtk.label,我想在程序启动时将光标放在标签中。有没有我可以用来执行此操作的功能?
不知道有没有可能,如果有的话
label.grab_focus()
会做的。确保首先设置gtk.CAN_FOCUS标志。文档在这里。
gtk.CAN_FOCUS