On Sun, 31 Jan 2010 00:18:39 +0530 Siddu <siddu.sjce@xxxxxxxxx> wrote: > On Sat, Jan 30, 2010 at 11:36 PM, Matthew Bucknall > <matt@xxxxxxxxxxxxxxxx>wrote: > > > Modal dialog boxes etc. > > > Yes thats right ! but later gtk_main blocks the former which is not > what i want > > Assuming i have two different windows window1 and window2 > > can the events or signals on each of them be processed concurrently > with two gtk_main( one for window1 and other for window2) being > isolated under their own GMainContexts (maybe in two threads) ? If you don't want a blocking dialog, don't call gtk_main(). What are you trying to achieve and how does this relate to your original question? Chris _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list