cropper
diff support.h @ 0:ca9155129253
initial commit
code base: gthumb_crop.glade and generated code from it with glade
author | meillo@marmaro.de |
---|---|
date | Tue, 04 Dec 2007 16:48:51 +0100 |
parents | |
children | 80535e4deaa4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/support.h Tue Dec 04 16:48:51 2007 +0100 1.3 @@ -0,0 +1,44 @@ 1.4 +/* 1.5 + * DO NOT EDIT THIS FILE - it is generated by Glade. 1.6 + */ 1.7 + 1.8 +#ifdef HAVE_CONFIG_H 1.9 +# include <config.h> 1.10 +#endif 1.11 + 1.12 +#include <gtk/gtk.h> 1.13 + 1.14 +/* 1.15 + * Public Functions. 1.16 + */ 1.17 + 1.18 +/* 1.19 + * This function returns a widget in a component created by Glade. 1.20 + * Call it with the toplevel widget in the component (i.e. a window/dialog), 1.21 + * or alternatively any widget in the component, and the name of the widget 1.22 + * you want returned. 1.23 + */ 1.24 +GtkWidget* lookup_widget (GtkWidget *widget, 1.25 + const gchar *widget_name); 1.26 + 1.27 + 1.28 +/* Use this function to set the directory containing installed pixmaps. */ 1.29 +void add_pixmap_directory (const gchar *directory); 1.30 + 1.31 + 1.32 +/* 1.33 + * Private Functions. 1.34 + */ 1.35 + 1.36 +/* This is used to create the pixmaps used in the interface. */ 1.37 +GtkWidget* create_pixmap (GtkWidget *widget, 1.38 + const gchar *filename); 1.39 + 1.40 +/* This is used to create the pixbufs used in the interface. */ 1.41 +GdkPixbuf* create_pixbuf (const gchar *filename); 1.42 + 1.43 +/* This is used to set ATK action descriptions. */ 1.44 +void glade_set_atk_action_description (AtkAction *action, 1.45 + const gchar *action_name, 1.46 + const gchar *description); 1.47 +