From e42129241681dde7adae7d20697e7b421682fbb4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:23:22 +0200 Subject: Adding upstream version 2.10.22. Signed-off-by: Daniel Baumann --- devel-docs/libgimpwidgets/html/GimpFrame.html | 177 ++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 devel-docs/libgimpwidgets/html/GimpFrame.html (limited to 'devel-docs/libgimpwidgets/html/GimpFrame.html') diff --git a/devel-docs/libgimpwidgets/html/GimpFrame.html b/devel-docs/libgimpwidgets/html/GimpFrame.html new file mode 100644 index 0000000..22f7815 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpFrame.html @@ -0,0 +1,177 @@ + + + + +GimpFrame: GIMP Widgets Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpFrame

+

GimpFrame — A widget providing a HIG-compliant subclass +of GtkFrame.

+
+
+

Functions

+
++++ + + + + +
+GtkWidget * + +gimp_frame_new () +
+
+
+

Style Properties

+
+++++ + + + + + + + + + + + + +
gbooleanlabel-boldRead
gintlabel-spacingRead
+
+
+

Types and Values

+
++++ + + + + +
 GimpFrame
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ╰── GtkContainer
+                    ╰── GtkBin
+                        ╰── GtkFrame
+                            ╰── GimpFrame
+
+
+
+

Implemented Interfaces

+

+GimpFrame implements + AtkImplementorIface and GtkBuildable.

+
+
+

Description

+

A widget providing a HIG-compliant subclass of GtkFrame.

+
+
+

Functions

+
+

gimp_frame_new ()

+
GtkWidget *
+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 https://developer.gnome.org/hig/stable/).

+
+

Parameters

+
+++++ + + + + + +

label

text to set as the frame's title label (or NULL for no title)

 
+
+
+

Returns

+

a new GimpFrame widget

+
+

Since: 2.2

+
+
+
+

Types and Values

+
+

GimpFrame

+
typedef struct _GimpFrame GimpFrame;
+
+
+
+

Style Property Details

+
+

The “label-bold” style property

+
  “label-bold”               gboolean
+

Whether the frame's label should be bold.

+

Owner: GimpFrame

+

Flags: Read

+

Default value: TRUE

+
+
+
+

The “label-spacing” style property

+
  “label-spacing”            gint
+

The spacing between the label and the frame content.

+

Owner: GimpFrame

+

Flags: Read

+

Allowed values: >= 0

+

Default value: 6

+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3