From 86f2ce212479b6d5e6a35733868d581ac9a4b920 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 7 Apr 2008 12:15:55 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24146 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index b7b258d5d7..023d409b38 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1293,7 +1293,23 @@ void LyXAction::init() */ { LFUN_UI_TOGGLE, "ui-toggle", NoBuffer, Buffer }, +/*! + * \var lyx::FuncCode lyx::WINDOW_NEW + * \li Action: Creates new empty LyX window. + * \li Notion: Already opened documents from the previous window can be found under View menu. + * \li Syntax: window-new [] + * \li Params: : pass the geometry of the window. Currently works only under Windows. + * \li Origin: Abdel, 21 Oct 2006 + * \endvar + */ { LFUN_WINDOW_NEW, "window-new", NoBuffer, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_WINDOW_CLOSE + * \li Action: Closes the current LyX window. + * \li Syntax: window-close + * \li Origin: Abdel, 23 Oct 2006 + * \endvar + */ { LFUN_WINDOW_CLOSE, "window-close", NoBuffer, Buffer }, /*! -- 2.39.2