Name
GtkFrame -- A bin with a decorative frame and optional label.
Description
The frame widget is a Bin that surrounds its child
with a decorative frame and an optional label.
If present, the label is drawn in a gap in the
top side of the frame. The position of the
label can be controlled with gtk_frame_set_label_align().
Details
gtk_frame_new ()
Create a new Frame, with optional label label.
If label is NULL, the label is omitted.
gtk_frame_set_label ()
Set the text of the label. If label is NULL,
the current label, if any, is removed.
gtk_frame_set_label_align ()
Set the alignment of the Frame widget's label. The
default value for a newly created Frame is 0.0.
gtk_frame_set_shadow_type ()
Set the shadow type for the Frame widget.