GtkFrame::set_label_widget

void set_label_widget(GtkWidget label_widget);

If you want to pass a GtkLabel to be the label of the frame, the use this method. set_label() will only allow a string as it's parameter and this function will allow only GtkLabels.

See also: get_label_widget()