FLTK 1.4.0
Loading...
Searching...
No Matches
fl_types.h
Go to the documentation of this file.
1/*
2 * Simple "C"-style types for the Fast Light Tool Kit (FLTK).
3 *
4 * Copyright 1998-2020 by Bill Spitzak and others.
5 *
6 * This library is free software. Distribution and use rights are outlined in
7 * the file "COPYING" which should have been included with this file. If this
8 * file is missing or damaged, see the license at:
9 *
10 * https://www.fltk.org/COPYING.php
11 *
12 * Please see the following page on how to report bugs and issues:
13 *
14 * https://www.fltk.org/bugs.php
15 */
16
21#ifndef FL_TYPES_H
22#define FL_TYPES_H
23
24#include "fl_attr.h"
25
/* group: Miscellaneous */
28
30typedef unsigned char uchar;
32typedef unsigned long ulong;
33
55typedef unsigned int Fl_Shortcut;
56
/* group: Miscellaneous */
58
59#endif
This file defines compiler-specific macros.
unsigned int Fl_Shortcut
16-bit Unicode character + 8-bit indicator for keyboard flags.
Definition fl_types.h:55
unsigned char uchar
unsigned char
Definition fl_types.h:30
unsigned long ulong
unsigned long
Definition fl_types.h:32