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

/inkscape/src/live_effects/
H A Dlpe-perspective_path.cpp3 * LPE perspective path effect implementation.
46 static Glib::ustring perspectiveID = _("First perspective");
106 void LPEPerspectivePath::refresh(Gtk::Entry* perspective) { argument
107 perspectiveID = perspective->get_text();
128 char *msg = _("First perspective selected");
132 perspectiveID = _("First perspective");
182 /* set perspective origin to first point of path */
235 Gtk::Entry* perspective = Gtk::manage(new Gtk::Entry()); local
236 perspective->set_text(perspectiveID);
237 perspective
[all...]

Completed in 11 milliseconds