diff options
author | Jonathan Blandford <jrb@gnome.org> | 2004-03-10 07:42:20 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2004-03-10 07:42:20 +0000 |
commit | c630462c18199c5aab5474722415388b34686415 (patch) | |
tree | 0de38485dac2cb9a5426bed716cf494dcf382a84 /gtk/gtkpathbar.h | |
parent | 9727b4d2ed034db0c38629530d8ec86f89da25e6 (diff) | |
download | gtk+-c630462c18199c5aab5474722415388b34686415.tar.gz |
Support changes in icon themes.
Wed Mar 10 02:41:05 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c: (gtk_path_bar_init), (gtk_path_bar_class_init),
(remove_settings_signal), (gtk_path_bar_dispose),
(gtk_path_bar_style_set), (gtk_path_bar_screen_changed),
(gtk_path_bar_scroll_up), (reload_icons), (change_icon_theme),
(settings_notify_cb), (gtk_path_bar_check_icon_theme),
(get_button_image), (gtk_path_bar_update_button_appearance),
(make_directory_button), (gtk_path_bar_check_parent_path): Support
changes in icon themes.
* gtk/gtkpathbar.h: add two elements
* tests/testfilechooser.c: (main): use gnome-vfs method again to
get more testing.
Diffstat (limited to 'gtk/gtkpathbar.h')
-rw-r--r-- | gtk/gtkpathbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkpathbar.h b/gtk/gtkpathbar.h index 18164b5ac8..1fbcdd4574 100644 --- a/gtk/gtkpathbar.h +++ b/gtk/gtkpathbar.h @@ -53,6 +53,8 @@ struct _GtkPathBar GList *first_scrolled_button; GtkWidget *up_slider_button; GtkWidget *down_slider_button; + guint settings_signal_id; + gint icon_size; gint16 slider_width; gint16 spacing; gint16 button_offset; |