mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
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:
parent
e1caf60408
commit
40d7cf1478
@ -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 &,
|
||||
|
Loading…
Reference in New Issue
Block a user