Focus behaviour on widget derived from a gtkentry

2011-12-07 Thread Geert Janssens
Hi, I've been banging my head against the wall for some time now on this problem: I have a widget that is derived from a GtkEntry. The derived widget basically does some additional validation checks during text entry, nothing more really. If you like to see the complete code, you can browse it

Re: Focus behaviour on widget derived from a gtkentry

2011-12-07 Thread jcupitt
On 7 December 2011 09:16, Geert Janssens i...@kobaltwit.be wrote: I am now having problems to set the focus on this widget programmatically. In this particular use case, the widget is added to a GtkAssistant, and during the prepare of the page showing this widget, I call a gtk_widget_grab_focus

RES: mutex doubt

2011-12-07 Thread Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP -
Hello, -Mensagem original- De: tristan.van.ber...@gmail.com [mailto:tristan.van.ber...@gmail.com] Em nome de Tristan Van Berkom Assunto: Re: mutex doubt Out of curiosity, what is glib startup ? Do you mean as a part of g_type_init() ? Yes, exactly Or, can glib programs

RES: mutex doubt

2011-12-07 Thread Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP -
On 6 December 2011 18:14, Tristan Van Berkom t...@gnome.org wrote: Or, can glib programs which don't make use of GObject use threads at all ? sure. Out of curiosity, do you recommend me to use GObject to any glib program? Or only for those I need to integrate with other languages? Thanks for

RES: mutex doubt

2011-12-07 Thread Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP -
Hello, Just for the Record: I don't know why, but although the problem I described bellow happens for static mutexes, it didn't happended for dynamic ones. My problem is solved, one my app requires thread to run. About the core dump happening when I called g_file_new_for_path(),

a couple questions...

2011-12-07 Thread Gary Kline
two guys wrote the majority of this gtk widget code. it is meant for the speech-impaired or mute. they type into the editor spawned by gvim or kate, and when the file is written a speech tool of the linux box is their voice. i keep track of the file by

Re: mutex doubt

2011-12-07 Thread Tristan Van Berkom
2011/12/8 Marcelo Elias Del Valle - SYSMAP SOLUTIONS - Claro MA-SP - marcelo.va...@claro.com.br: On 6 December 2011 18:14, Tristan Van Berkom t...@gnome.org wrote: Or, can glib programs which don't make use of GObject use threads at all ? sure. Out of curiosity, do you recommend me to use