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

/inkscape/src/ui/widget/
H A Dpanel.h114 Gtk::Button* addResponseButton (const Glib::ustring &button_text, 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) argument
581 Gtk::Button *button = new Gtk::Button(button_text);

Completed in 20 milliseconds