GtkFrame::set_label

void set_label(string label);

Use this method to set the current label of the frame. You must pass a string as a parameter to set that text as the label.

See also: get_label()