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

/inkscape/src/ui/dialog/
H A Dtracedialog.cpp130 Gtk::RadioButton modeCannyRadioButton; member in class:Inkscape::UI::Dialog::TraceDialogImpl
276 else if (modeCannyRadioButton.get_active())
534 modeCannyRadioButton.set_label(_("_Edge detection"));
535 modeCannyRadioButton.set_group(modeGroup);
536 modeCannyRadioButton.set_use_underline(true);
537 modeCannyBox.pack_start(modeCannyRadioButton, false, false, MARGIN);
538 modeCannyRadioButton.set_tooltip_text(_("Trace with optimal edge detection by J. Canny's algorithm"));
539 modeCannyRadioButton.signal_clicked().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );

Completed in 15 milliseconds