summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@gnome.org>2004-09-26 06:14:55 +0000
committerJonathan Blandford <jrb@src.gnome.org>2004-09-26 06:14:55 +0000
commit3be528f2db7a5c0ab16291b847b45e0b0f011ac4 (patch)
tree271a90cb1a65ee54a5e6098ec508bdc57bb5a705 /gtk/gtkpathbar.h
parent393285778f6fe9f20207a0c81bce5e1d0845d890 (diff)
downloadgtk+-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.h3
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