On Tue, 2006-10-31 at 14:24 -0600, Paul Davis wrote: > Ie, the value, lower, upper, et al values are stored as *both* > properties and structure member variables.
Properties must be implemented somehow. Most of the time that's done by getting/setting struct member variables in the get_property() and set_property() vfunc implementations. If these properties are not being properly set then it should be fairly easy to investigate why not. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
