Hello, 

I would like to put an anti bound to some of the spinboxes i use in my program, 
so that it cannot keep incrementing if i sustain the button pressed (the 
sensibility is quite high with GTK, sometimes even a really quick click makes a 
+2 increment or more). 
Since there is no attribute for anti bound, i thought it could be done if i get 
the information when the spin button is released. But in the spin_cb, i only 
get the information when i click, not when i release the button. Would it be 
possible for you or maybe easy to implement such a function ? Maybe there is 
some hack i could do to get the button release ?  
Or do I need to implement my own spin here ? 

Thanks in advance. 
Johann
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to