Lines Matching defs:step
89 // (increments start with double step value and seem to grow as you press the key continuously)
96 gdouble step = 0;
98 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page);
99 v += step;
109 gdouble step = 0;
111 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page);
112 v -= step;
122 gdouble step = 0;
124 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page);
135 gdouble step = 0;
137 gtk_spin_button_get_increments(GTK_SPIN_BUTTON(w), &step, &page);