]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Thu, 26 Jun 2008 21:42:39 +0000 (21:42 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 26 Jun 2008 21:42:39 +0000 (21:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25392 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index f21054dd3a368ac1e73dcaf90e80c2f27bcdabd9..1e88906c3d3fdf8afc3215e598099cfa1c36cb60 100644 (file)
@@ -2163,6 +2163,15 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_DIALOG_SHOW, "dialog-show", NoBuffer, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_DIALOG_SHOW_NEW_INSET
+ * \li Action: Shows hidden dialog or create new one for a given inset settings etc.
+ * \li Notion: Internally uses #LFUN_DIALOG_SHOW with processed data for a given inset.
+ * \li Syntax: dialog-show-new-inset <NAME> [<DATA>]
+ * \li Params: See #LFUN_DIALOG_SHOW .
+ * \li Origin: leeming, 25 Feb 2003
+ * \endvar
+ */
                { LFUN_DIALOG_SHOW_NEW_INSET, "dialog-show-new-inset", Noop, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_DIALOG_UPDATE
@@ -2193,6 +2202,14 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_DIALOG_TOGGLE, "dialog-toggle", NoBuffer, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_DIALOG_DISCONNECT_INSET
+ * \li Action: Closes opened connection to opened inset.
+ * \li Notion: Connection is used for apply functions.
+ * \li Syntax: dialog-disconnect-inset <INSET-NAME>
+ * \li Origin: leeming, 25 Feb 2003
+ * \endvar
+ */
                { LFUN_DIALOG_DISCONNECT_INSET, "dialog-disconnect-inset", Noop, Edit },
 
                { LFUN_MOUSE_PRESS, "", ReadOnly, Hidden },