~ubuntu-branches/ubuntu/trusty/gnusim8085/trusty

« back to all changes in this revision

Viewing changes to src/support.h

  • Committer: Bazaar Package Importer
  • Author(s): Ernesto Nadir Crespo Avila
  • Date: 2006-12-10 10:30:57 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061210103057-1htu2hmz3utrm5jw
Tags: 1.2.91-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
GtkWidget*  lookup_widget              (GtkWidget       *widget,
18
18
                                        const gchar     *widget_name);
19
19
 
 
20
/*
 
21
 * This function returns a action widget in a component.
 
22
 * Call it with the toplevel widget in the component (i.e. a window/dialog),
 
23
 * or alternatively any widget in the component, and the name of the widget
 
24
 * you want returned.
 
25
 */
 
26
GtkAction*  lookup_action_widget              (GtkWidget       *widget,
 
27
                                        const gchar     *widget_name);
20
28
 
21
29
 
22
30
/*