GtkFrame Constructor

GtkFrame ([string label = NULL ]);

The label in the GtkFrame is only given physical space if a text string is passed to it. The NULL default setting does not refer to the value of the text string, but to its absence.

Note that the internal label exists in this widget regardless of whether it has text set during construction.