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

/inkscape/src/widgets/
H A Dtoolbox.cpp804 bool newBool = newVal.getBool(); local
807 if (!freeze && (newBool != oldBool)) {
808 gtk_toggle_action_set_active( act, newBool );

Completed in 22 milliseconds