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 http://mail.gnome.org/mailman/listinfo/gtk

Re: Is glib c++ wrapper available ?

2005-10-25 Thread Falls Huang
Thank u! Can I use the glibmm instead of STL in C++ ? Iago Rubio wrote: > On Wed, 2005-10-26 at 11:35 +0800, Falls Huang wrote: > >>Is a C++ GLib wrapper available or being worked on? > > > http://www.gtkmm.org/ -- Regards Falls Huang __

Is glib c++ wrapper available ?

2005-10-25 Thread Falls Huang
Is a C++ GLib wrapper available or being worked on? -- Regards Falls Huang ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Problem with GTK/GNOME programming

2005-09-26 Thread Falls Huang
NOME/GTK program. You can mail me on [EMAIL PROTECTED] Thankx in advance. Bye, Lalit ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list .

Re: Query- Gtk For ARM

2005-09-13 Thread Falls Huang
should i do? -- Regards Falls Huang ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Using GObject library to create a lot of objects

2005-03-05 Thread Falls Huang
of objects > (10.000 or more) during the execution of this application. > > Thus, my question is: I should or I shouldn't use the GObject to make my > objects? What is the impact of the overhead due using it? > > > Best Regards, > > --fx -- Regards Falls Hua

GDK_Left can't work

2005-02-23 Thread Falls Huang
2.6.1 from Debian package. -- Regards Falls Huang ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How to add accel key without button?

2005-01-31 Thread Falls Huang
How can I connect the accelerator key(GDK_q) to "delete_event" signal ? -- Regards Falls Huang ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list