GtkFrame::get_label

string get_label();

Use this method to determine the label that is currently assigned to the frame. The text of the label widget will be returned, null if no label was assigned to the frame or if the label widget was not of type GtkLabel.

See also: set_label()