Home | History | Annotate | Download | only in fio

Lines Matching refs:cur_val

475 		int cur_val;
479 cur_val = gtk_spin_button_get_value(GTK_SPIN_BUTTON(i_inv->spin));
480 cur_val -= delta;
482 gtk_spin_button_set_value(GTK_SPIN_BUTTON(i_inv->spin), cur_val);