Home | History | Annotate | Download | only in fio

Lines Matching refs:cur_val

474 		int cur_val;
478 cur_val = gtk_spin_button_get_value(GTK_SPIN_BUTTON(i_inv->spin));
479 cur_val -= delta;
481 gtk_spin_button_set_value(GTK_SPIN_BUTTON(i_inv->spin), cur_val);