gtk.Adjustment.configure

Bug #598461 reported by Fred Bertolus
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PyGTK
Fix Released
Medium
pygtk (Ubuntu)
Triaged
Low
Unassigned

Bug Description

GTK 2.14 introduce some new functions in Gtk 2.14.

One is name gtk-adjustment-configure : http://library.gnome.org/devel/gtk/stable/GtkAdjustment.html#gtk-adjustment-configure

This function is partially documentated but totally absent in python-gtk2 2.14: http://library.gnome.org/devel/pygtk/stable/class-gtkadjustment.html

However, in package python-gtk2 2.16, the documentation not change but the fonction exists and works. In the source code, the python binding contains the following code in the file gtk/gtk-2.14.defs :

(define-method configure
  (of-object "GtkAdjustment")
  (c-name "gtk_adjustment_configure")
  (return-type "none")
  (parameters
    '("gdouble" "value")
    '("gdouble" "lower")
    '("gdouble" "upper")
    '("gdouble" "step_increment")
    '("gdouble" "page_increment")
    '("gdouble" "page_size")
  )
)

This file exist on python-gtk2 2.14 but there is no reference to this method definition.

The problems affect Ubuntu Jaunty

Revision history for this message
Fred Bertolus (fred-bertolus) wrote :

Posting this bug with its full sumary seem not to works. The full sumary is :
gtk.Adjustment.configure is missing in python-gtk 2.14

priya (priyamtk)
affects: ubuntu → pygtk (Ubuntu)
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your bug report. The issue is an upstream one and it would be nice if somebody having it could send the bug the to the people writting the software (https://wiki.ubuntu.com/Bugs/Upstream/GNOME)

Changed in pygtk (Ubuntu):
importance: Undecided → Low
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for sending the bug to GNOME

Changed in pygtk (Ubuntu):
status: New → Triaged
Changed in pygtk:
status: Unknown → New
Changed in pygtk:
importance: Unknown → Medium
Changed in pygtk:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.