Method

GtkExpanderset_label_widget

since: 2.4

Declaration [src]

void
gtk_expander_set_label_widget (
  GtkExpander* expander,
  GtkWidget* label_widget
)

Description [src]

Set the label widget for the expander. This is the widget that will appear embedded alongside the expander arrow.

Available since: 2.4

Parameters

label_widget

Type: GtkWidget

The new label widget.

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