]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.h
updates to minipage inset
[lyx.git] / src / insets / insetfloat.h
index 6f28d4caed7cf53611ddbdfe2f4f3f804c519d23..74e37eb461dfe6eae298a0202c078de1a5200e49 100644 (file)
@@ -48,14 +48,18 @@ public:
        ///
        string const & type() const;
        ///
+       void placement(string const & p);
+       ///
+       string const & placement() const;
+       ///
        void wide(bool w);
        ///
        bool wide() const;
 private:
        ///
-       string floatType;
+       string floatType_;
        ///
-       string floatPlacement;
+       string floatPlacement_;
        ///
        bool wide_;
 };