]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetArgument.h
Allow for some argument visual customization
[features.git] / src / insets / InsetArgument.h
index 274623ab3edb2460ff310f099e6c2bcd4c2a5945..bff6056934e8ad2d1e23c217539ae0043cb4f5eb 100644 (file)
@@ -66,6 +66,12 @@ public:
        /// \name Public functions inherited from InsetCollapsable class
        //@{
        ///
+       InsetLayout::InsetDecoration decoration() const;
+       ///
+       FontInfo getFont() const;
+       ///
+       FontInfo getLabelfont() const;
+       ///
        void setButtonLabel();
        //@}
 
@@ -78,6 +84,12 @@ private:
        docstring labelstring_;
        ///
        docstring tooltip_;
+       ///
+       FontInfo font_;
+       ///
+       FontInfo labelfont_;
+       ///
+       std::string decoration_;
 
 protected:
        /// \name Protected functions inherited from Inset class