summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-06-04 19:13:12 +0200
committerTimm Bäder <mail@baedert.org>2018-06-04 21:58:44 +0200
commit4e9a879de06f211b70043a271ac1976bca2ed4ca (patch)
tree0ac0d488aeebfb3d9c08a0a2284ea259f1066c96 /gtk/gtkstatusbar.h
parent9109b0c3f25e5761699f3598c2d4ceb765a6d648 (diff)
downloadgtk+-4e9a879de06f211b70043a271ac1976bca2ed4ca.tar.gz
statusbar: Remove garbage from header file
Nobody will ever read those comments; documentation belongs into the soruce file so gtk-doc actually picks it up.
Diffstat (limited to 'gtk/gtkstatusbar.h')
-rw-r--r--gtk/gtkstatusbar.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk/gtkstatusbar.h b/gtk/gtkstatusbar.h
index 880b960dc6..e52a616f0d 100644
--- a/gtk/gtkstatusbar.h
+++ b/gtk/gtkstatusbar.h
@@ -30,7 +30,7 @@
#error "Only <gtk/gtk.h> can be included directly."
#endif
-#include <gtk/gtkbox.h>
+#include <gtk/gtkwidget.h>
G_BEGIN_DECLS
@@ -54,8 +54,6 @@ struct _GtkStatusbarClass
{
GtkWidgetClass parent_class;
- gpointer reserved;
-
void (*text_pushed) (GtkStatusbar *statusbar,
guint context_id,
const gchar *text);
@@ -75,13 +73,9 @@ GDK_AVAILABLE_IN_ALL
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,