On 30 January 2010 18:48, Siddu <siddu.sjce@xxxxxxxxx> 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) ? A single gtk_main will run multiple independent windows. You only need to nest them if you want a modal dialog. John _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list