~ubuntu-branches/ubuntu/gutsy/gnumeric/gutsy-201105201701

« back to all changes in this revision

Viewing changes to src/sheet-object-impl.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2007-03-08 16:16:45 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070308161645-uotkhmwywh7dkur4
Tags: 1.7.8-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        void           (*draw_cairo) (SheetObject const *so, gpointer data,
85
85
                                      double width, double height);
86
86
 
87
 
        void     (*invalidate_sheet) (SheetObject *so, Sheet const *sheet);
 
87
        void          (*foreach_dep) (SheetObject *so,
 
88
                                      SheetObjectForeachDepFunc func,
 
89
                                      gpointer user);
88
90
 
89
91
        void (*func_pad1)       (void);
90
92
        void (*func_pad2)       (void);