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

/inkscape/src/ui/dialog/
H A Dtile.cpp40 _arrangeButton = this->addResponseButton(C_("Arrange dialog","_Arrange"), GTK_RESPONSE_APPLY);
H A Dpanel-dialog.h165 panel.addResponseButton(apply_label, Gtk::RESPONSE_APPLY);
168 panel.addResponseButton(Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE);
214 panel.addResponseButton(apply_label, Gtk::RESPONSE_APPLY);
217 panel.addResponseButton(Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE);
H A Dpixelartdialog.cpp296 mainResetButton = addResponseButton(_("Reset"), GTK_RESPONSE_HELP, true);
300 mainCancelButton = addResponseButton(Gtk::Stock::STOP, GTK_RESPONSE_CANCEL);
305 mainOkButton = addResponseButton(Gtk::Stock::OK, GTK_RESPONSE_OK);
H A Dtracedialog.cpp813 mainResetButton = addResponseButton(_("Reset"), GTK_RESPONSE_HELP, true);
817 mainCancelButton = addResponseButton(Gtk::Stock::STOP, GTK_RESPONSE_CANCEL);
822 mainOkButton = addResponseButton(Gtk::Stock::OK, GTK_RESPONSE_OK);
H A Dtransformation.cpp141 resetButton = addResponseButton(Gtk::Stock::CLEAR, 0);
148 applyButton = addResponseButton(Gtk::Stock::APPLY, Gtk::RESPONSE_APPLY);
/inkscape/src/ui/widget/
H A Dpanel.h114 Gtk::Button* addResponseButton (const Glib::ustring &button_text, int response_id, bool pack_start=false);
115 Gtk::Button* addResponseButton (const Gtk::StockID &stock_id, int response_id, bool pack_start=false);
H A Dpanel.cpp579 Gtk::Button *Panel::addResponseButton(const Glib::ustring &button_text, int response_id, bool pack_start) function in class:Inkscape::UI::Widget::Panel
586 Gtk::Button *Panel::addResponseButton(const Gtk::StockID &stock_id, int response_id, bool pack_start) function in class:Inkscape::UI::Widget::Panel

Completed in 25 milliseconds