GtkLayoutManagerClass.allocate

a virtual function, used to allocate the size of the widget using the layout manager

struct GtkLayoutManagerClass
extern (C)
void function(GtkLayoutManager* manager, GtkWidget* widget, int width, int height, int baseline) allocate;