Method
Gtk FlowBoxChildget_index
since: 3.12
Declaration [src]
gint
gtk_flow_box_child_get_index(
GtkFlowBoxChild*child
)
Description [src]
Gets the current index of the child in its GtkFlowBox container.
Available since: 3.12
Return value
Type: gint
The index of the child, or -1 if the child is not
in a flow box.