mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
* Doxy add.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22810 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c2e397cdee
commit
54352badaf
@ -1091,6 +1091,16 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_LYX_QUIT, "lyx-quit", NoBuffer, Buffer },
|
||||
/*!
|
||||
* \var lyx::kb_action lyx::LFUN_TOOLBAR_TOGGLE
|
||||
* \li Action: Toggles visibility of a given toolbar between on/off/auto.
|
||||
* \li Notion: Skiping "auto" when allowauto is false.
|
||||
* \li Syntax: toolbar-toggle <NAME> [allowauto]
|
||||
* \li Params: <NAME>: standard|extra|table|math|mathmacrotemplate|
|
||||
minibuffer|review|view/update|math_panels
|
||||
* \li Origin: Edwin, 21 May 2007
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_TOOLBAR_TOGGLE, "toolbar-toggle", NoBuffer, Buffer },
|
||||
{ LFUN_MENU_OPEN, "menu-open", NoBuffer, Buffer },
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user