X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkprinteroptionwidget.h;h=b688cf63303a739473ca6cd5b7dbd1ae9b5f535b;hb=b2340254109d8599244c875fe7bc5e234f64da08;hp=3e08b00dc9ed519d2e153e41a2e768e46ee1e448;hpb=3f84abf926ad9ad956b594b31344f045d0507491;p=~andy%2Fgtk diff --git a/gtk/gtkprinteroptionwidget.h b/gtk/gtkprinteroptionwidget.h index 3e08b00dc..b688cf633 100644 --- a/gtk/gtkprinteroptionwidget.h +++ b/gtk/gtkprinteroptionwidget.h @@ -12,15 +12,13 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #ifndef __GTK_PRINTER_OPTION_WIDGET_H__ #define __GTK_PRINTER_OPTION_WIDGET_H__ #include "gtkprinteroption.h" -#include "gtkhbox.h" +#include "gtkbox.h" G_BEGIN_DECLS @@ -38,16 +36,22 @@ typedef struct GtkPrinterOptionWidgetPrivate GtkPrinterOptionWidgetPrivate; struct _GtkPrinterOptionWidget { - GtkHBox parent_instance; + GtkBox parent_instance; GtkPrinterOptionWidgetPrivate *priv; }; struct _GtkPrinterOptionWidgetClass { - GtkHBoxClass parent_class; + GtkBoxClass parent_class; void (*changed) (GtkPrinterOptionWidget *widget); + + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); }; GType gtk_printer_option_widget_get_type (void) G_GNUC_CONST;