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

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp791 Glib::RefPtr<Gtk::FileFilter> allInkscapeFilter = Gtk::FileFilter::create(); local
792 allInkscapeFilter->set_name(_("All Inkscape Files"));
807 Gtk::FileFilter allInkscapeFilter;
808 allInkscapeFilter.set_name(_("All Inkscape Files"));
824 add_filter(allInkscapeFilter);
872 allInkscapeFilter->add_pattern(upattern);
876 allInkscapeFilter.add_pattern(upattern);

Completed in 17 milliseconds