[Gtk-sharp-list] Creating modal dialogs

Mike Flippin mikeflippin@blindmindseye.com
Tue, 15 Mar 2005 11:41:22 -0500


Could someone tell me how you create a modal dialog over a window? I 
have two windows and want one to be a modal dialog, and it is set to be 
a modal window the glade xml file, but I cannot find anything in the 
docs that lets me make it modal for the main window of my program. I 
tried setting the main window's Child property equal to the modal 
window, but that failed. Also is there any guide out there that is 
relatively up to date for people coming to Gtk# from other toolkits like 
Swing? Thanks.

Mike