[Gtk2] No way to make spinbutton changes slower
- From: Manuel Clos <llanero jazzfree com>
- To: gtk-app-devel-list gnome org
- Subject: [Gtk2] No way to make spinbutton changes slower
- Date: Mon, 25 Mar 2002 01:53:42 +0100
Hi all,
I have a spin button from 0 to 20, in +1 step increments.
If I leave the mouse button pressed it reaches 20 in less than two seconds!
Is there a way to make this a lot slower? this is, one step (+1) every
second or so?
adjustment = gtk_adjustment_new(1, 0, 20, 1, 5, 1);
spin = gtk_spin_button_new(GTK_ADJUSTMENT(adjustment), 0.1, 0);
Thanks!
--
Manuel Clos
llanero jazzfree com
* Si no puedes hacerlo bien, hazlo bonito (Bill Gates)
* If you can't do it well, do it nice (Bill Gates)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]