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.
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 :)
&
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
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