root/wmgui/support.h

Revision 15d141cccd9a38fede6b80ab2d6b8f921991cf25, 1.3 kB (checked in by dsmith <dsmith@…>, 5 years ago)

Initial import

git-svn-id: http://abstrakraft.org/cwiid/svn/CWiid/trunk@3 918edb2d-ff29-0410-9de2-eb38e7f22bc7

  • Property mode set to 100644
Line 
1/*
2 * DO NOT EDIT THIS FILE - it is generated by Glade.
3 */
4
5#ifdef HAVE_CONFIG_H
6#  include <config.h>
7#endif
8
9#include <gtk/gtk.h>
10
11/*
12 * Public Functions.
13 */
14
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 */
21GtkWidget*  lookup_widget              (GtkWidget       *widget,
22                                        const gchar     *widget_name);
23
24
25/* Use this function to set the directory containing installed pixmaps. */
26void        add_pixmap_directory       (const gchar     *directory);
27
28
29/*
30 * Private Functions.
31 */
32
33/* This is used to create the pixmaps used in the interface. */
34GtkWidget*  create_pixmap              (GtkWidget       *widget,
35                                        const gchar     *filename);
36
37/* This is used to create the pixbufs used in the interface. */
38GdkPixbuf*  create_pixbuf              (const gchar     *filename);
39
40/* This is used to set ATK action descriptions. */
41void        glade_set_atk_action_description (AtkAction       *action,
42                                              const gchar     *action_name,
43                                              const gchar     *description);
Note: See TracBrowser for help on using the browser.