summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-gtk.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-11-12 17:12:00 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-11-12 17:12:00 +0000
commit0a649c0e2f9637f988c5321267df6f555a9027ad (patch)
treeb03236a45650ec612eb07402a21fcf391325fc42 /plugins/gtk+/glade-gtk.h
parenta5c32c738b43116d19774201c665c23a2d6301b4 (diff)
downloadglade-0a649c0e2f9637f988c5321267df6f555a9027ad.tar.gz
Fixed loading of images and only set image data when in the correct edit
* plugins/gtk+/glade-gtk.c: Fixed loading of images and only set image data when in the correct edit mode. * plugins/gtk+/glade-convert.c: Fixed toolbutton conversions to search icon factories from the beginning of the object list and not the current list position. * gladeui/glade-project.c: When changing resource paths, reload all pixbuf properties automagically (this wont work for custom pixbufs like icon factory has). svn path=/trunk/; revision=2024
Diffstat (limited to 'plugins/gtk+/glade-gtk.h')
-rw-r--r--plugins/gtk+/glade-gtk.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/gtk+/glade-gtk.h b/plugins/gtk+/glade-gtk.h
index f984a9d6..2a5afb57 100644
--- a/plugins/gtk+/glade-gtk.h
+++ b/plugins/gtk+/glade-gtk.h
@@ -7,26 +7,7 @@
/* Types */
-typedef enum {
- GLADEGTK_IMAGE_FILENAME = 0,
- GLADEGTK_IMAGE_STOCK,
- GLADEGTK_IMAGE_ICONTHEME
-} GladeGtkImageType;
-
-typedef enum {
- GLADEGTK_BUTTON_LABEL = 0,
- GLADEGTK_BUTTON_STOCK,
- GLADEGTK_BUTTON_CONTAINER
-} GladeGtkButtonType;
-
-GType glade_gtk_image_type_get_type (void);
-GType glade_gtk_button_type_get_type (void);
-
GParamSpec *glade_gtk_gnome_ui_info_spec (void);
-GParamSpec *glade_gtk_image_type_spec (void);
-
-GParamSpec *glade_gtk_button_type_spec (void);
-
#endif /* __GLADE_GTK_H__ */