app: a skeleton for the extension GUI.
commitff12c2d9036c10a14e95e617184f357547340be8
authorJehan <jehan@girinstud.io>
Tue, 3 Jul 2018 16:31:43 +0000 (3 18:31 +0200)
committerJehan <jehan@girinstud.io>
Sat, 7 Jul 2018 14:10:50 +0000 (7 16:10 +0200)
treeacad9fb5038b9d25b2dfa089e339743a640de702
parent20b399e9bffcbae570996ace293827d973c568ba
app: a skeleton for the extension GUI.

This is using GTK+3 widgets, so I make sure to keep it well separated
from core code. The gimp-2-10 version will have to rework the GUI, but
the GtkListBox and GtkSwitch are nice and make things easier, so it is
worth using them here).
app/actions/dialogs-actions.c
app/dialogs/Makefile.am
app/dialogs/dialogs-constructors.c
app/dialogs/dialogs-constructors.h
app/dialogs/dialogs.c
app/dialogs/extensions-dialog.c [new file with mode: 0644]
app/dialogs/extensions-dialog.h [new file with mode: 0644]
app/widgets/gimphelp-ids.h
menus/image-menu.xml.in