From 5c1676dfe6d2f3c837a5e074117b45613fd29a72 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:30:19 +0200 Subject: Adding upstream version 2.10.34. Signed-off-by: Daniel Baumann --- .../libgimpwidgets/html/GimpScrolledPreview.html | 254 +++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 devel-docs/libgimpwidgets/html/GimpScrolledPreview.html (limited to 'devel-docs/libgimpwidgets/html/GimpScrolledPreview.html') diff --git a/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html b/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html new file mode 100644 index 0000000..530187a --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpScrolledPreview.html @@ -0,0 +1,254 @@ + + + + +GimpScrolledPreview: GIMP Widgets Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpScrolledPreview

+

GimpScrolledPreview — A widget providing a GimpPreview enhanced by +scrolling capabilities.

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + +
+void + +gimp_scrolled_preview_set_position () +
+void + +gimp_scrolled_preview_set_policy () +
+void + +gimp_scrolled_preview_freeze () +
+void + +gimp_scrolled_preview_thaw () +
+
+
+

Types and Values

+
++++ + + + + +
 GimpScrolledPreview
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ╰── GtkContainer
+                    ╰── GtkBox
+                        ╰── GimpPreview
+                            ╰── GimpScrolledPreview
+
+
+
+

Implemented Interfaces

+

+GimpScrolledPreview implements + AtkImplementorIface, GtkBuildable and GtkOrientable.

+
+
+

Description

+

A widget providing a GimpPreview enhanced by scrolling capabilities.

+
+
+

Functions

+
+

gimp_scrolled_preview_set_position ()

+
void
+gimp_scrolled_preview_set_position (GimpScrolledPreview *preview,
+                                    gint x,
+                                    gint y);
+
+

Parameters

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

preview

a GimpScrolledPreview

 

x

horizontal scroll offset

 

y

vertical scroll offset

 
+
+

Since: 2.4

+
+
+
+

gimp_scrolled_preview_set_policy ()

+
void
+gimp_scrolled_preview_set_policy (GimpScrolledPreview *preview,
+                                  GtkPolicyType hscrollbar_policy,
+                                  GtkPolicyType vscrollbar_policy);
+
+

Parameters

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

preview

a GimpScrolledPreview

 

hscrollbar_policy

policy for horizontal scrollbar

 

vscrollbar_policy

policy for vertical scrollbar

 
+
+

Since: 2.4

+
+
+
+

gimp_scrolled_preview_freeze ()

+
void
+gimp_scrolled_preview_freeze (GimpScrolledPreview *preview);
+

While the preview + is frozen, it is not going to redraw itself in +response to scroll events.

+

This function should only be used to implement widgets derived from +GimpScrolledPreview. There is no point in calling this from a plug-in.

+
+

Parameters

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

preview

a GimpScrolledPreview

 
+
+

Since: 2.4

+
+
+
+

gimp_scrolled_preview_thaw ()

+
void
+gimp_scrolled_preview_thaw (GimpScrolledPreview *preview);
+

While the preview + is frozen, it is not going to redraw itself in +response to scroll events.

+

This function should only be used to implement widgets derived from +GimpScrolledPreview. There is no point in calling this from a plug-in.

+
+

Parameters

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

preview

a GimpScrolledPreview

 
+
+

Since: 2.4

+
+
+
+

Types and Values

+
+

GimpScrolledPreview

+
typedef struct _GimpScrolledPreview GimpScrolledPreview;
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3