Re: How to render 'degree symbol' in GtkLabel?



It's just a character like any other.

"Â" U+00B0 DEGREE SIGN

Put it in your string literally or use the octal escape
("\302\260") if you want to be ultra-portable.

Noah

On Mon, Jul 28, 2003 at 14:28:30 -0500, HOCHSTETLER, BRUCE W. (JSC-DV3/T) (TSI) wrote:
Hi all,

I've been trying to figure out how to render a degree symbol in a GtkLabel.
Does anyone know the syntax for this symbol or where I could find it? 

Thanks



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