Method

StWidgetget_focus_chain

Declaration [src]

GList*
st_widget_get_focus_chain (
  StWidget* widget
)

Description [src]

Gets a list of the focusable children of widget, in “Tab” order. By default, this returns all visible (as in clutter_actor_is_visible()) children of widget.

Return value

Type: A list of ClutterActor*

widgets focusable children.

The caller of the method takes ownership of the data container, but not the data inside it.