GtkFrame::get_label_widget

GtkWidget get_label_widget();

Use this method to retrieve the frame's label widget. The function will always return a GtkLabel object, unless no label is set, in which case null will be returned.

See also: set_label_widget()