Code

Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for randomn...
[inkscape.git] / src / ui / dialog / text-properties.h
index 2d5a03b9e7c6d818b059bf00124e7814b0d9a335..f6ef0d861e97d1e3797b67dd8dbb9ddd19ebe870 100644 (file)
@@ -15,7 +15,7 @@
 #include <gtkmm/notebook.h>
 #include <glibmm/i18n.h>
 
-#include "dialog.h"
+#include "ui/widget/panel.h"
 #include "ui/widget/notebook-page.h"
 
 using namespace Inkscape::UI::Widget;
@@ -24,12 +24,14 @@ namespace Inkscape {
 namespace UI {
 namespace Dialog {
 
-class TextProperties : public Dialog {
+class TextProperties : public UI::Widget::Panel {
 public:
     TextProperties();
     virtual ~TextProperties();
 
-    static TextProperties *create() { return new TextProperties(); }
+    static int get_verb();
+
+    static TextProperties &getInstance() { return *new TextProperties(); }
 
 protected:
     Gtk::Notebook  _notebook;