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

/inkscape/src/
H A Dpath-chemistry.h30 // interactive=true only has an effect if desktop != NULL, i.e. if a GUI is available
31 void sp_selected_path_to_curves (Inkscape::Selection *selection, SPDesktop *desktop, bool interactive = true);
H A Dpath-chemistry.cpp291 sp_selected_path_to_curves(Inkscape::Selection *selection, SPDesktop *desktop, bool interactive) argument
294 if (interactive && desktop)
300 if (interactive && desktop) {
316 if (interactive && desktop) {

Completed in 15 milliseconds