2007-06-13 Johannes Schmid <johannes.schmid@openismus.com>
[modest] / src / modest-ui-actions.h
index 7444cb7..a770e78 100644 (file)
@@ -56,6 +56,8 @@ void     modest_ui_actions_on_add_to_contacts   (GtkAction *action, ModestWindow
 
 void     modest_ui_actions_on_select_contacts (GtkAction *action, ModestMsgEditWindow *win);
 
+void     modest_ui_actions_on_open_addressbook (GtkAction *action, ModestWindow *win);
+
 void     modest_ui_actions_on_check_names (GtkAction *action, ModestMsgEditWindow *win);
 
 void     modest_ui_actions_on_new_msg       (GtkAction *action, ModestWindow *win);
@@ -341,6 +343,18 @@ modest_ui_actions_on_edit_menu_activated (GtkAction *action,
                                          ModestWindow *window);
 
 void
+modest_ui_actions_on_view_menu_activated (GtkAction *action,
+                                         ModestWindow *window);
+
+void
+modest_ui_actions_on_tools_menu_activated (GtkAction *action,
+                                         ModestWindow *window);
+
+void
+modest_ui_actions_on_attachment_menu_activated (GtkAction *action,
+                                               ModestWindow *window);
+
+void
 modest_ui_actions_on_toolbar_csm_menu_activated (GtkAction *action,
                                                 ModestWindow *window);
 
@@ -375,5 +389,15 @@ void     modest_ui_actions_move_folder_error_handler      (ModestMailOperation *
 void     modest_ui_actions_on_search_messages             (GtkAction *action,
                                                           ModestWindow *window);
 
+/**
+ * modest_ui_actions_on_find_in_page:
+ * @action: a #GtkToggleAction
+ * @window: a #ModestWindow
+ *
+ * Toggles the visibility of the find in page toolbar
+ **/
+void     modest_ui_actions_on_toggle_find_in_page             (GtkToggleAction *action,
+                                                              ModestWindow *window);
+
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */