Method
GtkFrameget_label_widget
Declaration [src]
GtkWidget*
gtk_frame_get_label_widget (
GtkFrame* frame
)
Description [src]
Retrieves the label widget for the frame. See gtk_frame_set_label_widget().
Gets property | Gtk.Frame:label-widget |
Return value
Type: GtkWidget
The label widget, or NULL
if
there is none.
The returned data is owned by the instance. |
The return value can be NULL . |