X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkinfobar.h;h=a7e351a62128becb91b2d621b299be47995de62c;hb=bda5987335b8c7828ebf1d289a91accfe2e74dbe;hp=cbc206a12076c9a44cfc6ccfeaa8fdf0d396b450;hpb=7303f3c9fdc2fcb75907a3fd81cc4a44446931a7;p=~andy%2Fgtk diff --git a/gtk/gtkinfobar.h b/gtk/gtkinfobar.h index cbc206a12..a7e351a62 100644 --- a/gtk/gtkinfobar.h +++ b/gtk/gtkinfobar.h @@ -15,9 +15,7 @@ * 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 . */ /* @@ -31,7 +29,11 @@ #ifndef __GTK_INFO_BAR_H__ #define __GTK_INFO_BAR_H__ -#include +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + +#include #include G_BEGIN_DECLS @@ -54,7 +56,7 @@ typedef struct _GtkInfoBar GtkInfoBar; struct _GtkInfoBar { - GtkHBox parent; + GtkBox parent; /*< private > */ GtkInfoBarPrivate *priv; @@ -63,7 +65,7 @@ struct _GtkInfoBar struct _GtkInfoBarClass { - GtkHBoxClass parent_class; + GtkBoxClass parent_class; /* Signals */ void (* response) (GtkInfoBar *info_bar, gint response_id); @@ -76,8 +78,6 @@ struct _GtkInfoBarClass void (*_gtk_reserved2) (void); void (*_gtk_reserved3) (void); void (*_gtk_reserved4) (void); - void (*_gtk_reserved5) (void); - void (*_gtk_reserved6) (void); }; GType gtk_info_bar_get_type (void) G_GNUC_CONST;