GimpFrame 3 LIBGIMPWIDGETS Library GimpFrame A widget providing a HIG-compliant subclass of GtkFrame. Synopsis GimpFrame; GtkWidget* gimp_frame_new (const gchar *label); Object Hierarchy GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkFrame +----GimpFrame Implemented Interfaces GimpFrame implements AtkImplementorIface and GtkBuildable. Style Properties "label-bold" gboolean : Read "label-spacing" gint : Read Description A widget providing a HIG-compliant subclass of GtkFrame. Details <anchor id="GimpFrame-struct" role="struct"/>GimpFrame GimpFrametypedef struct _GimpFrame GimpFrame; <anchor id="gimp-frame-new" role="function" condition="since:GIMP 2.2"/>gimp_frame_new () gimp_frame_newGtkWidget* gimp_frame_new (const gchar *label); Creates a GimpFrame widget. A GimpFrame is a HIG-compliant variant of GtkFrame. It doesn't render a frame at all but otherwise behaves like a frame. The frame's title is rendered in bold and the frame content is indented four spaces as suggested by the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/). label : text to set as the frame's title label (or NULL for no title) Returns : a new GimpFrame widget Since GIMP 2.2 Style Property Details <anchor id="GimpFrame--label-bold"/>The <literal>"label-bold"</literal> style property GimpFrame:label-bold "label-bold" gboolean : Read Default value: TRUE <anchor id="GimpFrame--label-spacing"/>The <literal>"label-spacing"</literal> style property GimpFrame:label-spacing "label-spacing" gint : Read Allowed values: >= 0 Default value: 6