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

/inkscape/src/ui/dialog/
H A Dtracedialog.cpp102 Gtk::Button *mainCancelButton; member in class:Inkscape::UI::Dialog::TraceDialogImpl
354 if (mainCancelButton)
355 mainCancelButton->set_sensitive(true);
359 if (mainCancelButton)
360 mainCancelButton->set_sensitive(false);
379 if (mainCancelButton)
380 mainCancelButton->set_sensitive(false);
817 mainCancelButton = addResponseButton(Gtk::Stock::STOP, GTK_RESPONSE_CANCEL);
818 if (mainCancelButton) {
819 mainCancelButton
[all...]
H A Dpixelartdialog.cpp120 Gtk::Button *mainCancelButton; member in class:Inkscape::UI::Dialog::PixelArtDialogImpl
300 mainCancelButton = addResponseButton(Gtk::Stock::STOP, GTK_RESPONSE_CANCEL);
301 if (mainCancelButton) {
302 mainCancelButton->set_tooltip_text(_("Abort a trace in progress"));
303 mainCancelButton->set_sensitive(false);
407 mainCancelButton->set_sensitive(true);
562 mainCancelButton->set_sensitive(false);

Completed in 26 milliseconds