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?
The closest that GTK2 has is gtk_widget_size_request(), which returns a structure. I apparently missed that function; I'll add it right now...