cropper

view 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 source
1 /*
2 * DO NOT EDIT THIS FILE - it is generated by Glade.
3 */
5 #ifdef HAVE_CONFIG_H
6 # include <config.h>
7 #endif
9 #include <gtk/gtk.h>
11 /*
12 * Public Functions.
13 */
15 /*
16 * This function returns a widget in a component created by Glade.
17 * Call it with the toplevel widget in the component (i.e. a window/dialog),
18 * or alternatively any widget in the component, and the name of the widget
19 * you want returned.
20 */
21 GtkWidget* lookup_widget (GtkWidget *widget,
22 const gchar *widget_name);
25 /* Use this function to set the directory containing installed pixmaps. */
26 void add_pixmap_directory (const gchar *directory);
29 /*
30 * Private Functions.
31 */
33 /* This is used to create the pixmaps used in the interface. */
34 GtkWidget* create_pixmap (GtkWidget *widget,
35 const gchar *filename);
37 /* This is used to create the pixbufs used in the interface. */
38 GdkPixbuf* create_pixbuf (const gchar *filename);
40 /* This is used to set ATK action descriptions. */
41 void glade_set_atk_action_description (AtkAction *action,
42 const gchar *action_name,
43 const gchar *description);