Lines Matching defs:optionsCornersThresholdSpinner
182 Inkscape::UI::Widget::SpinButton optionsCornersThresholdSpinner;
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.get_adjustment()->signal_value_changed().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
723 optionsCornersThresholdLabel.set_mnemonic_widget(optionsCornersThresholdSpinner);