Public bug reported:

Binary package hint: python-wnck

Take the followimg python script :


import gtk
import wnck
pager = wnck.Pager(wnck.screen_get_default())
pager.set_n_rows(2)
window = gtk.Window()
pager.show()
window.add(pager)
window.show()
gtk.main()


It displays a pager but only on one row. The set_n_rows has no effect at all 
(you can change the number to try). 

More or less the same code works perfectly well in C (see
http://bazaar.launchpad.net/~gpager/gpager/main/annotate/head:/src/gpager.c
)

** Affects: gnome-python-desktop (Ubuntu)
     Importance: Undecided
         Status: New

-- 
pager.set_n_rows has no effect at all
https://bugs.launchpad.net/bugs/655782
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to