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

/inkscape/src/widgets/
H A Dstar-toolbar.cpp165 bool flat = ege_select_one_action_get_active( act ) == 0; local
169 prefs->setBool( "/tools/shapes/star/isflatsided", flat);
185 gtk_action_set_visible( prop_action, !flat );
193 repr->setAttribute("inkscape:flatsided", flat ? "true" : "false" );
201 flat ? _("Make polygon") : _("Make star"));
410 gboolean flat = FALSE; local
415 ege_select_one_action_set_active( flat_action, flat ? 0 : 1 );
418 gtk_action_set_visible( sb2, !flat );

Completed in 11 milliseconds