Method

GtkExpanderset_label_widget

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.

Parameters

label_widget

Type: GtkWidget

The new label widget.

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