]> git.lyx.org Git - features.git/blobdiff - src/Floating.C
move the most important changes from branch new_insets to head. Still dependant on...
[features.git] / src / Floating.C
index f908f83fd8e3746c5ad6416cf9bfe61acd3ff2a7..bda65447b43bb43cf6ac879b0933262d7151220d 100644 (file)
@@ -42,6 +42,24 @@ string const & Floating::placement() const
 }
 
 
+string const & Floating::ext() const
+{
+       return ext_;
+}
+
+
+string const & Floating::within() const
+{
+       return within_;
+}
+
+
+string const & Floating::style() const
+{
+       return style_;
+}
+
+
 string const & Floating::name() const
 {
        return name_;