FLTK 1.3.5
fl_types.h File Reference

Go to the source code of this file.

Miscellaneous

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

Detailed Description

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

Typedef Documentation

◆ Fl_String

typedef char* Fl_String

Flexible length UTF-8 Unicode text.

Todo:
FIXME: temporary (?) typedef to mark UTF-8 and Unicode conversions

Variable Documentation

◆ Fl_CString

const typedef char* Fl_CString

Flexible length UTF-8 Unicode read-only string.

See also
Fl_String