gtkhtml r8719 - branches/mbarnes-composer/components/editor



Author: mbarnes
Date: Wed Feb  6 04:20:18 2008
New Revision: 8719
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8719&view=rev

Log:
Add action macros for a few of the top-level menus.


Modified:
   branches/mbarnes-composer/components/editor/gtkhtml-editor-actions.h

Modified: branches/mbarnes-composer/components/editor/gtkhtml-editor-actions.h
==============================================================================
--- branches/mbarnes-composer/components/editor/gtkhtml-editor-actions.h	(original)
+++ branches/mbarnes-composer/components/editor/gtkhtml-editor-actions.h	Wed Feb  6 04:20:18 2008
@@ -72,10 +72,14 @@
 	GTKHTML_EDITOR_ACTION ((editor), "copy")
 #define GTKHTML_EDITOR_ACTION_CUT(editor) \
 	GTKHTML_EDITOR_ACTION ((editor), "cut")
+#define GTKHTML_EDITOR_ACTION_EDIT_MENU(editor) \
+	GTKHTML_EDITOR_ACTION ((editor), "edit-menu")
 #define GTKHTML_EDITOR_ACTION_FIND(editor) \
 	GTKHTML_EDITOR_ACTION ((editor), "find")
 #define GTKHTML_EDITOR_ACTION_FIND_AND_REPLACE(editor) \
 	GTKHTML_EDITOR_ACTION ((editor), "find-and-replace")
+#define GTKHTML_EDITOR_ACTION_FORMAT_MENU(editor) \
+	GTKHTML_EDITOR_ACTION ((editor), "format-menu")
 #define GTKHTML_EDITOR_ACTION_FORMAT_TEXT(editor) \
 	GTKHTML_EDITOR_ACTION ((editor), "format-text")
 #define GTKHTML_EDITOR_ACTION_HTML_MODE(editor) \
@@ -84,6 +88,8 @@
 	GTKHTML_EDITOR_ACTION ((editor), "insert-image")
 #define GTKHTML_EDITOR_ACTION_INSERT_LINK(editor) \
 	GTKHTML_EDITOR_ACTION ((editor), "insert-link")
+#define GTKHTML_EDITOR_ACTION_INSERT_MENU(editor) \
+	GTKHTML_EDITOR_ACTION ((editor), "insert-menu")
 #define GTKHTML_EDITOR_ACTION_INSERT_RULE(editor) \
 	GTKHTML_EDITOR_ACTION ((editor), "insert-rule")
 #define GTKHTML_EDITOR_ACTION_INSERT_TABLE(editor) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]