]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
* Painter.h:
[lyx.git] / src / lfuns.h
index e4e60dd5420a4f4c16c53889f143950d843ffa1a..dbc832b956ab0adab8d8f08146ed10a6c79bbfc6 100644 (file)
@@ -18,6 +18,9 @@
 
 #include <iosfwd>
 
+
+namespace lyx {
+
 /** These are all the lyx functions, the main mechanism
  * through which the frontends communicate with the core.
  *
@@ -283,7 +286,6 @@ enum kb_action {
        // 210
        LFUN_ESCAPE,                    // Lgb 20010517
        LFUN_THESAURUS_ENTRY,           // Levon 20010720
-       LFUN_TOOLTIPS_TOGGLE,           // Angus 8 Mar 2002
        LFUN_OPTIONAL_INSERT,              // Martin 12 Aug 2002
        LFUN_MOUSE_PRESS,               // AndrĂ© 9 Aug 2002
        // 215
@@ -366,10 +368,17 @@ enum kb_action {
        LFUN_CLIPBOARD_PASTE,
        // 280
        LFUN_INSET_DISSOLVE,                 // jspitzm 20060807
-
+       LFUN_CHANGE_NEXT,
+       LFUN_WINDOW_NEW,                 // Abdel 20061021
+       LFUN_WINDOW_CLOSE,               // Abdel 20061023
+       LFUN_UNICODE_INSERT,             // Lgb 20061022
+       
        LFUN_LASTACTION                  // end of the table
 };
 
 std::ostream & operator<<(std::ostream &, kb_action);
 
+
+} // namespace lyx
+
 #endif // LFUNS_H