Method

GtkFrameset_label

Declaration [src]

void
gtk_frame_set_label (
  GtkFrame* frame,
  const gchar* label
)

Description [src]

Removes the current GtkFrame:label-widget. If label is not NULL, creates a new GtkLabel with that text and adds it as the GtkFrame:label-widget.

Sets propertyGtk.Frame:label

Parameters

label

Type: const gchar*

The text to use as the label of the frame.

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