X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Ffill-and-stroke.h;h=8c27d6d0a1d835a917f895e951865b807354e664;hb=e7333a0a54c8d33b7397406dd76938aa430836d5;hp=b573161d99d0d1fade8d1a609d60c01c3ebee2db;hpb=c2f83fd465b2a48b9d71bc19d0e1ab4545189e10;p=inkscape.git diff --git a/src/ui/dialog/fill-and-stroke.h b/src/ui/dialog/fill-and-stroke.h index b573161d9..8c27d6d0a 100644 --- a/src/ui/dialog/fill-and-stroke.h +++ b/src/ui/dialog/fill-and-stroke.h @@ -33,14 +33,19 @@ namespace Dialog { class FillAndStroke : public Dialog { public: - FillAndStroke(); + FillAndStroke(Behavior::BehaviorFactory behavior_factory); virtual ~FillAndStroke(); - static FillAndStroke *create() { return new FillAndStroke(); } + static FillAndStroke *create(Behavior::BehaviorFactory behavior_factory) + { return new FillAndStroke(behavior_factory); } void selectionChanged(Inkscape::Application *inkscape, Inkscape::Selection *selection); + void showPageFill(); + void showPageStrokePaint(); + void showPageStrokeStyle(); + protected: Gtk::Notebook _notebook;