https://bugzilla.gnome.org/show_bug.cgi?id=604403
gnome-perl | Gtk2 | unspecified
Summary: Gtk2::Adjustment new 2.14 funcs
Classification: Bindings
Product: gnome-perl
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: Gtk2
AssignedTo: gtk...@li...
ReportedBy: us...@zi...
QAContact: gtk...@li...
GNOME target: ---
GNOME version: ---
Created an attachment (id=149613)
View: https://bugzilla.gnome.org/attachment.cgi?id=149613
Review: https://bugzilla.gnome.org/review?bug=604403&attachment=149613
adding new 2.14 funcs
Gtk 2.14 adds a few new GtkAdjustment funcs, per diff below.
The configure one may be important, as it looks like you're forced to use that,
as doing the right thing yourself with notifies produces a slew of superfluous
changed signals. (Which should be a bug, or a serious misfeature, as it can
only slow down correct programs to attempt to help incorrect programs.)
The "set_" funcs check for an unchanged value (but perhaps wrongly comparing as
gdoubles instead of gfloats) so I suppose should be included. All those
specific set functions offer type safety for C, but are really just bloat for
perl :-(.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
|