mo' better debugging of canvas "structure" via Item::dump and derivatives
[ardour.git] / libs / canvas / canvas / text.h
index 9395b642e419520203853ee2d9580526523ecb5c..c65953783dbe1780499147a24120c8ba1d86bda8 100644 (file)
@@ -25,6 +25,7 @@ public:
        void set_alignment (Pango::Alignment);
 
         void set_size_chars (int nchars);
+        void dump (std::ostream&) const;
 
 private:
        std::string      _text;