X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLayout.h;h=dc46946897e4f9f9c9981816f9b50f9e914d59bc;hb=ed44bbddee012f1cb38752142aba8e068dce47d2;hp=0eb27085fbdbd1e3b3a0835645ff706bccbcd97d;hpb=17abf68bac2859ce2d2e82a813daec2b20ef4467;p=features.git diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index 0eb27085fb..dc46946897 100644 --- a/src/insets/InsetLayout.h +++ b/src/insets/InsetLayout.h @@ -66,6 +66,8 @@ public: /// docstring labelstring() const { return labelstring_; } /// + docstring menustring() const { return menustring_; } + /// bool contentaslabel() const { return contentaslabel_; } /// InsetDecoration decoration() const { return decoration_; } @@ -212,6 +214,8 @@ private: /// docstring labelstring_; /// + docstring menustring_; + /// bool contentaslabel_; /// InsetDecoration decoration_;