Re: probable gtk_window_present and pango help

2012-05-20 Thread Rudra Banerjee
David, Thanks for your suggestions and the sample code. I have managed to make it work. Just one more problem. If I have more then one button, say, in a nxn, it seems that if one callback is open, I have to close it to open a new one i.e. only one callback window will open at a time. One easy

Re: probable gtk_window_present and pango help

2012-05-18 Thread David Nečas
On Fri, May 18, 2012 at 09:12:45PM +0530, Rudra Banerjee wrote: Here is a minimal example of a program, where if i click the button, a pop up window appears. I am posting both the call back function and the main routine (table.c). I am facing 2 problem. Unfortunately, you are facing much more

RE: probable gtk_window_present and pango help

2012-05-18 Thread Tilton, James C. (GSFC-6063)
Necas Sent: Friday, May 18, 2012 2:19 PM To: Rudra Banerjee Cc: gtk-app-devel-list Subject: Re: probable gtk_window_present and pango help On Fri, May 18, 2012 at 09:12:45PM +0530, Rudra Banerjee wrote: Here is a minimal example of a program, where if i click the button, a pop up window appears. I