mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
* LyXAction.cpp: doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23926 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4128d441d9
commit
37824d1c5e
@ -1109,6 +1109,15 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_NEXT_INSET_TOGGLE, "next-inset-toggle", ReadOnly, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_ALL_INSETS_TOGGLE
|
||||
* \li Action: Toggles (open/closes) all collapsable insets (of a given type) in the document.
|
||||
* \li Notion: Used for box, branch, ert, float, listings, note, tabular, wrap insets.
|
||||
* \li Syntax: all-insets-togle <STATE> <INSET>
|
||||
* \li Params: <STATE>: <toggle|open|close> default: toggle \n
|
||||
* <INSET>: <box|branch|ert|float|listings|note|tabular|wrap> default: all insets \n
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_INSET_TOGGLE, "inset-toggle", ReadOnly, Hidden },
|
||||
{ LFUN_ALL_INSETS_TOGGLE, "all-insets-toggle", ReadOnly, Edit },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user