]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.h
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / insets / insetfloat.h
index 9376c626be37db1c4de7f915c12aaed16177ada7..523352f8c1f9d533d4f667d37b8f29cb13fc02e6 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 class Painter;
 
 /** The float inset
-  
+
 */
 class InsetFloat : public InsetCollapsable {
 public:
        ///
-       InsetFloat(string const &);
+       InsetFloat(BufferParams const &, string const &);
        ///
        InsetFloat(InsetFloat const &, bool same_id = false);
        ///
@@ -51,8 +51,6 @@ public:
        ///
        bool insetAllowed(Inset::Code) const;
        ///
-       void insetButtonRelease(BufferView * bv, int x, int y, int button);
-       ///
        string const & type() const;
        ///
        void placement(string const & p);