Searched refs:addResponseButton (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | tile.cpp | 40 _arrangeButton = this->addResponseButton(C_("Arrange dialog","_Arrange"), GTK_RESPONSE_APPLY);
|
H A D | panel-dialog.h | 165 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 D | pixelartdialog.cpp | 296 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 D | tracedialog.cpp | 813 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 D | transformation.cpp | 141 resetButton = addResponseButton(Gtk::Stock::CLEAR, 0); 148 applyButton = addResponseButton(Gtk::Stock::APPLY, Gtk::RESPONSE_APPLY);
|
/inkscape/src/ui/widget/ |
H A D | panel.h | 114 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 D | panel.cpp | 579 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