cropper

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