CVSROOT:        /cvs/gnome
Module name:    gtk+
Changes by:     mitch   05/11/22 07:40:15

Modified files:
        .              : ChangeLog 
        gtk            : gtksettings.c gtkcalendar.c gtknotebook.c 
                         gtkpathbar.c gtkrange.c gtkspinbutton.c 

Log message:
2005-11-22  Michael Natterer  <[EMAIL PROTECTED]>

Made button-press timeouts which work like key repeat timeouts
configurable. Addresses bug #142582 
[http://bugzilla.gnome.org/show_bug.cgi?id=142582]:

* gtk/gtksettings.c: added properties "gtk-timeout-initial" and
"gtk-timeout-repeat" which defalt to 200/20 (ms).

Use the values from GtkSettings instead of hardcoding them
(the repeat value is either taken as-is for fast repeat or
multiplied by 5 for slow repeat). Changed all places to use these
two standard initial/repeat timings:

* gtk/gtkcalendar.c (unchanged 200/20)
* gtk/gtknotebook.c (unchanged 200/100)
* gtk/gtkpathbar.c (changed from 300/150 to 200/100)
* gtk/gtkrange.c (changed from 250/100 to 200/100)
* gtk/gtkspinbutton.c (unchanged 200/20)

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gtk%2B&who=mitch&date=explicit&mindate=2005-11-22%2007:39&maxdate=2005-11-22%2007:41

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to