Class
StFocusManager
Description [src]
final class St.FocusManager : GObject.Object
{
/* No available fields */
}
Keyboard focus management
StFocusManager handles keyboard focus for all actors on the stage.
Instance methods
st_focus_manager_add_group
Adds a new focus group to manager. When the focus is in an actor
that is a descendant of root, manager will handle moving focus
from one actor to another within root based on keyboard events.
st_focus_manager_get_group
Checks if widget is inside a focus group, and if so, returns
the root of that group.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.