Method

GntWidgetget_has_focus

Declaration [src]

gboolean
gnt_widget_get_has_focus (
  GntWidget* widget
)

Description [src]

Check whether a widget has the focus flag.

This is mostly for internal use; you probably want to use gnt_widget_has_focus() instead.

Return value

Type: gboolean

TRUE if the widget’s focus flag is set, FALSE otherwise.