|
|
1.1 root 1: #include <gtk/gtk.h>
2:
3: /*
4: * Public Functions.
5: */
6:
7: /*
8: * This function returns a widget in a component created by Glade.
9: * Call it with the toplevel widget in the component (i.e. a window/dialog),
10: * or alternatively any widget in the component, and the name of the widget
11: * you want returned.
12: */
13: GtkWidget* lookup_widget (GtkWidget *widget,
14: const gchar *widget_name);
15:
16:
17: /* Use this function to set the directory containing installed pixmaps. */
18: void add_pixmap_directory (const gchar *directory);
19:
20:
21: /*
22: * Private Functions.
23: */
24:
25: /* This is used to create the pixmaps used in the interface. */
26: GtkWidget* create_pixmap (GtkWidget *widget,
27: const gchar *filename);
28:
29: /* This is used to create the pixbufs used in the interface. */
30: GdkPixbuf* create_pixbuf (const gchar *filename);
31:
32: /* This is used to set ATK action descriptions. */
33: void glade_set_atk_action_description (AtkAction *action,
34: const gchar *action_name,
35: const gchar *description);
36:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.