From 9137f589f9e003b2f16e904640a49517e5f57477 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 21 Apr 2008 18:01:17 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24415 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index b937b30d70..0780b03bb4 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1436,7 +1436,6 @@ void LyXAction::init() { LFUN_SERVER_GET_FONT, "server-get-font", ReadOnly, System }, { LFUN_SERVER_GET_LAYOUT, "server-get-layout", ReadOnly, System }, { LFUN_SERVER_GET_NAME, "server-get-name", ReadOnly, System }, - { LFUN_SERVER_GET_XY, "server-get-xy", ReadOnly, System }, /*! * \var lyx::FuncCode lyx::LFUN_SERVER_GOTO_FILE_ROW * \li Action: Sets the cursor position based on the row number of generated TeX file. @@ -1446,7 +1445,21 @@ void LyXAction::init() */ { LFUN_SERVER_GOTO_FILE_ROW, "server-goto-file-row", ReadOnly, System }, { LFUN_SERVER_NOTIFY, "server-notify", ReadOnly, System }, +/*! + * \var lyx::FuncCode lyx::LFUN_SERVER_SET_XY + * \li Action: Sets the cursor position based on the editing area coordinates + (similar as clicking on that point with left mouse button). + * \li Syntax: server-set-xy + * \endvar + */ { LFUN_SERVER_SET_XY, "server-set-xy", ReadOnly, System }, +/*! + * \var lyx::FuncCode lyx::LFUN_SERVER_GET_XY + * \li Action: Returns the coordinates of cursor position in the editing area. + * \li Syntax: server-get-xy + * \endvar + */ + { LFUN_SERVER_GET_XY, "server-get-xy", ReadOnly, System }, /*! * \var lyx::FuncCode lyx::LFUN_BUILD_PROGRAM -- 2.39.2