GtkDrawingArea::size
void size(int width, int height); 
    
     A GtkDrawingArea has no default size set.  If
     none is given, it will default to the size allocated to it by its parent
     window.  Note that the size set using this method is treated as the
     drawingarea's size request, and may be overridden in some situations.