One more.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25025 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-05-31 12:28:16 +00:00
parent d53c1b699a
commit daec6dc0be
2 changed files with 9 additions and 1 deletions

View File

@ -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 },
/*!

View File

@ -30,7 +30,7 @@ public:
std::string type;
///
std::string placement;
///
/// span columns
bool wide;
///
bool sideways;