fl_types.h File Reference

This file contains simple "C"-style type definitions. More...

Go to the source code of this file.

Typedefs

Miscellaneous
typedef unsigned int Fl_Char
 24-bit Unicode character - upper 8-bits are unused
typedef const char * Fl_CString
 Flexible length utf8 Unicode read-only string.
typedef unsigned int Fl_Shortcut
 24-bit Unicode character + 8-bit indicator for keyboard flags
typedef char * Fl_String
 Flexible length utf8 Unicode text.
typedef unsigned char uchar
 unsigned char
typedef unsigned long ulong
 unsigned long


Detailed Description

This file contains simple "C"-style type definitions.


Typedef Documentation

typedef const char* Fl_CString

Flexible length utf8 Unicode read-only string.

See also:
Fl_String

typedef char* Fl_String

Flexible length utf8 Unicode text.

Todo:
FIXME: temporary (?) typedef to mark UTF8 and Unicode conversions


FLTK © 1998-2010 by Bill Spitzak and others.    Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.