#error "Only <gtk/gtk.h> can be included directly."
#endif
-#include <gtk/gtkbox.h>
+#include <gtk/gtkwidget.h>
G_BEGIN_DECLS
{
GtkWidgetClass parent_class;
- gpointer reserved;
-
void (*text_pushed) (GtkStatusbar *statusbar,
guint context_id,
const gchar *text);
GType gtk_statusbar_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_statusbar_new (void);
-/* If you don't want to use contexts, 0 is a predefined global
- * context_id you can pass to push/pop/remove
- */
GDK_AVAILABLE_IN_ALL
guint gtk_statusbar_get_context_id (GtkStatusbar *statusbar,
const gchar *context_description);
-/* Returns message_id used for gtk_statusbar_remove */
GDK_AVAILABLE_IN_ALL
guint gtk_statusbar_push (GtkStatusbar *statusbar,
guint context_id,