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 --- .../html/GimpColorProfileChooserDialog.html | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 devel-docs/libgimpwidgets/html/GimpColorProfileChooserDialog.html (limited to 'devel-docs/libgimpwidgets/html/GimpColorProfileChooserDialog.html') diff --git a/devel-docs/libgimpwidgets/html/GimpColorProfileChooserDialog.html b/devel-docs/libgimpwidgets/html/GimpColorProfileChooserDialog.html new file mode 100644 index 0000000..52a1364 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorProfileChooserDialog.html @@ -0,0 +1,84 @@ + + + + +GimpColorProfileChooserDialog: GIMP Widgets Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpColorProfileChooserDialog

+

GimpColorProfileChooserDialog — A file chooser for selecting color profiles.

+
+
+

Functions

+
++++ + + + + +
+GtkWidget * + +gimp_color_profile_chooser_dialog_new () +
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ╰── GtkContainer
+                    ╰── GtkBin
+                        ╰── GtkWindow
+                            ╰── GtkDialog
+                                ╰── GtkFileChooserDialog
+                                    ╰── GimpColorProfileChooserDialog
+
+
+
+

Description

+

A GtkFileChooser subclass for selecting color profiles.

+
+
+

Functions

+
+

gimp_color_profile_chooser_dialog_new ()

+
GtkWidget *
+gimp_color_profile_chooser_dialog_new (const gchar *title,
+                                       GtkWindow *parent,
+                                       GtkFileChooserAction action);
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3