[hafqa] [hafqa] [Bug 1279] gtk.Range style property "slider-width" freaks out when set too large
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Wed May 2 07:57:00 EEST 2007
- Previous message: [hafqa] [Bug 1279] New: gtk.Range style property "slider-width" freaks out when set too large
- Next message: [hafqa] [Bug 1279] gtk.Range style property "slider-width" freaks out when set too large
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=1279 ------- Additional Comments From sean at cs.gmu.edu 2007-05-02 07:56 ------- Yeah, yeah, I know I'm supposed to file a separate bug report, but this is related. If you disable the slider (set_sensitive(False)), the trough area is displaced by 1 pixel where the thumb used to be, a weird effect. Look at the far left of the slider region in this code: import gtk gtk.rc_parse_string('''style "ToolkitScale" { GtkRange::slider-width = 30 } class "GtkRange" style "ToolkitScale" ''') w = gtk.Window() h = gtk.HScale() w.add(h) h.set_sensitive(False) w.show_all() gtk.main() -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 1279] New: gtk.Range style property "slider-width" freaks out when set too large
- Next message: [hafqa] [Bug 1279] gtk.Range style property "slider-width" freaks out when set too large
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]