Method

HandyDeckreorder_child_after

since: 1.2

Declaration [src]

void
hdy_deck_reorder_child_after (
  HdyDeck* self,
  GtkWidget* child,
  GtkWidget* sibling
)

Description [src]

Moves child to the position after sibling in the list of children.

If sibling is NULL, move child to the first position.

Available since: 1.2

Parameters

child

Type: GtkWidget

The widget to move, must be a child of self.

The data is owned by the caller of the method.
sibling

Type: GtkWidget

The sibling to move child after.

The argument can be NULL.
The data is owned by the caller of the method.