This inset does not have to be wide. This property does not fit well inside captions and longtables.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17055 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-02-05 16:38:51 +00:00
parent e1caf60408
commit 40d7cf1478

View File

@ -31,6 +31,8 @@ public:
InsetBase::Code lyxCode() const { return InsetBase::OPTARG_CODE; }
/// return an message upon editing
virtual docstring const editMessage() const;
///
virtual bool wide() const { return false; }
/// Standard LaTeX output -- short-circuited
int latex(Buffer const &, odocstream &,