Searched refs:on_stroke_remove (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dselected-style.h243 void on_stroke_remove();
H A Dselected-style.cpp301 (i == SS_FILL)? &SelectedStyle::on_fill_remove : &SelectedStyle::on_stroke_remove ));
357 _popup_sw_remove.signal_activate().connect(sigc::mem_fun(*this, &SelectedStyle::on_stroke_remove));
558 void SelectedStyle::on_stroke_remove() { function in class:Inkscape::UI::Widget::SelectedStyle
911 on_stroke_remove();

Completed in 18 milliseconds