Search
lxdream.org :: lxdream/src/gui/support.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/support.h
changeset 1:eea311cfd33e
next10:c898b37506e0
author nkeynes
date Sat Aug 21 06:15:49 2004 +0000 (19 years ago)
permissions -rw-r--r--
last change Commit changes into cvs
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/gui/support.h Sat Aug 21 06:15:49 2004 +0000
1.3 @@ -0,0 +1,37 @@
1.4 +/*
1.5 + * DO NOT EDIT THIS FILE - it is generated by Glade.
1.6 + */
1.7 +
1.8 +#include <gnome.h>
1.9 +
1.10 +/*
1.11 + * Public Functions.
1.12 + */
1.13 +
1.14 +/*
1.15 + * This function returns a widget in a component created by Glade.
1.16 + * Call it with the toplevel widget in the component (i.e. a window/dialog),
1.17 + * or alternatively any widget in the component, and the name of the widget
1.18 + * you want returned.
1.19 + */
1.20 +GtkWidget* lookup_widget (GtkWidget *widget,
1.21 + const gchar *widget_name);
1.22 +
1.23 +
1.24 +
1.25 +/*
1.26 + * Private Functions.
1.27 + */
1.28 +
1.29 +/* This is used to create the pixmaps used in the interface. */
1.30 +GtkWidget* create_pixmap (GtkWidget *widget,
1.31 + const gchar *filename);
1.32 +
1.33 +/* This is used to create the pixbufs used in the interface. */
1.34 +GdkPixbuf* create_pixbuf (const gchar *filename);
1.35 +
1.36 +/* This is used to set ATK action descriptions. */
1.37 +void glade_set_atk_action_description (AtkAction *action,
1.38 + const gchar *action_name,
1.39 + const gchar *description);
1.40 +
.