* Removed header view and folder view CSM menus in main window
[modest] / src / hildon2 / modest-msg-edit-window-ui-dimming.h
1 #ifndef __MODEST_MSG_EDIT_WINDOW_UI_DIMMING_PRIV_H__
2 #define __MODEST_MSG_EDIT_WINDOW_UI_DIMMING_PRIV_H__
3
4 #include "modest-dimming-rules-group.h"
5 #include "modest-ui-dimming-rules.h"
6
7 G_BEGIN_DECLS
8
9
10 /* Menu Dimming rules entries */
11 static const ModestDimmingEntry modest_msg_edit_window_menu_dimming_entries [] = {
12
13         /* Format Menu */
14         { "/MenuBar/FormatMenu/AlignmentMenu", G_CALLBACK (modest_ui_dimming_rules_on_set_style) },
15         { "/MenuBar/FormatMenu/AlignmentLeftMenu", G_CALLBACK (modest_ui_dimming_rules_on_set_style) },
16         { "/MenuBar/FormatMenu/AlignmentRightMenu", G_CALLBACK (modest_ui_dimming_rules_on_set_style) },
17         { "/MenuBar/FormatMenu/AlignmentCenterMenu", G_CALLBACK (modest_ui_dimming_rules_on_set_style) },
18         { "/MenuBar/FormatMenu/InsertImageMenu", G_CALLBACK (modest_ui_dimming_rules_on_set_style) },
19         { "/MenuBar/EditMenu/UndoMenu", G_CALLBACK (modest_ui_dimming_rules_on_undo) },
20         { "/MenuBar/EditMenu/RedoMenu", G_CALLBACK (modest_ui_dimming_rules_on_redo) },
21         { "/MenuBar/AttachmentsMenu/RemoveAttachmentsMenu", G_CALLBACK (modest_ui_dimming_rules_on_editor_remove_attachment) },
22         { "/MenuBar/AttachmentsMenu/InsertImageMenu", G_CALLBACK (modest_ui_dimming_rules_on_set_style) },
23         { "/MenuBar/EmailMenu/SaveToDraftsMenu", G_CALLBACK (modest_ui_dimming_rules_on_save_to_drafts) },
24
25 };
26
27 /* Menu Dimming rules entries */
28 static const ModestDimmingEntry modest_msg_edit_window_toolbar_dimming_entries [] = {
29
30         /* Toolbar */
31         { "/ToolBar/ToolbarSend", G_CALLBACK(modest_ui_dimming_rules_on_send) },
32         { "/ToolBar/ActionsBold", G_CALLBACK(modest_ui_dimming_rules_on_set_style) },
33         { "/ToolBar/ActionsItalics", G_CALLBACK(modest_ui_dimming_rules_on_set_style) },
34 };
35
36 G_END_DECLS
37 #endif /* __MODEST_MSG_VIEW_WINDOW_UI_PRIV_H__ */