mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 19:38:18 +00:00
One more.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25025 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d53c1b699a
commit
daec6dc0be
src
@ -279,6 +279,14 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_FLOAT_INSERT, "float-insert", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_FLOAT_WIDE_INSERT
|
||||
* \li Action: Inserts float insets as in #LFUN_FLOAT_INSERT but span multiple columns.
|
||||
* \li Notion: Corresponds to the "figure*" in LaTeX.
|
||||
* \li Syntax: float-wide-insert <TYPE>
|
||||
* \li Origin: Lgb, 31 Oct 2001
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit },
|
||||
{ LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit },
|
||||
/*!
|
||||
|
@ -30,7 +30,7 @@ public:
|
||||
std::string type;
|
||||
///
|
||||
std::string placement;
|
||||
///
|
||||
/// span columns
|
||||
bool wide;
|
||||
///
|
||||
bool sideways;
|
||||
|
Loading…
Reference in New Issue
Block a user