Method

Gtk.Frame.set_label

Declaration [src]

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

Description [src]

Creates a new GtkLabel with the label and sets it as the frame’s label widget.

Sets propertyGtk.Frame:label

Parameters

label const char*
 

the text to use as the label of the frame

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string