Method

GtkWidgetPathiter_get_state

since: 3.14

Declaration [src]

GtkStateFlags
gtk_widget_path_iter_get_state (
  const GtkWidgetPath* path,
  gint pos
)

Description [src]

Returns the state flags corresponding to the widget found at the position pos in the widget hierarchy defined by path.

Available since: 3.14

Parameters

pos

Type: gint

Position to get the state for, -1 for the path head.

Return value

Type: GtkStateFlags

The state flags.