Re: another memory leak

2008-10-31 Thread Yu Feng
On Wed, 2008-10-29 at 22:08 -0400, Jacques Le Normand wrote: Hello list, thank you for helping me to solve my previous post, which found that I had a memory leak. The solution was to remove uim (universal input method). Would you say more about the solution in the list? I am also interested

Re: another memory leak

2008-10-31 Thread Jacques Le Normand
the solution is currently being discussed here: http://groups.google.com/group/uim-en/browse_thread/thread/8ff1adf19bc40fd3 On Thu, Oct 30, 2008 at 2:36 PM, Yu Feng [EMAIL PROTECTED] wrote: On Wed, 2008-10-29 at 22:08 -0400, Jacques Le Normand wrote: Hello list, thank you for helping me to

Table with grid using gtk_table_new()

2008-10-31 Thread Sulabh Bista
Dear all: Is there a way to display grid lines of the table created using gtk_table_new()? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: another memory leak

2008-10-31 Thread Allin Cottrell
On Fri, 31 Oct 2008, Alexander Semenov wrote: Jacques Le Normand wrote: thank you for helping me to solve my previous post, which found that I had a memory leak. The solution was to remove uim (universal input method). I have a new memory leak problem. This one creates and removes

A dialog as small as possible, except it needs scrolling

2008-10-31 Thread Till Harbaum / Lists
Hi, i have the following problem: I have a dialog with variable contents. Since this content may even exceed the screen size (which isn't too difficult on a nokia n810) i have put the entire content into a scrolled window. My problem now is the dialog size. I want the dialog as small as possible

Re: how can I get a backtrace from inside my program?

2008-10-31 Thread jcupitt
2008/10/31 Brian J. Tarricone [EMAIL PROTECTED]: Garth's KidStuff wrote: I have a large Gtk app running on Ubuntu and I'd love to be able to log stack trace information when unusual events occur. Any ideas on where to look for this? If you don't mind that it only works on Linux, with glibc