mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25392 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2889cda870
commit
e6e83a6272
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user