~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to gnome/support.h

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2004-06-30 13:58:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040630135816-wwx75gdlodkqbabb
Tags: upstream-0.12.2
ImportĀ upstreamĀ versionĀ 0.12.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * DO NOT EDIT THIS FILE - it is generated by Glade.
 
3
 */
 
4
 
 
5
#include <gnome.h>
 
6
 
 
7
/*
 
8
 * Public Functions.
 
9
 */
 
10
 
 
11
/*
 
12
 * This function returns a widget in a component created by Glade.
 
13
 * Call it with the toplevel widget in the component (i.e. a window/dialog),
 
14
 * or alternatively any widget in the component, and the name of the widget
 
15
 * you want returned.
 
16
 */
 
17
GtkWidget*  lookup_widget              (GtkWidget       *widget,
 
18
                                        const gchar     *widget_name);
 
19
 
 
20
 
 
21
 
 
22
/*
 
23
 * Private Functions.
 
24
 */
 
25
 
 
26
/* This is used to create the pixmaps used in the interface. */
 
27
GtkWidget*  create_pixmap              (GtkWidget       *widget,
 
28
                                        const gchar     *filename);
 
29
 
 
30
/* This is used to create the pixbufs used in the interface. */
 
31
GdkPixbuf*  create_pixbuf              (const gchar     *filename);
 
32
 
 
33
/* This is used to set ATK action descriptions. */
 
34
void        glade_set_atk_action_description (AtkAction       *action,
 
35
                                              const gchar     *action_name,
 
36
                                              const gchar     *description);
 
37