RE: Closing Main window with out Closing the child window

2006-03-10 Thread Prabhakar Muthuswamy
nt: Friday, March 10, 2006 10:12 AM To: Prabhakar Muthuswamy Cc: gtk-app-devel-list@gnome.org Subject: Re: Closing Main window with out Closing the child window On Fri, Mar 10, 2006 at 09:51:03AM -0500, Prabhakar Muthuswamy wrote: > I have a main window (which is a login screen) after I am &g

Closing Main window with out Closing the child window

2006-03-10 Thread Prabhakar Muthuswamy
All I have a main window (which is a login screen) after I am authenticated this main window should go away and other window should pop up. As of now I am able to pop the second window but the main window is hiding behind the second window. Is there an API which would allow me to close the ma

Suggestion for GTK+ app devlopment book

2006-03-01 Thread Prabhakar Muthuswamy
All Is there any good book available in the market for GTK+ application development? Thanks Prabhakar ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+ + VT100 support

2006-02-07 Thread Prabhakar Muthuswamy
Our application should get serial data from server, interpret the data as VT100 text and then display it in a window. Is there a VT100 widget in GTK that will do the VT100 interpretation for us? If not how should I do this? Thanks in Advance ___