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

/inkscape/src/ui/dialog/
H A Dexport.h41 * Creates a dialog window for exporting an image to a bitmap if one doesn't already exist and
238 * Creates progress dialog for batch exporting.
263 * Handles state changes as exporting starts or stops.
265 void setExporting(bool exporting, Glib::ustring const &text = "");
H A Dexport.cpp912 void Export::setExporting(bool exporting, Glib::ustring const &text) argument
914 if (exporting) {
1305 fs = gtk_file_chooser_dialog_new (_("Select a filename for exporting"),
1339 WCHAR* title_string = (WCHAR*)g_utf8_to_utf16(_("Select a filename for exporting"), -1, NULL, NULL, NULL);

Completed in 19 milliseconds