Package: gtk
Accessor gtk:widget-focusable
Lambda Listgtk:widget-focusable (object) SyntaxArgumentsDetails The accessor for the focusable slot of the gtk:widget class gets or sets whether the widget can own the input
focus. Widget implementations should set the focusable property to true in their init function if they want to receive keyboard input. Note that having the focusable property be true is only one of the necessary conditions for being focusable. A widget must also have the sensitive and can-focus properties be true and not have an ancestor that has the can-focus property set to false in order to receive input focus. See the gtk:widget-grab-focus function for actually setting the input focus on a widget. | See also |
2025-08-14