X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathArray.h;h=b1cc3110abd0da5be86150b6e90514db4a1e8758;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=79236882c7198ed87f9ed857567aa19704e29130;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathArray.h b/src/mathed/InsetMathArray.h index 79236882c7..b1cc3110ab 100644 --- a/src/mathed/InsetMathArray.h +++ b/src/mathed/InsetMathArray.h @@ -31,8 +31,6 @@ public: /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// - Dimension const dimension(BufferView const &) const; - /// void draw(PainterInfo & pi, int x, int y) const; /// InsetMathArray * asArrayInset() { return this; } @@ -51,6 +49,13 @@ public: void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_ARRAY_CODE; } + /// + int leftMargin() const { return 4; } //override + /// + int rightMargin() const { return 2; } //override + /// + bool handlesMulticolumn() const { return true; } //override + private: virtual Inset * clone() const; ///