]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Implement new inset-forall lfun. This function iterates over all insets in
[lyx.git] / src / FuncCode.h
index 65f602c3fba6cbf6d4d86cea363a828ca4af2afd..4f175ad9d60c628f012dab38776509e974547c29 100644 (file)
@@ -443,6 +443,9 @@ enum FuncCode
        LFUN_GRAPHICS_RELOAD,           // vfr 20090810
        LFUN_SCREEN_SHOW_CURSOR,        // vfr, 20090325
        LFUN_CURSOR_FOLLOWS_SCROLLBAR_TOGGLE, // ARRae 971202
+       // 345
+       LFUN_DEBUG_LEVEL_SET,
+       LFUN_INSET_FORALL,              // lasgouttes, 20091127
 
        LFUN_LASTACTION                 // end of the table
 };