{- | Copyright : Will Thompson, Iñaki García Etxebarria and Jonas Platte License : LGPL-2.1 Maintainer : Iñaki García Etxebarria (inaki@blueleaf.cc) 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 'GI.Gtk.Objects.Frame.frameSetLabelAlign'. = GtkFrame as GtkBuildable The GtkFrame implementation of the GtkBuildable interface supports placing a child in the label position by specifying “label” as the “type” attribute of a \ element. A normal content child can be specified without specifying a \ type attribute. An example of a UI definition fragment with GtkFrame: > > > > > > > > > = CSS nodes === /plain code/ > >frame >├── border[.flat] >├──