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

/inkscape/src/widgets/
H A Dtext-toolbar.cpp1356 int activeButton3 = 0; local
1357 if (query.text_orientation.computed == SP_CSS_TEXT_ORIENTATION_MIXED ) activeButton3 = 0;
1358 if (query.text_orientation.computed == SP_CSS_TEXT_ORIENTATION_UPRIGHT ) activeButton3 = 1;
1359 if (query.text_orientation.computed == SP_CSS_TEXT_ORIENTATION_SIDEWAYS) activeButton3 = 2;
1363 ege_select_one_action_set_active( textOrientationAction, activeButton3 );

Completed in 22 milliseconds