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.
当鼠标悬停在按钮上时,我想更改按钮的文本,
喜欢这个http://www.youtube.com/watch?v=l7vCf_lvUsY
当鼠标悬停在pygtk中的按钮上时如何添加事件
我在文档中找不到这个
您需要连接到按钮的enter-notify-event和leave-notify-event信号。不要忘记在事件掩码中启用它们。我不认为你需要一个EventBox.
enter-notify-event
leave-notify-event
EventBox
您可以添加按钮大小的 gtk.EventBox() 并在其中添加按钮。您可以轻松添加悬停事件。