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
Desktop Bugs, which is subscribed to gnome-python-desktop in ubuntu.

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

Reply via email to