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+ ボタン ウィジェットには、フォーカスのグラブを制御する focus_on_click プロパティがあります。しかし、私はそのようなプロパティを持たない MenuToolButton を使用しています。クリックに集中したくありません。
それを取り除く方法は?ありがとう!
focus_on_click が必要ない場合は、一般的にフォーカスを使用したくないでしょう。
widget.set_can_focus(False)