Lines Matching refs:batch_export
170 batch_export(_("B_atch export all selected objects"), _("Export each selected object into its own PNG file, using export hints if any (caution, overwrites without asking!)")),
339 batch_export.set_sensitive(true);
340 batch_box.pack_start(batch_export, false, false);
373 batch_export.signal_clicked().connect(sigc::mem_fun(*this, &Export::onBatchClicked));
602 if (batch_export.get_active()) {
613 batch_export.set_sensitive(true);
614 batch_export.set_label(g_strdup_printf (ngettext("B_atch export %d selected object","B_atch export %d selected objects",num), num));
616 batch_export.set_active (false);
617 batch_export.set_sensitive(false);
1015 if (batch_export.get_active ()) {