summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-12-24 13:19:30 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-12-26 11:46:56 +0000
commitbc0ad0c871071256edca595cc45d9ec040ae621c (patch)
treec1706e8836ba37fd45b15e8d2177a4d70b628360 /src/ui/dialog/xml-tree.h
parentfix crash with missing image xlink:href attribute (diff)
downloadinkscape-bc0ad0c871071256edca595cc45d9ec040ae621c.tar.gz
inkscape-bc0ad0c871071256edca595cc45d9ec040ae621c.zip
Add inkFlowBox widget and apply to XML inspector
Diffstat (limited to 'src/ui/dialog/xml-tree.h')
-rw-r--r--src/ui/dialog/xml-tree.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/dialog/xml-tree.h b/src/ui/dialog/xml-tree.h
index 14144cacd..4a98100a8 100644
--- a/src/ui/dialog/xml-tree.h
+++ b/src/ui/dialog/xml-tree.h
@@ -16,12 +16,12 @@
#include <memory>
#include "ui/widget/panel.h"
+#include "ui/widget/ink-flow-box.h"
#include <gtkmm/entry.h>
#include <gtkmm/textview.h>
#include <gtkmm/toolbar.h>
#include <gtkmm/separatortoolitem.h>
#include <gtkmm/scrolledwindow.h>
-#include <gtkmm/notebook.h>
#include <gtkmm/paned.h>
#include <gtkmm/button.h>
@@ -183,11 +183,11 @@ private:
gint blocked;
/* Each of the notebook page type (by number) */
- Gtk::Notebook *notebook_content;
+ UI::Widget::InkFlowBox *flowbox_content;
enum {
- NOTEBOOK_PAGE_NODES,
- NOTEBOOK_PAGE_ATTRS,
- NOTEBOOK_PAGE_STYLES,
+ FLOWBOX_PAGE_NODES,
+ FLOWBOX_PAGE_ATTRS,
+ FLOWBOX_PAGE_STYLES,
};
/**