~ubuntu-branches/ubuntu/raring/gedit/raring

« back to all changes in this revision

Viewing changes to gedit/gedit-print-preview.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-06-27 05:29:37 UTC
  • mfrom: (1.1.86 upstream)
  • Revision ID: james.westby@ubuntu.com-20110627052937-9zihn7ha7of3b251
Tags: 3.1.1-0ubuntu1
* New upstream release.
* debian/control.in:
  - Require GTK+ 3.1.6
* debian/watch:
  - Look at unstable releases too

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
struct _GeditPrintPreview
50
50
{
51
 
        GtkVBox parent;
 
51
        GtkBox parent;
52
52
 
53
53
        GeditPrintPreviewPrivate *priv;
54
54
};
55
55
 
56
56
struct _GeditPrintPreviewClass
57
57
{
58
 
        GtkVBoxClass parent_class;
 
58
        GtkBoxClass parent_class;
59
59
 
60
60
        void (* close)          (GeditPrintPreview          *preview);
61
61
};