mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimp/Makefile.am libgimp/gimpui.h new file that holds pixbuf accessors
2004-04-21 Sven Neumann <sven@gimp.org> * libgimp/Makefile.am * libgimp/gimpui.h * libgimp/gimppixbuf.[ch]: new file that holds pixbuf accessors to gimp data (drawable and image thumbnails for now). * libgimp/gimpdrawablecombobox.[ch] * libgimp/gimpimagecombobox.[ch]: new files with GimpIntComboBox constructors for image, drawable, channel and layer menus. * plug-ins/script-fu/script-fu-scripts.c: use the new functions instead of the gimpmenu API that is about to be deprecated.
This commit is contained in:
parent
ff06d05097
commit
f4b2b3c146
13 changed files with 1007 additions and 50 deletions
|
@ -32,6 +32,10 @@
|
|||
#include <libgimp/gimpfontmenu.h>
|
||||
#include <libgimp/gimpgradientmenu.h>
|
||||
#include <libgimp/gimppatternmenu.h>
|
||||
#include <libgimp/gimppixbuf.h>
|
||||
#include <libgimp/gimpdrawablecombobox.h>
|
||||
#include <libgimp/gimpimagecombobox.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue