Using gtk_window_new() will create a window which the user can re-size and 
maximize.  I don't want my user to be able to perform these actions.  In my old 
Win32 days I'd achieve it by creating a window, then removing the styles 
WS_THICKFRAME and WS_MAXIMIZEBOX.  How do I achieve this with gtk?

John
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to