Search
lxdream.org :: lxdream/src/gui/support.h
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/support.h
changeset 10:c898b37506e0
prev1:eea311cfd33e
author nkeynes
date Tue Oct 16 12:36:29 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add gui error reporting
Add initial controller settings dialog
view annotate diff log raw
     1 /*
     2  * DO NOT EDIT THIS FILE - it is generated by Glade.
     3  */
     5 #ifdef HAVE_CONFIG_H
     6 #  include <config.h>
     7 #endif
     9 #include <gnome.h>
    11 #undef Q_
    12 #ifdef ENABLE_NLS
    13 #  define Q_(String) g_strip_context ((String), gettext (String))
    14 #else
    15 #  define Q_(String) g_strip_context ((String), (String))
    16 #endif
    19 /*
    20  * Public Functions.
    21  */
    23 /*
    24  * This function returns a widget in a component created by Glade.
    25  * Call it with the toplevel widget in the component (i.e. a window/dialog),
    26  * or alternatively any widget in the component, and the name of the widget
    27  * you want returned.
    28  */
    29 GtkWidget*  lookup_widget              (GtkWidget       *widget,
    30                                         const gchar     *widget_name);
    34 /*
    35  * Private Functions.
    36  */
    38 /* This is used to create the pixmaps used in the interface. */
    39 GtkWidget*  create_pixmap              (GtkWidget       *widget,
    40                                         const gchar     *filename);
    42 /* This is used to create the pixbufs used in the interface. */
    43 GdkPixbuf*  create_pixbuf              (const gchar     *filename);
    45 /* This is used to set ATK action descriptions. */
    46 void        glade_set_atk_action_description (AtkAction       *action,
    47                                               const gchar     *action_name,
    48                                               const gchar     *description);
.