After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 64601 - GtkAdjustment needs properties
GtkAdjustment needs properties
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.3.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 86865
 
 
Reported: 2001-11-15 01:21 UTC by Murray Cumming
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Provides properties for GtkAdjustment's fields. (6.77 KB, patch)
2003-06-10 11:05 UTC, Ray Strode
none Details | Review
Updated GtkAdjusment properties patch (7.83 KB, patch)
2003-07-25 06:32 UTC, Ray Strode
none Details | Review

Description Murray Cumming 2001-11-15 01:21:07 UTC
A valid GtkAdjustment can not be instantiated with only g_object_new(). The
object fields that are set directly in gtk_adjustment_new() should be
get/set-able via the properties system. This has been punted from the
GTK+2.0 target milestone.
Comment 1 Ray Strode 2003-06-10 11:05:06 UTC
Created attachment 17382 [details] [review]
Provides properties for GtkAdjustment's fields.
Comment 2 Murray Cumming 2003-07-18 13:51:33 UTC
Added PATCH keyword so it shows up on radar.
Comment 3 Murray Cumming 2003-07-23 09:20:24 UTC
Will this make the 2.4 API freeze?
Comment 4 Matthias Clasen 2003-07-23 09:31:09 UTC
The patch seems to restrict all double properties to positive values. 


Why is that ?
Comment 5 Murray Cumming 2003-07-24 12:39:47 UTC
Ray?
Comment 6 Murray Cumming 2003-07-24 12:40:28 UTC
Ray?
Comment 7 Ray Strode 2003-07-25 04:02:37 UTC
Oops.  Yea, that was a mistake on my part.  It looks like I also
forgot to do object notification when the properties change.  I'll
submit a patch to fix those problems sometime tonight.
Comment 8 Ray Strode 2003-07-25 06:32:57 UTC
Created attachment 18589 [details] [review]
Updated GtkAdjusment properties patch
Comment 9 Murray Cumming 2003-11-09 11:59:18 UTC
Could someone please review this patch, or at least give it a target
milestone?
Comment 10 Manish Singh 2004-01-05 03:56:47 UTC
This looks good to me, other than the very minor indentation nit on
the object property registration. Putting for 2.4 milestone.
Comment 11 Murray Cumming 2004-01-05 11:20:46 UTC
Was that a "please commit"?
Comment 12 Murray Cumming 2005-04-24 14:36:12 UTC
May I commit this patch?