anything out there to easily test an app against many glib/gtk combinations?

2008-09-10 Thread Britton Kerin
I have a small tool I'm about to release, and I'd like to check and see if it works correctly at least for the glib/gtk combinations that distributions have shipped recently. Is there anything out there that might help to set up a big test matrix of glib/gtk builds? Is there any record of which

how to create a window containing a drawing area of a specific size?

2006-11-16 Thread Britton Kerin
I want to create a window containing a drawing area of a specific size in pixels. I have the following widget tree: window | +--Table (2x2) | +--DrawingArea +--vscale +--hscale I don't want to use gtk_window_set_default_size, because