From: Pavel Sanda Date: Sat, 31 May 2008 12:28:16 +0000 (+0000) Subject: One more. X-Git-Tag: 1.6.10~4601 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=daec6dc0be9f531bb8293602791e9b44d02a6bea;p=features.git One more. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25025 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index d42fd0f930..2663b7a4d7 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 + * \li Origin: Lgb, 31 Oct 2001 + * \endvar + */ { LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit }, { LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit }, /*! diff --git a/src/insets/InsetFloat.h b/src/insets/InsetFloat.h index 604f5b9b4b..d768a769a0 100644 --- a/src/insets/InsetFloat.h +++ b/src/insets/InsetFloat.h @@ -30,7 +30,7 @@ public: std::string type; /// std::string placement; - /// + /// span columns bool wide; /// bool sideways;