summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@gnome.org>2004-02-20 23:21:01 +0000
committerJonathan Blandford <jrb@src.gnome.org>2004-02-20 23:21:01 +0000
commitb379bc580e1fa5a65bfbfbe6625404b06805b5be (patch)
tree7611367766eaa2c7a09006e0c7bc0c0dd869d364 /gtk/gtkpathbar.h
parent0f2106991535b0cb7726c7f219e942d3ac7a4e49 (diff)
downloadgtk+-b379bc580e1fa5a65bfbfbe6625404b06805b5be.tar.gz
conditional compile for GtkPathBar
Fri Feb 20 18:20:22 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooserdefault.c: conditional compile for GtkPathBar * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Clean up allocation code. Works fully in RTL languages, I think. (gtk_path_bar_scroll_up): Scroll up. (gtk_path_bar_scroll_down): Scroll down.
Diffstat (limited to 'gtk/gtkpathbar.h')
-rw-r--r--gtk/gtkpathbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkpathbar.h b/gtk/gtkpathbar.h
index c2129f56bc..0fcee4b761 100644
--- a/gtk/gtkpathbar.h
+++ b/gtk/gtkpathbar.h
@@ -41,6 +41,7 @@ struct _GtkPathBar
const char *path;
GList *button_list;
+ GList *first_scrolled_button;
gint16 slider_width;
gint16 spacing;
gint16 button_offset;