diff options
author | Jonathan Blandford <jrb@gnome.org> | 2004-09-26 06:14:55 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2004-09-26 06:14:55 +0000 |
commit | 3be528f2db7a5c0ab16291b847b45e0b0f011ac4 (patch) | |
tree | 271a90cb1a65ee54a5e6098ec508bdc57bb5a705 /gtk/gtkpathbar.h | |
parent | 393285778f6fe9f20207a0c81bce5e1d0845d890 (diff) | |
download | gtk+-3be528f2db7a5c0ab16291b847b45e0b0f011ac4.tar.gz |
add missing structures.
Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
Diffstat (limited to 'gtk/gtkpathbar.h')
-rw-r--r-- | gtk/gtkpathbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkpathbar.h b/gtk/gtkpathbar.h index 285da9ec4c..f1faab7b5e 100644 --- a/gtk/gtkpathbar.h +++ b/gtk/gtkpathbar.h @@ -54,11 +54,14 @@ struct _GtkPathBar GtkWidget *up_slider_button; GtkWidget *down_slider_button; guint settings_signal_id; + guint timer; gint icon_size; gint16 slider_width; gint16 spacing; gint16 button_offset; guint slider_visible : 1; + guint ignore_click : 1; + guint need_timer; }; struct _GtkPathBarClass |