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

/inkscape/src/widgets/
H A Dconnector-toolbar.cpp94 bool is_orthog = gtk_toggle_action_get_active( act ); local
97 gchar *value = is_orthog ? orthog_str : polyline_str ;
114 prefs->setBool("/tools/connector/orthogonal", is_orthog);
118 is_orthog ? _("Set connector type: orthogonal"): _("Set connector type: polyline"));
293 bool is_orthog = SP_PATH(item)->connEndPair.isOrthogonal(); local
294 gtk_toggle_action_set_active(act, is_orthog);

Completed in 16 milliseconds