2007-04-03 Murray Cumming <murrayc@murrayc.com>
[modest] / src / modest-ui-actions.h
index 542b062..cd5c1d2 100644 (file)
@@ -43,6 +43,8 @@ void     modest_ui_actions_on_delete        (GtkAction *action, ModestWindow *wi
 
 void     modest_ui_actions_on_quit          (GtkAction *action, ModestWindow *win);
 
+void     modest_ui_actions_on_new_account      (GtkAction *action, ModestWindow *win);
+
 void     modest_ui_actions_on_accounts      (GtkAction *action, ModestWindow *win);
 
 void     modest_ui_actions_on_add_to_contacts   (GtkAction *action, ModestWindow *win);
@@ -83,19 +85,13 @@ void     modest_ui_actions_on_item_not_found           (ModestHeaderView *header
                                                         ModestItemType type,
                                                         ModestWindow *window);
 
-void     modest_ui_actions_on_header_status_update     (ModestHeaderView *header_view, 
-                                                        const gchar *msg,
-                                                        gint num, 
-                                                        gint total, 
-                                                        ModestMainWindow *main_window);
-
 void     modest_ui_actions_on_msg_link_hover           (ModestMsgView *msgview, const gchar* link,
                                                        ModestWindow *win);
 
 void     modest_ui_actions_on_msg_link_clicked         (ModestMsgView *msgview, const gchar* link,
                                                        ModestWindow *win);
 
-void     modest_ui_actions_on_msg_attachment_clicked   (ModestMsgView *msgview, int index,
+void     modest_ui_actions_on_msg_attachment_clicked   (ModestMsgView *msgview, TnyMimePart *mime_part,
                                                        ModestWindow *win);
 
 void     modest_ui_actions_on_msg_recpt_activated   (ModestMsgView *msgview, const gchar *address,
@@ -104,6 +100,28 @@ void     modest_ui_actions_on_msg_recpt_activated   (ModestMsgView *msgview, con
 void     modest_ui_actions_on_send                     (GtkWidget *widget,
                                                        ModestMsgEditWindow *edit_window);
 
+void     modest_ui_actions_on_toggle_bold              (GtkToggleAction *action,
+                                                       ModestMsgEditWindow *window);
+
+void     modest_ui_actions_on_toggle_italics           (GtkToggleAction *action,
+                                                       ModestMsgEditWindow *window);
+
+void     modest_ui_actions_on_toggle_bullets           (GtkToggleAction *action,
+                                                       ModestMsgEditWindow *window);
+
+void     modest_ui_actions_on_change_justify      (GtkRadioAction *action,
+                                                  GtkRadioAction *selected,
+                                                  ModestMsgEditWindow *window);
+
+void     modest_ui_actions_on_select_editor_color      (GtkAction *action,
+                                                       ModestMsgEditWindow *window);
+
+void     modest_ui_actions_on_select_editor_background_color      (GtkAction *action,
+                                                                  ModestMsgEditWindow *window);
+
+void     modest_ui_actions_on_insert_image             (GtkAction *action,
+                                                       ModestMsgEditWindow *window);
+
 void    modest_ui_actions_on_send_receive              (GtkAction *action, ModestWindow *win);
 
 void     modest_ui_actions_on_new_folder               (GtkAction *action,
@@ -126,5 +144,14 @@ void     modest_ui_actions_on_password_requested (TnyAccountStore *account_store
                                                  gchar **password,  gboolean *cancel, 
                                                  gboolean *remember, ModestMainWindow *main_window);
 
+void     modest_ui_actions_on_cut (GtkAction *action,
+                                  ModestWindow *window);
+void     modest_ui_actions_on_copy (GtkAction *action,
+                                   ModestWindow *window);
+void     modest_ui_actions_on_paste (GtkAction *action,
+                                    ModestWindow *window);
+void     modest_ui_actions_on_select_all (GtkAction *action,
+                                         ModestWindow *window);
+
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */