GtkFrame Constructor

GtkFrame ([string label = null]);

Use the constructor to create a new frame. You may also specify the label that will be displayed on top of the frame as an argument to the function. Alternatively, you may use set_label_widget() , or set_label() to add a label to the frame after it has been created.