On Mon, 28 Aug 2000, Martin Grimme wrote:

> Hello,
> 
> I want to get the current size of a container widget (like GtkHBox or GtkLayout).
> Is there any possibility to get these values at runtime?
> 
> I can get the size of a window by using the configure-event, but this doesn't seem
> to work for other widgets...

After the widget has been allocated some space, you should be able to use
the get_allocation() method.

> 
> Please help me!
> 
> Bye,
> Martin Grimme

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/



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

Reply via email to