diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-24 13:19:30 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-12-26 11:46:56 +0000 |
| commit | bc0ad0c871071256edca595cc45d9ec040ae621c (patch) | |
| tree | c1706e8836ba37fd45b15e8d2177a4d70b628360 /src/ui/dialog/xml-tree.h | |
| parent | fix crash with missing image xlink:href attribute (diff) | |
| download | inkscape-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.h | 10 |
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, }; /** |
