GtkLayout::put

void put( GtkWidget widget , int x, int y);

This method adds a child widget to the layout. The top left corner of the child widget will be positioned at the co-ordinates passed in the x, y parameters.