Bug 79036
Summary: | GtkSpinButton climb-rate is set properly in Glade XML, but "Adjustment" is *NOT* | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Hardy Merrill <hmerrill> |
Component: | glade2 | Assignee: | Havoc Pennington <hp> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-12-04 20:42:05 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Hardy Merrill
2002-12-04 20:33:58 UTC
Fourth adjustment value is step_increment, that's not the same as climb rate. the climb rate is the rate of acceleration if you hold down the mouse button on the arrow. The step_increment is the initial increment, and the climb rate grows the increment over time. Here's what happens - when I changed the climb-rate in glade(2), saved the project , and then tested it, the climb rate(when I clicked on the up-arrow of the spinbutton) still incremented by 1. I wanted each click on the up-arrow to result in an increment of 10.<br> <br> So I tried changing the 4th value of the adjustment property from 1 to 10, and then tested it - then, each click on the up-arrow resulted in an increment of 10, which is what I wanted.<br> <br> I see now - as you suggested, the "Step Increment" is the glade control that I want to change from 1 to 10, to get the behavior I'm looking for. I'm closing this non-bug. |