Method

HandyDeckset_visible_child_name

since: 1.0

Declaration [src]

void
hdy_deck_set_visible_child_name (
  HdyDeck* self,
  const gchar* name
)

Description [src]

Makes the child with the name name visible.

See hdy_deck_set_visible_child() for more details.

Available since: 1.0

Parameters

name

Type: const gchar*

The name of a child.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.