location of widgets in a gtk_table

2013-11-20 Thread Eric Wajnberg
w come locations of widgets within a Gtk_table can be modified if such a Gtk_table is included in a box with other widgets?? I really do not have any idea, and any help on this will be more than welcomed! Thanks is all cases for your time! Cheers, Eric. -- ~~

Re: changing font, color, size, etc. in a GtkEntry

2013-11-07 Thread Eric Wajnberg
omething like this goes wrong. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- ~~ Eric Wajnberg Associated Professor at the

Re: changing font, color, size, etc. in a GtkEntry

2013-11-07 Thread Eric Wajnberg
the meantime, I tried to do this on another computer at work. I got the same message. No way to have these pango functions recognized. Is there something obvious I am missing? Any help on this is welcomed! Cheers, Eric. Michael Cronenworth wrote, On 06/11/2013 15:22, Eric Wajnberg wrote: H

Re: changing font, color, size, etc. in a GtkEntry

2013-11-05 Thread Eric Wajnberg
e welcomed! Cheers, Eric. Michael Cronenworth wrote, On 05/11/2013 17:15, Eric Wajnberg wrote: I simply want to modify the font, color, size, etc. of the characters entered while they are typed in a GtkEntry. I am coding with GTK 2.24.0. Looking around on the web, I found several possible funct

changing font, color, size, etc. in a GtkEntry

2013-11-05 Thread Eric Wajnberg
Eric. -- ~~ Eric Wajnberg Associated Professor at the University of Montreal (Quebec, Canada) I.N.R.A. 400 Route des Chappes, BP 167, 06903 Sophia Antipolis Cedex, France Tel: (33-0) 4.92.38.64.47 Fax:

Re: updating labels when a key is stroked

2013-08-09 Thread Eric Wajnberg
gpointer> data|/); GdkFilterReturn key_press_filter (GdkXEvent* xevent, GdkEvent* event, gpointer data) { // how to process key press events. } On Wed, Aug 7, 2013 at 8:48 PM, Eric Wajnberg mailto:eric.wajnb...@sophia.inra.fr>> wrote: Hi there, I need to develop a gtk c

updating labels when a key is stroked

2013-08-08 Thread Eric Wajnberg
hen a debugging console is available, but not in "release mode" running without a console. My question is thus: is there a way to listen to key stroked on the keyboard within a gtk application? Thanks for any help on this! Cheers, Eric. --

code crash after 25-30 min only!

2013-04-19 Thread Eric Wajnberg
avec about 30-35 minutes. I code in Windows 7 with CodeBlock. I've tried to use a debugger, but I get a: Segmentation fault. In ntdll!LdrWx86FormatVirtualImage () (C:\Windows\system32\ntdll.dll) as soon as the gtk_main() is launched. I have really no idea about how I can solve this now. An