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