Re: change colour font of a label!

2007-02-22 Thread Yeti
On Thu, Feb 22, 2007 at 10:47:20AM +0100, Alessandro Oliva wrote: > [EMAIL PROTECTED] wrote: > > Hello!! > > I need to change the colour font of a label...can you help me?? > > thanks a lot! > > GtkLabel*lbl_status; > > GdkColor color; > gdk_color_parse ("white", &color); > > PangoFontDescrip

Re: change colour font of a label!

2007-02-22 Thread Alessandro Oliva
[EMAIL PROTECTED] wrote: > Hello!! > I need to change the colour font of a label...can you help me?? > thanks a lot! > > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > > >

RE: change colour font of a label!

2007-02-22 Thread Suma H.S
hi, Change it through GtkRcStyle or GtkStyle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, February 22, 2007 12:34 AM To: gtk-app-devel-list@gnome.org Subject: change colour font of a label! Hello!! I need to change