diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-16 01:09:44 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-16 01:09:44 +0800 |
commit | e927ce214f28163a2159129e2d4771da274d5611 (patch) | |
tree | c37a8adae2aa79b6d5d3d7ebe111ebacc6ad05c5 /shell/e-shortcuts.h | |
parent | 98317c656590737ced646d6fb4bd65e527c7e178 (diff) | |
download | gsoc2013-evolution-e927ce214f28163a2159129e2d4771da274d5611.tar gsoc2013-evolution-e927ce214f28163a2159129e2d4771da274d5611.tar.gz gsoc2013-evolution-e927ce214f28163a2159129e2d4771da274d5611.tar.bz2 gsoc2013-evolution-e927ce214f28163a2159129e2d4771da274d5611.tar.lz gsoc2013-evolution-e927ce214f28163a2159129e2d4771da274d5611.tar.xz gsoc2013-evolution-e927ce214f28163a2159129e2d4771da274d5611.tar.zst gsoc2013-evolution-e927ce214f28163a2159129e2d4771da274d5611.zip |
Fixed drag and drop so that it properly handles pointer grabbing in
the widget with `gtk_grab_add' and `gtk_grab_remove'. Removed leaks
from Iain's patch. Moved shortcut view initialization from the model
into the view.
svn path=/trunk/; revision=3047
Diffstat (limited to 'shell/e-shortcuts.h')
-rw-r--r-- | shell/e-shortcuts.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/e-shortcuts.h b/shell/e-shortcuts.h index 569ff9ead5..bdc9126d68 100644 --- a/shell/e-shortcuts.h +++ b/shell/e-shortcuts.h @@ -67,6 +67,12 @@ void e_shortcuts_construct (EShortcuts *shortcuts, EShortcuts *e_shortcuts_new (EStorageSet *storage_set, EFolderTypeRepository *folder_type_repository); +GList *e_shortcuts_get_group_titles (EShortcuts *shortcuts); +GList *e_shortcuts_get_shortcuts_in_group (EShortcuts *shortcuts, + const char *group_title); + +EStorageSet *e_shortcuts_get_storage_set (EShortcuts *shortcuts); + GtkWidget *e_shortcuts_new_view (EShortcuts *shortcuts); gboolean e_shortcuts_load (EShortcuts *shortcuts, |