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

/inkscape/src/ui/dialog/
H A Dexport.h242 Gtk::Dialog * create_progress_dialog (Glib::ustring progress_text);
H A Dexport.cpp929 Gtk::Dialog * Export::create_progress_dialog (Glib::ustring progress_text) { function in class:Inkscape::UI::Dialog::Export
1026 prog_dlg = create_progress_dialog(Glib::ustring::compose(_("Exporting %1 files"), num));
1154 prog_dlg = create_progress_dialog (Glib::ustring::compose(_("Exporting %1 (%2 x %3)"), fn, width, height));

Completed in 20 milliseconds