Is g_mem_chunk_alloc thread safe ?

2005-10-26 Thread Falls Huang
Helloļ¼ for example : g_mem_chunk_alloc( foo_chunk); Do I need use a mutex to lock foo_chunk in multi-thread program ? -- Regards Falls Huang ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Pango problems with GtkCellRenderText

2005-10-26 Thread Will Luesley
I've got a GtkTreeList with one of the columns rendinging strings with a GtkCellRendererText (which is also editable). I'm presenting a sequence of bytes as characters in the format xx-xx-xx-xx The problem I've got is that Pango thinks that there is something special about a string with

Re: Change the color of an EventBox

2005-10-26 Thread Will Luesley
Kranz, Willi wrote: How can I change the color of an EventBox. Is there a small example available. Event boxes derive from GtkWidgets, so you can use the gtk_widget functions: gtk_widget_modify_fg () gtk_widget_modify_bg () or for other options, gtk_widget_modify_style () see the GtkWidget

Re: memprof problem (backtrace)

2005-10-26 Thread Allin Cottrell
I think I've tracked down where the hang is occurring, using memprof with glibc 2.3.5 on Linux 2.6.13.4 (though I don't undestand _why_ it's occurring). The do_malloc function in memprof's libmemintercept calls mi_call_with_backtrace(), which in turns calls the glibc function backtrace(),

help regarding gtk_window_default

2005-10-26 Thread Deekshit Mantampady
Hi all, I have been trying to make a button on my WINDOW a default one, so that even if my foxus is on entry field, pressing ENTER should activate the button. I have try the following peice of code. But it didn't work. Please help me.

Tooltip over a GtlTreeViewColumn

2005-10-26 Thread Fabio Marzocca
Is there a way to set a tooltip over the header-button of a GtkTreeViewColumn? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list