mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
* LFUN_SPLIT_VIEW: document.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23090 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9ae75dddf6
commit
234fe61854
@ -1140,6 +1140,16 @@ void LyXAction::init()
|
|||||||
{ LFUN_WINDOW_NEW, "window-new", NoBuffer, Buffer },
|
{ LFUN_WINDOW_NEW, "window-new", NoBuffer, Buffer },
|
||||||
{ LFUN_WINDOW_CLOSE, "window-close", 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_SPLIT_VIEW, "split-view", ReadOnly, Buffer },
|
||||||
|
|
||||||
{ LFUN_DIALOG_SHOW, "dialog-show", NoBuffer, Edit },
|
{ LFUN_DIALOG_SHOW, "dialog-show", NoBuffer, Edit },
|
||||||
|
Loading…
Reference in New Issue
Block a user