diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2001-03-29 21:17:45 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-03-29 21:17:45 +0000 |
commit | c61a8f282fd3d3fe32efbdb1b41791447a2602da (patch) | |
tree | d478e8dc1b9a2c82361e00e2b411150e115a1309 /gtk/gtkstatusbar.h | |
parent | 1c537e58537317be98ea0b7596b93a3acf143457 (diff) | |
download | gtk+-c61a8f282fd3d3fe32efbdb1b41791447a2602da.tar.gz |
*** empty log message ***
Diffstat (limited to 'gtk/gtkstatusbar.h')
-rw-r--r-- | gtk/gtkstatusbar.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk/gtkstatusbar.h b/gtk/gtkstatusbar.h index e29d796b60..afad754f6a 100644 --- a/gtk/gtkstatusbar.h +++ b/gtk/gtkstatusbar.h @@ -58,6 +58,10 @@ struct _GtkStatusbar guint seq_context_id; guint seq_message_id; + + GdkWindow *grip_window; + + guint has_resize_grip : 1; }; struct _GtkStatusbarClass @@ -92,7 +96,9 @@ void gtk_statusbar_remove (GtkStatusbar *statusbar, guint context_id, guint message_id); - +void gtk_statusbar_set_has_resize_grip (GtkStatusbar *statusbar, + gboolean setting); +gboolean gtk_statusbar_get_has_resize_grip (GtkStatusbar *statusbar); #ifdef __cplusplus } |