diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-22 07:19:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-22 07:19:35 +0800 |
commit | 44230f1ef78e54ec616982b827d5f25b916de291 (patch) | |
tree | df946f5445aba28a4e02b71d960d4d85a3d39ca0 /shell/e-shell-folder-title-bar.h | |
parent | 931953de1f41d51d3d28b6c099e01cd0b1befdc4 (diff) | |
download | gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.gz gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.bz2 gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.lz gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.xz gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.tar.zst gsoc2013-evolution-44230f1ef78e54ec616982b827d5f25b916de291.zip |
Some changes to the pop-up folder tree, so that it makes more visual
sense.
svn path=/trunk/; revision=4271
Diffstat (limited to 'shell/e-shell-folder-title-bar.h')
-rw-r--r-- | shell/e-shell-folder-title-bar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-folder-title-bar.h b/shell/e-shell-folder-title-bar.h index 86759c8270..c8bab9994c 100644 --- a/shell/e-shell-folder-title-bar.h +++ b/shell/e-shell-folder-title-bar.h @@ -64,12 +64,15 @@ struct _EShellFolderTitleBarClass { GtkType e_shell_folder_title_bar_get_type (void); void e_shell_folder_title_bar_construct (EShellFolderTitleBar *folder_title_bar); GtkWidget *e_shell_folder_title_bar_new (void); + void e_shell_folder_title_bar_set_title (EShellFolderTitleBar *folder_title_bar, const char *title); void e_shell_folder_title_bar_set_icon (EShellFolderTitleBar *folder_title_bar, const GdkPixbuf *icon); void e_shell_folder_title_bar_set_toggle_state (EShellFolderTitleBar *folder_title_bar, gboolean state); +void e_shell_folder_title_bar_set_clickable (EShellFolderTitleBar *folder_title_bar, + gboolean clickable); #ifdef __cplusplus } |