Home
last modified time | relevance | path

Searched defs:remove_scale (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dspin-slider.cpp106 void SpinSlider::remove_scale() in remove_scale() function in Inkscape::UI::Widget::SpinSlider
194 void DualSpinSlider::remove_scale() in remove_scale() function in Inkscape::UI::Widget::DualSpinSlider
/dports/audio/din/din-52/src/
H A Dcommand.h136 struct remove_scale : command { struct
137 remove_scale (const std::string& ln, const std::string& sn) : command (ln, sn) {} in remove_scale() argument
139 ~remove_scale () {} in ~remove_scale() argument
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/gui7/
H A Dcode.py127 def remove_scale(self): member in CodeGenerator