~ubuntu-branches/ubuntu/feisty/gnumeric/feisty-security

« back to all changes in this revision

Viewing changes to src/workbook-control-gui-priv.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-14 14:02:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114140203-iv3j2aii3vch6isl
Tags: 1.7.2-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#include <gtk/gtknotebook.h>
12
12
 
 
13
#ifdef USE_HILDON
 
14
#include <hildon-widgets/hildon-program.h>
 
15
#endif
 
16
 
13
17
struct _WorkbookControlGUI {
14
18
        WorkbookControl wb_control;
15
19
 
16
20
        GtkWidget   *toplevel;
17
21
#ifdef USE_HILDON
18
 
        GtkWidget   *hildon_app;
 
22
        HildonProgram *hildon_prog;
19
23
#endif
20
24
        GtkNotebook *notebook;
21
25
        GtkWidget   *progress_bar;