On Wed, 6 Dec 2000, Shane Spencer wrote:

> Hola..
> 
> I was wondering how to tell a widgets screen geometry x,y,width,height..
> I can get the width height through size_request but nothing else.. :(

You can use the get_allocation() method to get the space allocated to the
widget (as a 4 tuple (x,y, width,height)).

James.


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to