]> git.lyx.org Git - features.git/commitdiff
* LFUN_SPLIT_VIEW: document.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 21 Feb 2008 12:55:16 +0000 (12:55 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 21 Feb 2008 12:55:16 +0000 (12:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23090 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 440471a8d460a1358fea1fd65d81d1a36834f4e2..2f8d8623773e4aa51e3fd1a63e0e541a4161a959 100644 (file)
@@ -1140,6 +1140,16 @@ void LyXAction::init()
                { LFUN_WINDOW_NEW, "window-new", NoBuffer, Buffer },
                { LFUN_WINDOW_CLOSE, "window-close", NoBuffer, Buffer },
 
+/*!
+ * \var lyx::kb_action lyx::LFUN_SPLIT_VIEW
+ * \li Action: Creates another split view of current buffer.
+ * \li Notion: All split views act in the same way indpendently.
+ * \li Syntax: split-buffer <vertical|horizontal>
+ * \li Params: horizontal : The work areas are laid out side by side.\n
+               vertical   : The work areas laid out vertically.\n
+ * \li Origin: abdel, 20 Feb 2007
+ * \endvar
+ */
                { LFUN_SPLIT_VIEW, "split-view", ReadOnly, Buffer },
 
                { LFUN_DIALOG_SHOW, "dialog-show", NoBuffer, Edit },