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@25022 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7d4c55677c
commit
f803442229
@ -269,6 +269,15 @@ void LyXAction::init()
|
|||||||
* \endvar
|
* \endvar
|
||||||
*/
|
*/
|
||||||
{ LFUN_ERT_INSERT, "ert-insert", Noop, Edit },
|
{ LFUN_ERT_INSERT, "ert-insert", Noop, Edit },
|
||||||
|
/*!
|
||||||
|
* \var lyx::FuncCode lyx::LFUN_FLOAT_INSERT
|
||||||
|
* \li Action: Inserts a float inset.
|
||||||
|
* \li Syntax: float-insert <TYPE>
|
||||||
|
* \li Params: <TYPE>: type of float depends on the used textclass. Usually
|
||||||
|
"algorithm", "table", "figure" parameters can be given.
|
||||||
|
* \li Origin: Lgb, 27 Jun 2000
|
||||||
|
* \endvar
|
||||||
|
*/
|
||||||
{ LFUN_FLOAT_INSERT, "float-insert", Noop, Edit },
|
{ LFUN_FLOAT_INSERT, "float-insert", Noop, Edit },
|
||||||
{ LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },
|
{ LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },
|
||||||
{ LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit },
|
{ LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit },
|
||||||
|
Loading…
Reference in New Issue
Block a user