RE: [gtk-list] how to change font of a radio button





> -----Original Message-----
> From: Jiang XU [mailto:jiang.xu@echostar.com]
> Sent: Thursday, September 02, 1999 4:19 PM
> To: gtk-list@redhat.com
> Subject: [gtk-list] how to change font of a radio button
> 
> 
> I can change font and front color of other widgets, such as button and
> label.
> But I can not change the font of the radio button (GtkRadioButton).
> I wonder why?
> 
> I have asked this question before, somebody told me to get the child
> label of the radio button, but how I can get that child label?

do:
	GTK_LABEL (GTK_BIN (radio_button)->child)

That should do it...

Arjan

> If someone knows, please teach me.
> 
> Thanks
> 
> -- 
> To unsubscribe: mail -s unsubscribe 
> gtk-list-request@redhat.com < /dev/null
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]