[pygtk] pygtk and gtkmozembed
Eduardo Matus
ematus.tesis at gmail.com
Fri Oct 12 01:01:12 WST 2007
hi.. I' trying to use a the gtkmozembed
the code in the pygtk docs works... but when I try to put the gtkmozembed in
a fixed container like this:
import gtk
import gtkmozembed
class TinyGecko:
def __init__(self):
self.moz =3D gtkmozembed.MozEmbed()
win =3D gtk.Window()
win.set_size_request(800,600)
self.fixed =3D gtk.Fixed()
self.fixed.put(self.moz,200,200)
win.show_all()
self.moz.load_url('http://www.google.cl')
if __name__ =3D=3D '__main__':
TinyGecko()
gtk.main()
the program run but does not load tthe url...
any ideas?
cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20071011/918f92fb/at=
tachment.htm
More information about the pygtk
mailing list