[Glade-users] adjustment property doesn't save-always properly
Tristan Van Berkom
tristan.van.berkom at gmail.com
Sat Oct 16 03:44:57 EDT 2010
On Sat, Oct 16, 2010 at 11:52 AM, Chris Morley
<chrisinnanaimo at hotmail.com> wrote:
> my catalog is like so:
>
> <glade-widget-class name="HAL_SpinButton" generic-name="hal_spinbutton"
> title="HAL_SpinButton">
> <properties>
> <property id="adjustment" default ="0 0 1000 10 1 0"
> save-always="True"/>
> </properties>
> </glade-widget-class>
>
> when glade loads the adjustment default is not followed and when saved
> the adjustment property is saved but it does not contain the actual
> adjustment numbers.
>
> this is the same with Hscale and Vscale.
>
> Is this a bug or am I doing it wrong?
> version 3.6.7
That is odd, I assume you are using libglade ?
(i.e. GtkBuilder format does not support this old "adjustment-as-value"
semantic, it serializes real GtkAdjustment objects).
>
> Thanks Chris Morley
>
> _______________________________________________
> Glade-users maillist - Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>
>
More information about the Glade-users
mailing list