Re: geometry hints screwing up window sizes
GDK_HINT_MIN_SIZE > | GDK_HINT_MAX_SIZE); > gtk_window_set_default_size(GTK_WINDOW(window), > 300, 300); > g_signal_connect(window, "destroy", > G_CALLBACK(gtk_main_quit), NULL); > g_signal_connect(window, "key-press-event", > G_CALLBACK(key
geometry hints screwing up window sizes
nse, they are mainly display items arrange in a very specific (and customizable) way, so GtkFixed was the only way to arrange things without having to do lots of manual drawing with a GtkDrawingArea. -- David J. Andruczyk __