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

/inkscape/src/ui/dialog/
H A Dtracedialog.cpp140 Gtk::RadioButton modeQuantRadioButton; member in class:Inkscape::UI::Dialog::TraceDialogImpl
278 else if (modeQuantRadioButton.get_active())
571 modeQuantRadioButton.set_label(_("Color _quantization"));
572 modeQuantRadioButton.set_group(modeGroup);
573 modeQuantRadioButton.set_use_underline(true);
574 modeQuantBox.pack_start(modeQuantRadioButton, false, false, MARGIN);
575 modeQuantRadioButton.set_tooltip_text(_("Trace along the boundaries of reduced colors"));
576 modeQuantRadioButton.signal_clicked().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );

Completed in 29 milliseconds