Mystilleef wrote:
Once again, self is an Editor object that inherits from
gtk.Window. Is there a difference between a gtk.gdk.Window and a
gtk.Window? I'm I using the function incorrectly? Or have I
just totally missed the point. Your help is appreciated.
A gtk.Window and a gtk.gdk.Window are different objects. A gtk.Window
uses a gtk.gdk.Window which is available using the "window" attribute
Try: Editor.window.get_frame_extents()
John
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/