mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24925 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8a7c802ab0
commit
caf98f4139
@ -1672,6 +1672,13 @@ void LyXAction::init()
|
||||
{ LFUN_KEYMAP_SECONDARY, "keymap-secondary", ReadOnly, Edit },
|
||||
{ LFUN_KEYMAP_TOGGLE, "keymap-toggle", ReadOnly, Edit },
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_MESSAGE
|
||||
* \li Action: Shows message in statusbar (for script purposes).
|
||||
* \li Syntax: message <STRING>
|
||||
* \li Origin: Lgb, 8 Apr 2001
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_MESSAGE, "message", NoBuffer, System },
|
||||
{ LFUN_FLOAT_LIST, "float-list", Noop, Edit },
|
||||
{ LFUN_ESCAPE, "escape", ReadOnly, Edit },
|
||||
|
Loading…
Reference in New Issue
Block a user