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

/inkscape/src/ui/dialog/
H A Dtracedialog.cpp182 Inkscape::UI::Widget::SpinButton optionsCornersThresholdSpinner; member in class:Inkscape::UI::Dialog::TraceDialogImpl
299 optionsCornersThresholdSpinner.get_value() :
429 optionsCornersThresholdSpinner.set_value(1.0);
714 optionsCornersThresholdSpinner.set_digits(2);
715 optionsCornersThresholdSpinner.set_increments(0.01, 0);
716 optionsCornersThresholdSpinner.set_range(0.0, 1.34);
717 optionsCornersThresholdSpinner.set_value(1.0);
718 optionsCornersBox.pack_end(optionsCornersThresholdSpinner, false, false, MARGIN);
719 optionsCornersThresholdSpinner.set_tooltip_text(_("Increase this to smooth corners more"));
720 optionsCornersThresholdSpinner
[all...]

Completed in 24 milliseconds