Method
Gtk.Frame.set_label_widget
Declaration [src]
void
gtk_frame_set_label_widget (
  GtkFrame* frame,
  GtkWidget* label_widget
)
Description [src]
Sets the label widget for the frame.
This is the widget that will appear embedded in the top edge of the frame as a title.
| Gets property | Gtk.Frame:label-widget | 
Parameters
| label_widget | GtkWidget | 
| the new label widget | |
| Can be NULL | |
| Ownership is not transferred to the callee |