mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* Doxy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22559 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f03329a19c
commit
73f97fa124
@ -841,8 +841,15 @@ void LyXAction::init()
|
||||
/**
|
||||
* \var lyx::kb_action lyx::LFUN_CALL
|
||||
* \li Action: Executes a command defined in a .def file.
|
||||
* \li Notion: The definitions are by default read from lib/commands/default.def .
|
||||
A .def file allows to define a command with \\define "Name" "lfun"
|
||||
where Name is the name of the new command and lfun is the lfun code
|
||||
to be executed (see e.g. command-sequence LFUN).
|
||||
\\def_file "FileName" allows to include another .def file.
|
||||
* \li Syntax: call <CMDNAME>
|
||||
* \li Params: <CMDNAME>: Name of the command that must be called.
|
||||
<CMDNAME> can be consequently used in menu,
|
||||
toolbar (image) or bind file
|
||||
* \li Origin: broider, 2 Oct 2007
|
||||
*/
|
||||
{ LFUN_CALL, "call", NoBuffer, System },
|
||||
|
Loading…
Reference in New Issue
Block a user