You have been subscribed to a public bug:

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

** Affects: pygtk (Ubuntu)
     Importance: Undecided
         Status: New

-- 
gtk.Adjustment.configure
https://bugs.launchpad.net/bugs/598461
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to pygtk in ubuntu.

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to