Method

GtkListBoxset_placeholder

since: 3.10

Declaration [src]

void
gtk_list_box_set_placeholder (
  GtkListBox* box,
  GtkWidget* placeholder
)

Description [src]

Sets the placeholder widget that is shown in the list when it doesn’t display any visible children.

Available since: 3.10

Parameters

placeholder

Type: GtkWidget

A GtkWidget or NULL.

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