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

/inkscape/src/widgets/
H A Dege-select-one-action.cpp763 int maxUsed = scan_max_width( act->private_data->model, act->private_data->labelColumn ); local
766 gtk_entry_set_width_chars(entry, maxUsed); /* replace with property */
1139 int maxUsed = 0; local
1147 if (count > maxUsed) {
1148 maxUsed = count;
1154 return maxUsed;

Completed in 18 milliseconds