Searched defs:AboutBox (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Daboutbox.h24 class AboutBox : public Gtk::Dialog { class in namespace:Inkscape::UI::Dialog
33 AboutBox();
H A Daboutbox.cpp59 static AboutBox *window=NULL;
63 void AboutBox::show_about() {
65 window = new AboutBox();
71 void AboutBox::hide_about() {
80 AboutBox::AboutBox() : Gtk::Dialog(_("About Inkscape")) { function in class:Inkscape::UI::Dialog::AboutBox
155 void AboutBox::on_response(int response_id) {
157 AboutBox::hide_about();
238 void AboutBox::initStrings() {

Completed in 1596 milliseconds