g_io_channel too slow on linux

2008-08-05 Thread Luis Ariel Lecca
Hello, please take a moment to read this. I will appreciate any help. I have a gtk application that runs on linux and win32. I writing on a serial display but on linux the com flushes too slow while on win32 seems ok. I test it the display with the hyperterminal and didnt see any problem with it.

Re: font size gtk_*_new_with_label [SOLVED]

2008-07-14 Thread Luis Ariel Lecca
mas Carnecky <[EMAIL PROTECTED]> > Asunto: Re: font size gtk_*_new_with_label > Para: [EMAIL PROTECTED] > Cc: gtk-app-devel-list@gnome.org > Fecha: domingo, 13 de julio de 2008, 9:39 am > Luis Ariel Lecca wrote: > > Hi All ! I will appreciate very much any help :) &

Re: font size gtk_*_new_with_label

2008-07-14 Thread Luis Ariel Lecca
Hello Lars-Peter Clausen Tomas Carnecky and Garth's KidStuff Thank you for reply Tomas I cant use pango markup since Im using *_new_with_label(), but I'll considerate your advice for a future. I am using the Lars-Peter Clausen and Garth's KidStuff advice now... Thank you Garth's to provide me

font size gtk_*_new_with_label

2008-07-12 Thread Luis Ariel Lecca
Hi All ! I will appreciate very much any help :) I'm using gtk_widget_modify_font() and style = gtk_rc_style_new(); pango_font_description_free( style->font_desc ); style->font_desc = pfont; gtk_widget_modify_style( widget, style ); to change the font size of my labels, but I can't do it on