Re: GtkTable cells resizing

2012-05-18 Thread James Steward
On 15/05/12 14:45, Tristan Van Berkom wrote: On Mon, May 14, 2012 at 10:29 PM, James Steward jamesstew...@optusnet.com.au wrote: On 15/05/12 11:56, Tristan Van Berkom wrote: ... perhaps it's worth trying an extra call to gtk_widget_queue_resize() after modifying your table.

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)
Also consider hiding your window (with a call to window-hide()) instead of destroying it, and making it reappear with a call to window-show(). Jim Tilton -Original Message- From: gtk-app-devel-list-boun...@gnome.org [mailto:gtk-app-devel-list-boun...@gnome.org] On Behalf Of David