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

/inkscape/src/ui/dialog/
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 24 milliseconds