summaryrefslogtreecommitdiffstats
path: root/plug-ins/map-object/map-object-ui.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:23:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:23:22 +0000
commite42129241681dde7adae7d20697e7b421682fbb4 (patch)
treeaf1fe815a5e639e68e59fabd8395ec69458b3e5e /plug-ins/map-object/map-object-ui.h
parentInitial commit. (diff)
downloadgimp-e42129241681dde7adae7d20697e7b421682fbb4.tar.xz
gimp-e42129241681dde7adae7d20697e7b421682fbb4.zip
Adding upstream version 2.10.22.upstream/2.10.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--plug-ins/map-object/map-object-ui.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plug-ins/map-object/map-object-ui.h b/plug-ins/map-object/map-object-ui.h
new file mode 100644
index 0000000..69f6065
--- /dev/null
+++ b/plug-ins/map-object/map-object-ui.h
@@ -0,0 +1,14 @@
+#ifndef __MAPOBJECT_UI_H__
+#define __MAPOBJECT_UI_H__
+
+/* Externally visible variables */
+/* ============================ */
+
+extern GtkWidget *previewarea;
+
+/* Externally visible functions */
+/* ============================ */
+
+gboolean main_dialog (gint32 drawable_id);
+
+#endif /* __MAPOBJECT_UI_H__ */