Olivier Guilyardi wrote:
Hi all, Isn't there a way for a widget to say "I would like this size, but I can shrink" during the size negotiation process ? Regards,
As I understand your question, I believe what you need is: gtk_window_set_default_size(GTK_WINDOW(window), width, height); N :o)