]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkstatusbar.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkstatusbar.h
index a69aaf5cb2f92f18befb64d1943817ba36ab577e..af018b69608cd9b2712b9df38048cf25403d9903 100644 (file)
@@ -13,9 +13,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 <http://www.gnu.org/licenses/>.
  */
 
 /*
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
+#ifndef __GTK_STATUSBAR_H__
+#define __GTK_STATUSBAR_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_STATUSBAR_H__
-#define __GTK_STATUSBAR_H__
-
-#include <gtk/gtkhbox.h>
+#include <gtk/gtkbox.h>
 
 G_BEGIN_DECLS
 
@@ -50,15 +48,15 @@ typedef struct _GtkStatusbarClass         GtkStatusbarClass;
 
 struct _GtkStatusbar
 {
-  GtkHBox parent_widget;
+  GtkBox parent_widget;
 
-  /* <private> */
+  /*< private >*/
   GtkStatusbarPrivate *priv;
 };
 
 struct _GtkStatusbarClass
 {
-  GtkHBoxClass parent_class;
+  GtkBoxClass parent_class;
 
   gpointer reserved;