[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to render 'degree symbol' in GtkLabel?
- From: Noah Levitt <nlevitt columbia edu>
- To: "HOCHSTETLER, BRUCE W. (JSC-DV3/T) (TSI)" <bruce w hochstetler1 jsc nasa gov>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: How to render 'degree symbol' in GtkLabel?
- Date: Mon, 28 Jul 2003 15:32:38 -0400
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]