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

/inkscape/src/extension/internal/
H A Dcdr-input.cpp84 class Gtk::Button * cancelbutton; member in class:Inkscape::Extension::Internal::CdrImportDialog
123 cancelbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-cancel")));
156 this->add_action_widget(*cancelbutton, Gtk::RESPONSE_CANCEL);
H A Dvsd-input.cpp85 class Gtk::Button * cancelbutton; member in class:Inkscape::Extension::Internal::VsdImportDialog
126 cancelbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-cancel")));
159 this->add_action_widget(*cancelbutton, Gtk::RESPONSE_CANCEL);
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.h94 class Gtk::Button * cancelbutton; member in class:Inkscape::Extension::Internal::PdfImportDialog
H A Dpdf-input.cpp90 cancelbutton = Gtk::manage(new class Gtk::Button(Gtk::StockID("gtk-cancel")));
167 cancelbutton->set_can_focus();
168 cancelbutton->set_can_default();
169 cancelbutton->set_relief(Gtk::RELIEF_NORMAL);
297 this->add_action_widget(*cancelbutton, -6);

Completed in 19 milliseconds