![]() |
2009-12-26
, 13:53
|
|
Posts: 696 |
Thanked: 1,012 times |
Joined on Mar 2006
@ Asturies, Spain
|
#2
|
I get the following error:
Because of the following code:
Any idea on how to fix that or an equivalent for gtk.Table? I found an example of gtk.Table on pyqt website but gives me the same error.Code:table = gtk.Table(1, 1, True) ... button = hildon.Button(gtk.HILDON_SIZE_AUTO, hildon.BUTTON_ARRANGEMENT_VERTICAL, "Hello world!") ... table.attach(button, 0, 1, 0, 1) win.add(table) button.show() win.show_all() gtk.main()
Also anyone knows a page that has examples of containers that work with Maemo?
The Following User Says Thank You to yerga For This Useful Post: | ||
Also anyone knows a page that has examples of containers that work with Maemo?