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

/inkscape/src/ui/dialog/
H A Dtracedialog.cpp165 Gtk::CheckButton modeMultiScanBackgroundButton; member in class:Inkscape::UI::Dialog::TraceDialogImpl
325 bool do_i_remove_background = modeMultiScanBackgroundButton.get_active();
435 modeMultiScanBackgroundButton.set_active(false);
665 modeMultiScanBackgroundButton.set_label(_("Remo_ve background"));
666 modeMultiScanBackgroundButton.set_use_underline(true);
667 modeMultiScanBackgroundButton.set_active(false);
668 modeMultiScanHBox4.pack_start(modeMultiScanBackgroundButton, false, false, MARGIN);
670 modeMultiScanBackgroundButton.set_tooltip_text(_("Remove bottom (background) layer when done"));
671 modeMultiScanBackgroundButton.signal_clicked().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );

Completed in 15 milliseconds