Home
last modified time | relevance | path

Searched refs:buttonToggledCB (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dstroke-style.h154 static void buttonToggledCB(StrokeStyleButton *tb, StrokeStyle *spw);
H A Dstroke-style.cpp428 sigc::ptr_fun(&StrokeStyle::buttonToggledCB), tb, this)); in makeRadioButton()
980 void StrokeStyle::buttonToggledCB(StrokeStyleButton *tb, StrokeStyle *spw) in buttonToggledCB() function in Inkscape::UI::Widget::StrokeStyle