fill-and-stroke.cpp revision a07ef8cb442640b12e4172d1c1da7f007e1e31d8
469N/A#include "desktop-handles.h"
469N/A#include "desktop-style.h"
469N/A#include "document.h"
469N/A#include "fill-and-stroke.h"
469N/A#include "filter-chemistry.h"
469N/A#include "inkscape.h"
469N/A#include "selection.h"
469N/A#include "svg/css-ostringstream.h"
1068N/A#include "ui/icon-names.h"
1068N/A#include "widgets/fill-style.h"
1068N/A#include "widgets/paint-selector.h"
1068N/A#include "widgets/stroke-style.h"
1068N/A#include "ui/view/view-widget.h"
1068N/A _composite_settings(SP_VERB_DIALOG_FILL_STROKE, "fillstroke", UI::Widget::SimpleFilterModifier::BLUR),
1068N/A targetDesktop(0),
1068N/A strokeWdgt(0),
1068N/A _notebook.append_page(_page_fill, _createPageTabLabel(_("_Fill"), INKSCAPE_ICON_OBJECT_FILL));
1068N/A _notebook.append_page(_page_stroke_paint, _createPageTabLabel(_("Stroke _paint"), INKSCAPE_ICON_OBJECT_STROKE));
1068N/A _notebook.append_page(_page_stroke_style, _createPageTabLabel(_("Stroke st_yle"), INKSCAPE_ICON_OBJECT_STROKE_STYLE));
469N/A desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &FillAndStroke::setTargetDesktop) );
469N/A if (strokeWdgt) {
469N/A label_image)));
469N/A return *_tab_label_box;