On Sat, 2006-02-04 at 15:25 +0000, davve (David Vest) @ Pike (-) developers forum wrote:
I miss the bindings for 'GtkWidget::allocation' in widgets in the pike bindings for GTK2. In the GTK(1)-module there is an allocation() method plus that there are the methods xsize(), ysize(), xoffset() and yoffset() on the GTK.Widget object. I need these for knowing the size of an widget.
Anybody knows the reason for this?
Okay, I added size_request() and size_allocate(). I hope that does what you need. If not, let me know, and I will find something more appropriate.