From: Pavel Sanda Date: Tue, 24 Jun 2008 17:28:35 +0000 (+0000) Subject: * Doxy. X-Git-Tag: 1.6.10~4277 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a0918e4fae91f4cc70721dec63e8cd1b60a1849f;p=features.git * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25382 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 2602e39e1d..e73b1d7d91 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2148,6 +2148,15 @@ void LyXAction::init() { LFUN_CLOSE_TAB_GROUP, "close-tab-group", ReadOnly, Buffer }, { LFUN_DIALOG_SHOW, "dialog-show", NoBuffer, Edit }, { LFUN_DIALOG_SHOW_NEW_INSET, "dialog-show-new-inset", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_DIALOG_UPDATE + * \li Action: Updates the dialog values from the inset/paragraph/document. + * \li Syntax: dialog-update + * \li Params: : paragraph|prefs| \n + : inset name + * \li Origin: leeming, 25 Feb 2003 + * \endvar + */ { LFUN_DIALOG_UPDATE, "dialog-update", NoBuffer, Edit }, { LFUN_DIALOG_HIDE, "dialog-hide", NoBuffer, Edit }, { LFUN_DIALOG_TOGGLE, "dialog-toggle", NoBuffer, Edit },