FLTK 1.4.0
Enumerations.H
Go to the documentation of this file.
1//
2// Enumerations for the Fast Light Tool Kit (FLTK).
3//
4// Copyright 1998-2024 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_Enumerations_H
22#define Fl_Enumerations_H
23
24/*
25 ******************************************************************************
26 * FL_ABI_VERSION is defined by configure or CMake since FLTK 1.3.4.
27 * It is written to FL/fl_config.h and #included here.
28 ******************************************************************************
29 * For more informations on FL_ABI_VERSION see README.abi-version.txt.
30 ******************************************************************************
31 */
32
33#include <FL/fl_config.h>
34
35# include "Fl_Export.H"
36# include "fl_types.h"
37# include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL
38
52#define FL_MAJOR_VERSION 1
53
59#define FL_MINOR_VERSION 4
60
66#define FL_PATCH_VERSION 0
67
89#define FL_VERSION ( (double)FL_MAJOR_VERSION + \
90 (double)FL_MINOR_VERSION * 0.01 + \
91 (double)FL_PATCH_VERSION * 0.0001 )
92
111#define FL_API_VERSION (FL_MAJOR_VERSION*10000 + FL_MINOR_VERSION*100 + FL_PATCH_VERSION)
112
143#ifndef FL_ABI_VERSION
144#define FL_ABI_VERSION (FL_MAJOR_VERSION*10000 + FL_MINOR_VERSION*100)
145#endif
146
147/*
148 Check if FL_ABI_VERSION is out of allowed range; redefine if necessary.
149
150 This is done to prevent users from defining an illegal ABI version.
151
152 Rule: FL_MAJOR_VERSION * 10000 + FL_MINOR_VERSION * 100
153 <= FL_ABI_VERSION <= FL_API_VERSION.
154
155 Example (FLTK 1.3.4):
156
157 10300 <= FL_ABI_VERSION <= 10304
158
159 Note: configure + CMake can be used to define FL_ABI_VERSION, but they
160 do not check validity. This is done here.
161*/
162
163#if FL_ABI_VERSION < FL_MAJOR_VERSION*10000 + FL_MINOR_VERSION*100
164
165# undef FL_ABI_VERSION
166# define FL_ABI_VERSION (FL_MAJOR_VERSION*10000 + FL_MINOR_VERSION*100)
167
168#elif FL_ABI_VERSION > FL_API_VERSION
169
170# undef FL_ABI_VERSION
171# define FL_ABI_VERSION FL_API_VERSION
172
173#endif
174 // group: Version Numbers
176
195// DEV NOTE: Keep this list in sync with FL/names.h
196enum Fl_Event { // events
199
212
220
229
235
244
259
264
286
291
296
303
311
325
332
337
345
353
359
366
371
377
383
387
410 FL_ZOOM_EVENT = 27
411 // DEV NOTE: Keep this list in sync with FL/names.h
413
426enum Fl_When { // Fl_Widget::when():
435 FL_WHEN_CLOSED = 16
436}; // group: When Conditions
438
439
460 FL_REASON_USER = 32
461}; // group: Callback Reasons
463
464
475// FIXME: These codes collide with valid Unicode keys
476
477#define FL_Button 0xfee8
478#define FL_BackSpace 0xff08
479#define FL_Tab 0xff09
480#define FL_Iso_Key 0xff0c
481#define FL_Enter 0xff0d
482#define FL_Pause 0xff13
483#define FL_Scroll_Lock 0xff14
484#define FL_Escape 0xff1b
485#define FL_Kana 0xff2e
486#define FL_Eisu 0xff2f
487#define FL_Yen 0xff30
488#define FL_JIS_Underscore 0xff31
489#define FL_Home 0xff50
490#define FL_Left 0xff51
491#define FL_Up 0xff52
492#define FL_Right 0xff53
493#define FL_Down 0xff54
494#define FL_Page_Up 0xff55
495#define FL_Page_Down 0xff56
496#define FL_End 0xff57
497#define FL_Print 0xff61
498#define FL_Insert 0xff63
499#define FL_Menu 0xff67
500#define FL_Help 0xff68
501#define FL_Num_Lock 0xff7f
502#define FL_KP 0xff80
503#define FL_KP_Enter 0xff8d
504#define FL_KP_Last 0xffbd
505#define FL_F 0xffbd
506#define FL_F_Last 0xffe0
507#define FL_Shift_L 0xffe1
508#define FL_Shift_R 0xffe2
509#define FL_Control_L 0xffe3
510#define FL_Control_R 0xffe4
511#define FL_Caps_Lock 0xffe5
512#define FL_Meta_L 0xffe7
513#define FL_Meta_R 0xffe8
514#define FL_Alt_L 0xffe9
515#define FL_Alt_R 0xffea
516#define FL_Delete 0xffff
517#define FL_Alt_Gr 0xfe03
518
519// These use the Private Use Area (PUA) of the Basic Multilingual Plane
520// of Unicode. Guaranteed not to conflict with a proper Unicode character.
521
522// These primarily map to the XFree86 keysym range
523#define FL_Volume_Down 0xEF11
524#define FL_Volume_Mute 0xEF12
525#define FL_Volume_Up 0xEF13
526#define FL_Media_Play 0xEF14
527#define FL_Media_Stop 0xEF15
528#define FL_Media_Prev 0xEF16
529#define FL_Media_Next 0xEF17
530#define FL_Home_Page 0xEF18
531#define FL_Mail 0xEF19
532#define FL_Search 0xEF1B
533#define FL_Back 0xEF26
534#define FL_Forward 0xEF27
535#define FL_Stop 0xEF28
536#define FL_Refresh 0xEF29
537#define FL_Sleep 0xEF2F
538#define FL_Favorites 0xEF30
539 // group: Non-ASCII key names
541
551#define FL_LEFT_MOUSE 1
552#define FL_MIDDLE_MOUSE 2
553#define FL_RIGHT_MOUSE 3
554#define FL_BACK_MOUSE 4
555#define FL_FORWARD_MOUSE 5
556 // group: Mouse Buttons
558
559 // group: Event States
566
567// FIXME: it would be nice to have the modifiers in the upper 8 bits so that
568// a unicode key (21 bits) can be sent as an unsigned with the modifiers.
569
570#define FL_SHIFT 0x00010000
571#define FL_CAPS_LOCK 0x00020000
572#define FL_CTRL 0x00040000
573#define FL_ALT 0x00080000
574#define FL_NUM_LOCK 0x00100000
575 // most X servers do this?
576#define FL_META 0x00400000
577 // correct for XFree86
578#define FL_SCROLL_LOCK 0x00800000
579 // correct for XFree86
580// Mouse buttons
581
582#define FL_BUTTON1 0x01000000
583#define FL_BUTTON2 0x02000000
584#define FL_BUTTON3 0x04000000
585#define FL_BUTTON4 0x08000000
586#define FL_BUTTON5 0x10000000
587#define FL_BUTTONS 0x1f000000
588
589#define FL_BUTTON(n) (0x00800000<<(n))
591
592#define FL_KEY_MASK 0x0000ffff
593 // FIXME: Unicode needs 21 bits!
594 // group: Event States
596 // group: Box Types
623
635enum Fl_Boxtype { // boxtypes (if you change these you must also change fl_boxtype.cxx):
636
706 FL_MAX_BOXTYPE = 255
708
709#ifndef FL_DOXYGEN
710
711extern FL_EXPORT Fl_Boxtype fl_define_FL_ROUND_UP_BOX();
712#define FL_ROUND_UP_BOX fl_define_FL_ROUND_UP_BOX()
713#define FL_ROUND_DOWN_BOX (Fl_Boxtype)(fl_define_FL_ROUND_UP_BOX()+1)
714extern FL_EXPORT Fl_Boxtype fl_define_FL_SHADOW_BOX();
715#define FL_SHADOW_BOX fl_define_FL_SHADOW_BOX()
716#define FL_SHADOW_FRAME (Fl_Boxtype)(fl_define_FL_SHADOW_BOX()+2)
717extern FL_EXPORT Fl_Boxtype fl_define_FL_ROUNDED_BOX();
718#define FL_ROUNDED_BOX fl_define_FL_ROUNDED_BOX()
719#define FL_ROUNDED_FRAME (Fl_Boxtype)(fl_define_FL_ROUNDED_BOX()+2)
720extern FL_EXPORT Fl_Boxtype fl_define_FL_RFLAT_BOX();
721#define FL_RFLAT_BOX fl_define_FL_RFLAT_BOX()
722extern FL_EXPORT Fl_Boxtype fl_define_FL_RSHADOW_BOX();
723#define FL_RSHADOW_BOX fl_define_FL_RSHADOW_BOX()
724extern FL_EXPORT Fl_Boxtype fl_define_FL_DIAMOND_BOX();
725#define FL_DIAMOND_UP_BOX fl_define_FL_DIAMOND_BOX()
726#define FL_DIAMOND_DOWN_BOX (Fl_Boxtype)(fl_define_FL_DIAMOND_BOX()+1)
727extern FL_EXPORT Fl_Boxtype fl_define_FL_OVAL_BOX();
728#define FL_OVAL_BOX fl_define_FL_OVAL_BOX()
729#define FL_OSHADOW_BOX (Fl_Boxtype)(fl_define_FL_OVAL_BOX()+1)
730#define FL_OVAL_FRAME (Fl_Boxtype)(fl_define_FL_OVAL_BOX()+2)
731#define FL_OFLAT_BOX (Fl_Boxtype)(fl_define_FL_OVAL_BOX()+3)
732
733extern FL_EXPORT Fl_Boxtype fl_define_FL_PLASTIC_UP_BOX();
734#define FL_PLASTIC_UP_BOX fl_define_FL_PLASTIC_UP_BOX()
735#define FL_PLASTIC_DOWN_BOX (Fl_Boxtype)(fl_define_FL_PLASTIC_UP_BOX()+1)
736#define FL_PLASTIC_UP_FRAME (Fl_Boxtype)(fl_define_FL_PLASTIC_UP_BOX()+2)
737#define FL_PLASTIC_DOWN_FRAME (Fl_Boxtype)(fl_define_FL_PLASTIC_UP_BOX()+3)
738#define FL_PLASTIC_THIN_UP_BOX (Fl_Boxtype)(fl_define_FL_PLASTIC_UP_BOX()+4)
739#define FL_PLASTIC_THIN_DOWN_BOX (Fl_Boxtype)(fl_define_FL_PLASTIC_UP_BOX()+5)
740#define FL_PLASTIC_ROUND_UP_BOX (Fl_Boxtype)(fl_define_FL_PLASTIC_UP_BOX()+6)
741#define FL_PLASTIC_ROUND_DOWN_BOX (Fl_Boxtype)(fl_define_FL_PLASTIC_UP_BOX()+7)
742
743extern FL_EXPORT Fl_Boxtype fl_define_FL_GTK_UP_BOX();
744#define FL_GTK_UP_BOX fl_define_FL_GTK_UP_BOX()
745#define FL_GTK_DOWN_BOX (Fl_Boxtype)(fl_define_FL_GTK_UP_BOX()+1)
746#define FL_GTK_UP_FRAME (Fl_Boxtype)(fl_define_FL_GTK_UP_BOX()+2)
747#define FL_GTK_DOWN_FRAME (Fl_Boxtype)(fl_define_FL_GTK_UP_BOX()+3)
748#define FL_GTK_THIN_UP_BOX (Fl_Boxtype)(fl_define_FL_GTK_UP_BOX()+4)
749#define FL_GTK_THIN_DOWN_BOX (Fl_Boxtype)(fl_define_FL_GTK_UP_BOX()+5)
750#define FL_GTK_THIN_UP_FRAME (Fl_Boxtype)(fl_define_FL_GTK_UP_BOX()+6)
751#define FL_GTK_THIN_DOWN_FRAME (Fl_Boxtype)(fl_define_FL_GTK_UP_BOX()+7)
752#define FL_GTK_ROUND_UP_BOX (Fl_Boxtype)(fl_define_FL_GTK_UP_BOX()+8)
753#define FL_GTK_ROUND_DOWN_BOX (Fl_Boxtype)(fl_define_FL_GTK_UP_BOX()+9)
754
755extern FL_EXPORT Fl_Boxtype fl_define_FL_GLEAM_UP_BOX();
756#define FL_GLEAM_UP_BOX fl_define_FL_GLEAM_UP_BOX()
757#define FL_GLEAM_DOWN_BOX (Fl_Boxtype)(fl_define_FL_GLEAM_UP_BOX()+1)
758#define FL_GLEAM_UP_FRAME (Fl_Boxtype)(fl_define_FL_GLEAM_UP_BOX()+2)
759#define FL_GLEAM_DOWN_FRAME (Fl_Boxtype)(fl_define_FL_GLEAM_UP_BOX()+3)
760#define FL_GLEAM_THIN_UP_BOX (Fl_Boxtype)(fl_define_FL_GLEAM_UP_BOX()+4)
761#define FL_GLEAM_THIN_DOWN_BOX (Fl_Boxtype)(fl_define_FL_GLEAM_UP_BOX()+5)
762#define FL_GLEAM_ROUND_UP_BOX (Fl_Boxtype)(fl_define_FL_GLEAM_UP_BOX()+6)
763#define FL_GLEAM_ROUND_DOWN_BOX (Fl_Boxtype)(fl_define_FL_GLEAM_UP_BOX()+7)
764
765extern FL_EXPORT Fl_Boxtype fl_define_FL_OXY_UP_BOX();
766#define FL_OXY_UP_BOX fl_define_FL_OXY_UP_BOX()
767#define FL_OXY_DOWN_BOX (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+1)
768#define FL_OXY_UP_FRAME (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+2)
769#define FL_OXY_DOWN_FRAME (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+3)
770#define FL_OXY_THIN_UP_BOX (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+4)
771#define FL_OXY_THIN_DOWN_BOX (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+5)
772#define FL_OXY_THIN_UP_FRAME (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+6)
773#define FL_OXY_THIN_DOWN_FRAME (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+7)
774#define FL_OXY_ROUND_UP_BOX (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+8)
775#define FL_OXY_ROUND_DOWN_BOX (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+9)
776#define FL_OXY_BUTTON_UP_BOX (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+10)
777#define FL_OXY_BUTTON_DOWN_BOX (Fl_Boxtype)(fl_define_FL_OXY_UP_BOX()+11)
778
779#endif // ! FL_DOXYGEN
780
781// conversions of box types to other boxtypes:
788 return (Fl_Boxtype)((b<FL_UP_BOX||b%4>1)?b:(b-2));
789}
796 return (Fl_Boxtype)((b<FL_UP_BOX)?b:(b|1));
797}
804 return (Fl_Boxtype)((b%4<2)?b:(b+2));
805}
806
807// back-compatibility box types:
808#define FL_FRAME FL_ENGRAVED_FRAME
809#define FL_FRAME_BOX FL_ENGRAVED_BOX
810#define FL_CIRCLE_BOX FL_ROUND_DOWN_BOX
811#define FL_DIAMOND_BOX FL_DIAMOND_DOWN_BOX
812 // group: Box Types
814
826enum Fl_Labeltype { // labeltypes:
835
838
850#define FL_SYMBOL_LABEL FL_NORMAL_LABEL
855extern Fl_Labeltype FL_EXPORT fl_define_FL_SHADOW_LABEL();
859#define FL_SHADOW_LABEL fl_define_FL_SHADOW_LABEL()
860
869#define FL_ENGRAVED_LABEL fl_define_FL_ENGRAVED_LABEL()
870
879#define FL_EMBOSSED_LABEL fl_define_FL_EMBOSSED_LABEL()
880
885extern Fl_Labeltype FL_EXPORT fl_define_FL_MULTI_LABEL();
890#define FL_MULTI_LABEL fl_define_FL_MULTI_LABEL()
891
896extern Fl_Labeltype FL_EXPORT fl_define_FL_ICON_LABEL();
900#define FL_ICON_LABEL fl_define_FL_ICON_LABEL()
901
906extern Fl_Labeltype FL_EXPORT fl_define_FL_IMAGE_LABEL();
913#define FL_IMAGE_LABEL fl_define_FL_IMAGE_LABEL()
914
977typedef unsigned Fl_Align;
978
981
984const Fl_Align FL_ALIGN_TOP = 0x0001;
985
988
992const Fl_Align FL_ALIGN_LEFT = 0x0004;
993
996
999
1002
1005
1008
1011
1014
1017
1020
1021const Fl_Align FL_ALIGN_TOP_LEFT = FL_ALIGN_TOP | FL_ALIGN_LEFT;
1022const Fl_Align FL_ALIGN_TOP_RIGHT = FL_ALIGN_TOP | FL_ALIGN_RIGHT;
1023const Fl_Align FL_ALIGN_BOTTOM_LEFT = FL_ALIGN_BOTTOM | FL_ALIGN_LEFT;
1024const Fl_Align FL_ALIGN_BOTTOM_RIGHT = FL_ALIGN_BOTTOM | FL_ALIGN_RIGHT;
1025
1028
1031
1034
1037
1040
1043
1054typedef int Fl_Font;
1055
1068const Fl_Font FL_SYMBOL = 12;
1069const Fl_Font FL_SCREEN = 13;
1072
1074const Fl_Font FL_BOLD = 1;
1077
1083typedef int Fl_Fontsize;
1084
1085extern FL_EXPORT Fl_Fontsize FL_NORMAL_SIZE;
1086
1111typedef unsigned int Fl_Color;
1112
1113// Standard colors. These are used as default colors in widgets and altered as necessary
1118
1119 // boxtypes generally limit themselves to these colors so
1120 // the whole ramp is not allocated:
1121
1122const Fl_Color FL_GRAY0 = 32; // 'A'
1123const Fl_Color FL_DARK3 = 39; // 'H'
1124const Fl_Color FL_DARK2 = 45; // 'N'
1125const Fl_Color FL_DARK1 = 47; // 'P'
1127const Fl_Color FL_BACKGROUND_COLOR = 49; // 'R' default background color
1128const Fl_Color FL_LIGHT1 = 50; // 'S'
1129const Fl_Color FL_LIGHT2 = 52; // 'U'
1130const Fl_Color FL_LIGHT3 = 54; // 'W'
1131
1132 // FLTK provides a 5x8x5 color cube that is used with colormap visuals
1133
1134const Fl_Color FL_BLACK = 56;
1135const Fl_Color FL_RED = 88;
1136const Fl_Color FL_GREEN = 63;
1137const Fl_Color FL_YELLOW = 95;
1138const Fl_Color FL_BLUE = 216;
1139const Fl_Color FL_MAGENTA = 248;
1140const Fl_Color FL_CYAN = 223;
1141const Fl_Color FL_DARK_RED = 72;
1142
1143const Fl_Color FL_DARK_GREEN = 60;
1144const Fl_Color FL_DARK_YELLOW = 76;
1145const Fl_Color FL_DARK_BLUE = 136;
1146const Fl_Color FL_DARK_MAGENTA = 152;
1147const Fl_Color FL_DARK_CYAN = 140;
1148
1149const Fl_Color FL_WHITE = 255;
1150
1153#define FL_FREE_COLOR (Fl_Color)16
1154#define FL_NUM_FREE_COLOR 16
1155#define FL_GRAY_RAMP (Fl_Color)32
1156#define FL_NUM_GRAY 24
1157#define FL_GRAY FL_BACKGROUND_COLOR
1158#define FL_COLOR_CUBE (Fl_Color)56
1159#define FL_NUM_RED 5
1160#define FL_NUM_GREEN 8
1161#define FL_NUM_BLUE 5
1162
1163FL_EXPORT Fl_Color fl_inactive(Fl_Color c);
1164
1188
1190
1201
1202// The following functions are defined and documented in src/fl_contrast.cxx
1203
1204FL_EXPORT void fl_contrast_level(int level);
1205FL_EXPORT int fl_contrast_level();
1206FL_EXPORT void fl_contrast_mode(int mode);
1207FL_EXPORT int fl_contrast_mode();
1208
1209FL_EXPORT Fl_Color fl_contrast(Fl_Color fg, Fl_Color bg, int context = 0, int size = 0);
1210
1211FL_EXPORT double fl_lightness(Fl_Color color);
1212FL_EXPORT double fl_luminance(Fl_Color color);
1213
1214// Other color functions are defined and documented in src/fl_color.cxx
1215
1216FL_EXPORT Fl_Color fl_color_average(Fl_Color c1, Fl_Color c2, float weight);
1217
1219inline Fl_Color fl_lighter(Fl_Color c) { return fl_color_average(c, FL_WHITE, .67f); }
1220
1222inline Fl_Color fl_darker(Fl_Color c) { return fl_color_average(c, FL_BLACK, .67f); }
1223
1226 if (!r && !g && !b) return FL_BLACK;
1227 else return (Fl_Color)(((((r << 8) | g) << 8) | b) << 8);
1228}
1229
1232 if (!g) return FL_BLACK;
1233 else return (Fl_Color)(((((g << 8) | g) << 8) | g) << 8);
1234}
1235
1244inline Fl_Color fl_gray_ramp(int i) {return (Fl_Color)(i+FL_GRAY_RAMP);}
1245
1260inline Fl_Color fl_color_cube(int r, int g, int b) {
1261 return (Fl_Color)((b*FL_NUM_RED + r) * FL_NUM_GREEN + g + FL_COLOR_CUBE);}
1262 // group: Colors
1264
1273/* FIXME: We should renumber these, but that will break the ABI */
1275 FL_CURSOR_DEFAULT = 0, // U+2196
1276 FL_CURSOR_ARROW = 35, // U+2196
1277 FL_CURSOR_CROSS = 66, // U+FF0B
1278 FL_CURSOR_WAIT = 76, // U+231A, U+231B
1279 FL_CURSOR_INSERT = 77, // U+2336
1280 FL_CURSOR_HAND = 31, // U+261C
1282 FL_CURSOR_MOVE = 27, // U+2725, U+270B
1283
1284 /* Resize indicators */
1285 FL_CURSOR_NS = 78, // U+21D5
1286 FL_CURSOR_WE = 79, // U+21D4
1287 FL_CURSOR_NWSE = 80, // U+2921
1288 FL_CURSOR_NESW = 81, // U+2922
1289 FL_CURSOR_N = 70, // U+2912
1290 FL_CURSOR_NE = 69, // U+2197
1291 FL_CURSOR_E = 49, // U+21E5
1292 FL_CURSOR_SE = 8, // U+21F2
1293 FL_CURSOR_S = 9, // U+2913
1294 FL_CURSOR_SW = 7, // U+2199
1295 FL_CURSOR_W = 36, // U+21E4
1296 FL_CURSOR_NW = 68, // U+21F1
1297
1298 FL_CURSOR_NONE =255
1299}; // group: Cursors
1301
1303enum { // values for "when" passed to Fl::add_fd()
1306 FL_EXCEPT = 8
1308
1311 FL_RGB = 0,
1312 FL_INDEX = 1,
1313 FL_SINGLE = 0,
1314 FL_DOUBLE = 2,
1315 FL_ACCUM = 4,
1316 FL_ALPHA = 8,
1317 FL_DEPTH = 16,
1318 FL_STENCIL = 32,
1319 FL_RGB8 = 64,
1320 FL_MULTISAMPLE= 128,
1321 FL_STEREO = 256,
1322 FL_FAKE_SINGLE = 512, // Fake single buffered windows using double-buffer
1323 FL_OPENGL3 = 1024
1324};
1325
1326// image alpha blending
1327
1328#define FL_IMAGE_WITH_ALPHA 0x40000000
1329
1338 FL_DAMAGE_ALL = 0x80
1340
1341// FLTK 1.0.x compatibility definitions (FLTK_1_0_COMPAT) dropped in 1.4.0
1342
1359 FL_ARROW_RETURN = 0x04
1361
1393 FL_ORIENT_SE = 0x07
1395
1396#endif
Fl_Boxtype fl_frame(Fl_Boxtype b)
Get the unfilled, frame only version of a box.
Definition: Enumerations.H:803
@ FL_WRITE
Call the callback when data can be written without blocking.
Definition: Enumerations.H:1305
@ FL_EXCEPT
Call the callback if an exception occurs on the file.
Definition: Enumerations.H:1306
@ FL_READ
Call the callback when there is data to be read.
Definition: Enumerations.H:1304
const Fl_Font FL_TIMES_BOLD_ITALIC
Times roman bold-italic.
Definition: Enumerations.H:1067
const Fl_Align FL_ALIGN_RIGHT
Align the label to the right of the widget.
Definition: Enumerations.H:995
const Fl_Align FL_ALIGN_IMAGE_BACKDROP
If the label contains an image, draw the image or deimage in the background.
Definition: Enumerations.H:1019
const Fl_Align FL_ALIGN_BOTTOM
Align the label at the bottom of the widget.
Definition: Enumerations.H:987
const Fl_Align FL_ALIGN_LEFT_BOTTOM
Outside only, left of widget, bottom position, magic value: TOP | LEFT | RIGHT.
Definition: Enumerations.H:1033
int Fl_Font
A font number is an index into the internal font table.
Definition: Enumerations.H:1054
const Fl_Font FL_SYMBOL
Standard symbol font.
Definition: Enumerations.H:1068
Fl_Labeltype fl_define_FL_ENGRAVED_LABEL()
Initializes the internal table entry for FL_ENGRAVED_LABEL and returns its internal value.
Definition: fl_engraved_label.cxx:104
const Fl_Align FL_ALIGN_RIGHT_BOTTOM
Outside only, right of widget, bottom position, magic value: BOTTOM | LEFT | RIGHT.
Definition: Enumerations.H:1036
Fl_Color fl_color_cube(int r, int g, int b)
Returns a color out of the color cube.
Definition: Enumerations.H:1260
const Fl_Font FL_ZAPF_DINGBATS
Zapf-dingbats font.
Definition: Enumerations.H:1071
const Fl_Font FL_COURIER_BOLD
Courier bold.
Definition: Enumerations.H:1061
Fl_Arrow_Type
Arrow types define the type of arrow drawing function.
Definition: Enumerations.H:1355
@ FL_ARROW_RETURN
Return arrow, e.g. in Fl_Return_Button.
Definition: Enumerations.H:1359
@ FL_ARROW_DOUBLE
Double arrow, e.g. in Fl_Counter.
Definition: Enumerations.H:1357
@ FL_ARROW_CHOICE
Dropdown box, e.g. in Fl_Choice.
Definition: Enumerations.H:1358
@ FL_ARROW_SINGLE
Single arrow, e.g. in Fl_Scrollbar.
Definition: Enumerations.H:1356
const Fl_Color FL_SELECTION_COLOR
the default selection/highlight color
Definition: Enumerations.H:1117
const Fl_Font FL_TIMES
Times roman.
Definition: Enumerations.H:1064
const Fl_Font FL_HELVETICA_ITALIC
Helvetica (or Arial) oblique.
Definition: Enumerations.H:1058
Fl_Color() Fl_Contrast_Function(Fl_Color, Fl_Color, int, int)
Type of a custom fl_contrast() function.
Definition: Enumerations.H:1187
const Fl_Font FL_TIMES_BOLD
Times roman bold.
Definition: Enumerations.H:1065
const Fl_Align FL_ALIGN_CENTER
Align the label horizontally in the middle.
Definition: Enumerations.H:980
unsigned Fl_Align
FLTK type for alignment control.
Definition: Enumerations.H:977
const Fl_Align FL_ALIGN_IMAGE_OVER_TEXT
If the label contains an image, draw the text below the image.
Definition: Enumerations.H:1004
const Fl_Font FL_BOLD_ITALIC
add this to Helvetica, Courier, or Times
Definition: Enumerations.H:1076
const Fl_Align FL_ALIGN_CLIP
All parts of the label that are larger than the widget will not be drawn.
Definition: Enumerations.H:1007
const Fl_Font FL_SCREEN
Default monospaced screen font.
Definition: Enumerations.H:1069
const Fl_Font FL_BOLD
add this to Helvetica, Courier, or Times
Definition: Enumerations.H:1074
const Fl_Color FL_BACKGROUND2_COLOR
the default background color for text, list, and valuator widgets
Definition: Enumerations.H:1115
Fl_Color fl_gray_ramp(int i)
Returns a gray color value from black (i == 0) to white (i == FL_NUM_GRAY - 1).
Definition: Enumerations.H:1244
const Fl_Align FL_ALIGN_TOP
Align the label at the top of the widget.
Definition: Enumerations.H:984
const Fl_Align FL_ALIGN_TEXT_NEXT_TO_IMAGE
If the label contains an image, draw the text to the left of the image.
Definition: Enumerations.H:1016
const Fl_Color FL_INACTIVE_COLOR
the inactive foreground color
Definition: Enumerations.H:1116
Fl_Boxtype fl_down(Fl_Boxtype b)
Get the "pressed" or "down" version of a box.
Definition: Enumerations.H:795
const Fl_Align FL_ALIGN_NOWRAP
Nothing, same as FL_ALIGN_CENTER, for back compatibility.
Definition: Enumerations.H:1039
Fl_Cursor
The following constants define the mouse cursors that are available in FLTK.
Definition: Enumerations.H:1274
@ FL_CURSOR_MOVE
4-pointed arrow or hand: ✥, ✋
Definition: Enumerations.H:1282
@ FL_CURSOR_DEFAULT
the default cursor, usually an arrow: ↖
Definition: Enumerations.H:1275
@ FL_CURSOR_HAND
pointing hand: ☜
Definition: Enumerations.H:1280
@ FL_CURSOR_WE
left/right resize: ⇔
Definition: Enumerations.H:1286
@ FL_CURSOR_SE
downwards, right resize: ⇲
Definition: Enumerations.H:1292
@ FL_CURSOR_W
leftwards resize: ⇤
Definition: Enumerations.H:1295
@ FL_CURSOR_NW
upwards, left resize: ⇱
Definition: Enumerations.H:1296
@ FL_CURSOR_NONE
invisible.
Definition: Enumerations.H:1298
@ FL_CURSOR_E
rightwards resize: ⇥
Definition: Enumerations.H:1291
@ FL_CURSOR_CROSS
crosshair: +
Definition: Enumerations.H:1277
@ FL_CURSOR_WAIT
busy indicator (for instance hourglass): ⌚,⌛
Definition: Enumerations.H:1278
@ FL_CURSOR_NWSE
diagonal resize: ⤡
Definition: Enumerations.H:1287
@ FL_CURSOR_HELP
question mark pointer: ?
Definition: Enumerations.H:1281
@ FL_CURSOR_NS
up/down resize: ⇕
Definition: Enumerations.H:1285
@ FL_CURSOR_INSERT
I-beam: ⌶
Definition: Enumerations.H:1279
@ FL_CURSOR_NESW
diagonal resize: ⤢
Definition: Enumerations.H:1288
@ FL_CURSOR_SW
downwards, left resize: ↙
Definition: Enumerations.H:1294
@ FL_CURSOR_NE
upwards, right resize: ↗
Definition: Enumerations.H:1290
@ FL_CURSOR_S
downwards resize: ⤓
Definition: Enumerations.H:1293
@ FL_CURSOR_ARROW
an arrow pointer: ↖
Definition: Enumerations.H:1276
@ FL_CURSOR_N
upwards resize: ⤒
Definition: Enumerations.H:1289
const Fl_Font FL_HELVETICA
Helvetica (or Arial) normal (0)
Definition: Enumerations.H:1056
Fl_Color fl_rgb_color(uchar r, uchar g, uchar b)
Returns the 24-bit color value closest to r, g, b.
Definition: Enumerations.H:1225
const Fl_Font FL_COURIER_BOLD_ITALIC
Courier bold-italic.
Definition: Enumerations.H:1063
const Fl_Font FL_TIMES_ITALIC
Times roman italic.
Definition: Enumerations.H:1066
Fl_Color fl_darker(Fl_Color c)
Returns a darker version of the specified color.
Definition: Enumerations.H:1222
unsigned int Fl_Color
An FLTK color value; see also Colors
Definition: Enumerations.H:1111
const Fl_Color FL_FOREGROUND_COLOR
the default foreground color (0) used for labels and text
Definition: Enumerations.H:1114
Fl_Labeltype fl_define_FL_IMAGE_LABEL()
Initializes the internal table entry for FL_IMAGE_LABEL and returns its internal value.
Definition: Fl_Image.cxx:148
const Fl_Font FL_HELVETICA_BOLD_ITALIC
Helvetica (or Arial) bold-oblique.
Definition: Enumerations.H:1059
Fl_Boxtype fl_box(Fl_Boxtype b)
Get the filled version of a frame.
Definition: Enumerations.H:787
Fl_Damage
Damage masks.
Definition: Enumerations.H:1331
@ FL_DAMAGE_USER2
Second user-defined damage bit.
Definition: Enumerations.H:1337
@ FL_DAMAGE_EXPOSE
The window was exposed.
Definition: Enumerations.H:1333
@ FL_DAMAGE_USER1
First user-defined damage bit.
Definition: Enumerations.H:1336
@ FL_DAMAGE_OVERLAY
The overlay planes need to be redrawn.
Definition: Enumerations.H:1335
@ FL_DAMAGE_CHILD
A child needs to be redrawn.
Definition: Enumerations.H:1332
@ FL_DAMAGE_ALL
Everything needs to be redrawn.
Definition: Enumerations.H:1338
@ FL_DAMAGE_SCROLL
The Fl_Scroll widget was scrolled.
Definition: Enumerations.H:1334
Fl_Fontsize FL_NORMAL_SIZE
normal font size
Definition: Fl_Widget.cxx:107
const Fl_Color FL_BACKGROUND_COLOR
Default background color.
Definition: Enumerations.H:1127
const Fl_Align FL_ALIGN_RIGHT_TOP
Outside only, right of widget, top position, magic value: TOP | BOTTOM | RIGHT.
Definition: Enumerations.H:1030
Fl_Mode
visual types and Fl_Gl_Window::mode() (values match Glut)
Definition: Enumerations.H:1310
Fl_Labeltype fl_define_FL_ICON_LABEL()
Initializes the internal table entry for FL_ICON_LABEL and returns its internal value.
Definition: Fl_File_Icon.cxx:52
const Fl_Align FL_ALIGN_TEXT_OVER_IMAGE
If the label contains an image, draw the text on top of the image.
Definition: Enumerations.H:1001
const Fl_Font FL_SCREEN_BOLD
Default monospaced bold screen font.
Definition: Enumerations.H:1070
const Fl_Font FL_ITALIC
add this to Helvetica, Courier, or Times
Definition: Enumerations.H:1075
const Fl_Font FL_FREE_FONT
first one to allocate
Definition: Enumerations.H:1073
Fl_Labeltype fl_define_FL_MULTI_LABEL()
Initializes the internal table entry for FL_MULTI_LABEL and returns its internal value.
Definition: Fl_Multi_Label.cxx:58
Fl_Labeltype fl_define_FL_SHADOW_LABEL()
Initializes the internal table entry for FL_SHADOW_LABEL and returns its internal value.
Definition: fl_engraved_label.cxx:100
Fl_Event
Every time a user moves the mouse pointer, clicks a button, or presses a key, an event is generated a...
Definition: Enumerations.H:196
@ FL_SCREEN_CONFIGURATION_CHANGED
The screen configuration (number, positions) was changed.
Definition: Enumerations.H:396
@ FL_DND_LEAVE
The mouse has moved out of the widget.
Definition: Enumerations.H:386
@ FL_KEYBOARD
Equivalent to FL_KEYDOWN.
Definition: Enumerations.H:290
@ FL_KEYDOWN
A key was pressed (FL_KEYDOWN) or released (FL_KEYUP).
Definition: Enumerations.H:285
@ FL_ENTER
The mouse has been moved to point at this widget.
Definition: Enumerations.H:228
@ FL_CLOSE
The user clicked the close button of a window.
Definition: Enumerations.H:302
@ FL_PUSH
A mouse button has gone down with the mouse pointing at this widget.
Definition: Enumerations.H:211
@ FL_ACTIVATE
This widget is now active, due to Fl_Widget::activate() being called on it or one of its parents.
Definition: Enumerations.H:336
@ FL_RELEASE
A mouse button has been released.
Definition: Enumerations.H:219
@ FL_ZOOM_EVENT
A zoom event (ctrl/+/-/0/ or cmd/+/-/0/) was processed.
Definition: Enumerations.H:410
@ FL_PASTE
You should get this event some time after you call Fl::paste().
Definition: Enumerations.H:358
@ FL_SHORTCUT
If the Fl::focus() widget is zero or ignores an FL_KEYBOARD event then FLTK tries sending this event ...
Definition: Enumerations.H:324
@ FL_UNFOCUS
This event is sent to the previous Fl::focus() widget when another widget gets the focus or the windo...
Definition: Enumerations.H:263
@ FL_ZOOM_GESTURE
The user has made a zoom/pinch/magnification gesture (Mac OS platform only).
Definition: Enumerations.H:406
@ FL_DND_RELEASE
The user has released the mouse button dropping data into the widget.
Definition: Enumerations.H:392
@ FL_SHOW
This widget is visible again, due to Fl_Widget::show() being called on it or one of its parents,...
Definition: Enumerations.H:352
@ FL_SELECTIONCLEAR
The Fl::selection_owner() will get this event before the selection is moved to another widget.
Definition: Enumerations.H:365
@ FL_LEAVE
The mouse has moved out of the widget.
Definition: Enumerations.H:234
@ FL_DRAG
The mouse has moved with a button held down.
Definition: Enumerations.H:243
@ FL_DND_DRAG
The mouse has been moved inside a widget while dragging data.
Definition: Enumerations.H:382
@ FL_KEYUP
Key release event.
Definition: Enumerations.H:295
@ FL_MOVE
The mouse has moved without any mouse buttons held down.
Definition: Enumerations.H:310
@ FL_FULLSCREEN
The fullscreen state of the window has changed.
Definition: Enumerations.H:400
@ FL_MOUSEWHEEL
The user has moved the mouse wheel.
Definition: Enumerations.H:370
@ FL_DEACTIVATE
This widget is no longer active, due to Fl_Widget::deactivate() being called on it or one of its pare...
Definition: Enumerations.H:331
@ FL_FOCUS
This indicates an attempt to give a widget the keyboard focus.
Definition: Enumerations.H:258
@ FL_HIDE
This widget is no longer visible, due to Fl_Widget::hide() being called on it or one of its parents,...
Definition: Enumerations.H:344
@ FL_NO_EVENT
No event.
Definition: Enumerations.H:198
@ FL_DND_ENTER
The mouse has been moved to point at this widget.
Definition: Enumerations.H:376
const Fl_Align FL_ALIGN_LEFT_TOP
Outside only, left of widget, top position, magic value: TOP | BOTTOM | LEFT.
Definition: Enumerations.H:1027
Fl_Labeltype
The labeltype() method sets the type of the label.
Definition: Enumerations.H:826
@ _FL_EMBOSSED_LABEL
draws edges as though the text is raised
Definition: Enumerations.H:831
@ _FL_SHADOW_LABEL
draws a drop shadow under the text
Definition: Enumerations.H:829
@ _FL_IMAGE_LABEL
the label displays an "icon" based on a Fl_Image
Definition: Enumerations.H:834
@ _FL_ENGRAVED_LABEL
draws edges as though the text is engraved
Definition: Enumerations.H:830
@ FL_NORMAL_LABEL
draws the text (0)
Definition: Enumerations.H:827
@ _FL_MULTI_LABEL
draws a composite label
Definition: Enumerations.H:832
@ FL_NO_LABEL
does nothing
Definition: Enumerations.H:828
@ FL_FREE_LABELTYPE
first free labeltype to use for creating own labeltypes
Definition: Enumerations.H:836
@ _FL_ICON_LABEL
draws the icon associated with the text
Definition: Enumerations.H:833
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:1083
const Fl_Align FL_ALIGN_WRAP
Wrap text that does not fit the width of the widget.
Definition: Enumerations.H:1010
Fl_When
These constants determine when a callback is performed.
Definition: Enumerations.H:426
@ FL_WHEN_ENTER_KEY
Do the callback when the user presses the ENTER key and the value changes.
Definition: Enumerations.H:432
@ FL_WHEN_RELEASE_ALWAYS
Do the callback when the button or key is released, even if the value doesn't change.
Definition: Enumerations.H:431
@ FL_WHEN_ENTER_KEY_CHANGED
Do callbacks whether the value changed or not, and when the ENTER key is pressed.
Definition: Enumerations.H:434
@ FL_WHEN_CLOSED
Do the callback when a child of Fl_Tabs is closed.
Definition: Enumerations.H:435
@ FL_WHEN_ENTER_KEY_ALWAYS
Do the callback when the user presses the ENTER key, even if the value doesn't change.
Definition: Enumerations.H:433
@ FL_WHEN_NOT_CHANGED
Do the callback whenever the user interacts with the widget.
Definition: Enumerations.H:429
@ FL_WHEN_NEVER
Never call the callback.
Definition: Enumerations.H:427
@ FL_WHEN_CHANGED
Do the callback only when the widget value changes.
Definition: Enumerations.H:428
@ FL_WHEN_RELEASE
Do the callback when the button or key is released and the value changes.
Definition: Enumerations.H:430
const Fl_Align FL_ALIGN_INSIDE
Draw the label inside of the widget.
Definition: Enumerations.H:998
const Fl_Align FL_ALIGN_POSITION_MASK
Mask value to test for TOP, BOTTOM, LEFT, and RIGHT flags.
Definition: Enumerations.H:1042
const Fl_Align FL_ALIGN_IMAGE_NEXT_TO_TEXT
If the label contains an image, draw the text to the right of the image.
Definition: Enumerations.H:1013
Fl_Boxtype
FLTK standard box types.
Definition: Enumerations.H:635
@ _FL_OXY_ROUND_DOWN_BOX
oxy version of FL_ROUND_DOWN_BOX, use FL_OXY_ROUND_DOWN_BOX
Definition: Enumerations.H:702
@ FL_MAX_BOXTYPE
highest legal index for a box type
Definition: Enumerations.H:706
@ _FL_PLASTIC_UP_BOX
plastic version of FL_UP_BOX, use FL_PLASTIC_UP_BOX
Definition: Enumerations.H:667
@ _FL_RSHADOW_BOX
see figure Standard Box Types, use FL_RSHADOW_BOX
Definition: Enumerations.H:656
@ _FL_OXY_BUTTON_DOWN_BOX
FL_OXY_BUTTON_DOWN_BOX (new boxtype ?), use FL_OXY_BUTTON_DOWN_BOX.
Definition: Enumerations.H:704
@ FL_BORDER_BOX
see figure Standard Box Types
Definition: Enumerations.H:651
@ _FL_PLASTIC_UP_FRAME
plastic version of FL_UP_FRAME, use FL_PLASTIC_UP_FRAME
Definition: Enumerations.H:669
@ _FL_PLASTIC_ROUND_DOWN_BOX
plastic version of FL_ROUND_DOWN_BOX, use FL_PLASTIC_ROUND_DOWN_BOX
Definition: Enumerations.H:674
@ _FL_PLASTIC_ROUND_UP_BOX
plastic version of FL_ROUND_UP_BOX, use FL_PLASTIC_ROUND_UP_BOX
Definition: Enumerations.H:673
@ FL_THIN_UP_BOX
see figure Standard Box Types
Definition: Enumerations.H:643
@ _FL_OXY_THIN_DOWN_BOX
oxy version of FL_THIN_DOWN_BOX, use FL_OXY_THIN_DOWN_BOX
Definition: Enumerations.H:698
@ FL_EMBOSSED_BOX
see figure Standard Box Types
Definition: Enumerations.H:648
@ _FL_OXY_UP_FRAME
oxy version of FL_UP_FRAME, use FL_OXY_UP_FRAME
Definition: Enumerations.H:695
@ _FL_OVAL_FRAME
see figure Standard Box Types, use FL_OVAL_FRAME
Definition: Enumerations.H:665
@ _FL_OFLAT_BOX
see figure Standard Box Types, use FL_OFLAT_BOX
Definition: Enumerations.H:666
@ _FL_GTK_THIN_UP_FRAME
gtk+ version of FL_THIN_UP_FRAME, use FL_GTK_THIN_UP_FRAME
Definition: Enumerations.H:681
@ _FL_RFLAT_BOX
see figure Standard Box Types, use FL_RFLAT_BOX
Definition: Enumerations.H:658
@ _FL_GTK_THIN_DOWN_FRAME
gtk+ version of FL_THIN_DOWN_FRAME, use FL_GTK_THIN_DOWN_FRAME
Definition: Enumerations.H:682
@ FL_NO_BOX
nothing is drawn at all, this box is invisible
Definition: Enumerations.H:637
@ _FL_GTK_UP_FRAME
gtk+ version of FL_UP_FRAME, use FL_GTK_UP_FRAME
Definition: Enumerations.H:677
@ _FL_SHADOW_FRAME
see figure Standard Box Types, use FL_SHADOW_FRAME
Definition: Enumerations.H:654
@ _FL_OXY_THIN_UP_BOX
oxy version of FL_THIN_UP_BOX, use FL_OXY_THIN_UP_BOX
Definition: Enumerations.H:697
@ _FL_OSHADOW_BOX
see figure Standard Box Types, use FL_OSHADOW_BOX
Definition: Enumerations.H:664
@ FL_BORDER_FRAME
see figure Standard Box Types
Definition: Enumerations.H:653
@ _FL_ROUNDED_FRAME
see figure Standard Box Types, use FL_ROUNDED_FRAME
Definition: Enumerations.H:657
@ _FL_GTK_DOWN_BOX
gtk+ version of FL_DOWN_BOX, use FL_GTK_DOWN_BOX
Definition: Enumerations.H:676
@ FL_THIN_DOWN_FRAME
see figure Standard Box Types
Definition: Enumerations.H:646
@ FL_FLAT_BOX
a flat box
Definition: Enumerations.H:638
@ _FL_GLEAM_THIN_DOWN_BOX
gleam version of FL_THIN_DOWN_BOX, use FL_GLEAM_THIN_DOWN_BOX
Definition: Enumerations.H:690
@ _FL_GTK_THIN_UP_BOX
gtk+ version of FL_THIN_UP_BOX, use FL_GTK_THIN_UP_BOX
Definition: Enumerations.H:679
@ _FL_GTK_ROUND_DOWN_BOX
gtk+ version of FL_ROUND_DOWN_BOX, use FL_GTK_ROUND_DOWN_BOX
Definition: Enumerations.H:684
@ _FL_SHADOW_BOX
see figure Standard Box Types, use FL_SHADOW_BOX
Definition: Enumerations.H:652
@ _FL_GLEAM_DOWN_FRAME
gleam version of FL_DOWN_FRAME, use FL_GLEAM_DOWN_FRAME
Definition: Enumerations.H:688
@ _FL_PLASTIC_DOWN_BOX
plastic version of FL_DOWN_BOX, use FL_PLASTIC_DOWN_BOX
Definition: Enumerations.H:668
@ _FL_OXY_THIN_UP_FRAME
oxy version of FL_THIN_UP_FRAME, use FL_OXY_THIN_UP_FRAME
Definition: Enumerations.H:699
@ _FL_OXY_DOWN_FRAME
oxy version of FL_DOWN_FRAME, use FL_OXY_DOWN_FRAME
Definition: Enumerations.H:696
@ _FL_OXY_THIN_DOWN_FRAME
oxy version of FL_THIN_DOWN_FRAME, use FL_OXY_THIN_DOWN_FRAME
Definition: Enumerations.H:700
@ _FL_GLEAM_DOWN_BOX
gleam version of FL_DOWN_BOX, use FL_GLEAM_DOWN_BOX
Definition: Enumerations.H:686
@ FL_DOWN_BOX
see figure Standard Box Types
Definition: Enumerations.H:640
@ FL_ENGRAVED_FRAME
see figure Standard Box Types
Definition: Enumerations.H:649
@ _FL_GTK_ROUND_UP_BOX
gtk+ version of FL_ROUND_UP_BOX, use FL_GTK_ROUND_UP_BOX
Definition: Enumerations.H:683
@ _FL_GLEAM_ROUND_DOWN_BOX
gleam version of FL_ROUND_DOWN_BOX, use FL_GLEAM_ROUND_DOWN_BOX
Definition: Enumerations.H:692
@ FL_FREE_BOXTYPE
the first free box type for creation of new box types
Definition: Enumerations.H:705
@ FL_UP_FRAME
see figure Standard Box Types
Definition: Enumerations.H:641
@ _FL_ROUND_UP_BOX
see figure Standard Box Types, use FL_ROUND_UP_BOX
Definition: Enumerations.H:659
@ _FL_GTK_UP_BOX
gtk+ version of FL_UP_BOX, use FL_GTK_UP_BOX
Definition: Enumerations.H:675
@ FL_UP_BOX
see figure Standard Box Types
Definition: Enumerations.H:639
@ FL_ENGRAVED_BOX
see figure Standard Box Types
Definition: Enumerations.H:647
@ _FL_OXY_DOWN_BOX
oxy version of FL_DOWN_BOX, use FL_OXY_DOWN_BOX
Definition: Enumerations.H:694
@ _FL_OXY_ROUND_UP_BOX
oxy version of FL_ROUND_UP_BOX, use FL_OXY_ROUND_UP_BOX
Definition: Enumerations.H:701
@ _FL_OVAL_BOX
see figure Standard Box Types, use FL_OVAL_BOX
Definition: Enumerations.H:663
@ _FL_PLASTIC_THIN_UP_BOX
plastic version of FL_THIN_UP_BOX, use FL_PLASTIC_THIN_UP_BOX
Definition: Enumerations.H:671
@ FL_THIN_DOWN_BOX
see figure Standard Box Types
Definition: Enumerations.H:644
@ _FL_GLEAM_UP_FRAME
gleam version of FL_UP_FRAME, use FL_GLEAM_UP_FRAME
Definition: Enumerations.H:687
@ _FL_GTK_DOWN_FRAME
gtk+ version of FL_DOWN_FRAME, use FL_GTK_DOWN_FRAME
Definition: Enumerations.H:678
@ FL_EMBOSSED_FRAME
see figure Standard Box Types
Definition: Enumerations.H:650
@ _FL_DIAMOND_DOWN_BOX
see figure Standard Box Types, use FL_DIAMOND_DOWN_BOX
Definition: Enumerations.H:662
@ FL_DOWN_FRAME
see figure Standard Box Types
Definition: Enumerations.H:642
@ _FL_PLASTIC_DOWN_FRAME
plastic version of FL_DOWN_FRAME, use FL_PLASTIC_DOWN_FRAME
Definition: Enumerations.H:670
@ _FL_ROUNDED_BOX
see figure Standard Box Types, use FL_ROUNDED_BOX
Definition: Enumerations.H:655
@ _FL_ROUND_DOWN_BOX
see figure Standard Box Types, use FL_ROUND_DOWN_BOX
Definition: Enumerations.H:660
@ _FL_DIAMOND_UP_BOX
see figure Standard Box Types, use FL_DIAMOND_UP_BOX
Definition: Enumerations.H:661
@ _FL_PLASTIC_THIN_DOWN_BOX
plastic version of FL_THIN_DOWN_BOX, use FL_PLASTIC_THIN_DOWN_BOX
Definition: Enumerations.H:672
@ FL_THIN_UP_FRAME
see figure Standard Box Types
Definition: Enumerations.H:645
@ _FL_GTK_THIN_DOWN_BOX
gtk+ version of FL_THIN_DOWN_BOX, use FL_GTK_THIN_DOWN_BOX
Definition: Enumerations.H:680
@ _FL_GLEAM_ROUND_UP_BOX
gleam version of FL_ROUND_UP_BOX, use FL_GLEAM_ROUND_UP_BOX
Definition: Enumerations.H:691
@ _FL_OXY_UP_BOX
oxy version of FL_UP_BOX, use FL_OXY_UP_BOX
Definition: Enumerations.H:693
@ _FL_GLEAM_UP_BOX
gleam version of FL_UP_BOX, use FL_GLEAM_UP_BOX
Definition: Enumerations.H:685
@ _FL_GLEAM_THIN_UP_BOX
gleam version of FL_THIN_UP_BOX, use FL_GLEAM_THIN_UP_BOX
Definition: Enumerations.H:689
@ _FL_OXY_BUTTON_UP_BOX
FL_OXY_BUTTON_UP_BOX (new boxtype ?), use FL_OXY_BUTTON_UP_BOX.
Definition: Enumerations.H:703
const Fl_Font FL_HELVETICA_BOLD
Helvetica (or Arial) bold.
Definition: Enumerations.H:1057
const Fl_Font FL_COURIER
Courier normal.
Definition: Enumerations.H:1060
const Fl_Align FL_ALIGN_LEFT
Align the label at the left of the widget.
Definition: Enumerations.H:992
Fl_Callback_Reason
These constants describe why a callback is performed.
Definition: Enumerations.H:446
@ FL_REASON_DESELECTED
an item was de-selected
Definition: Enumerations.H:449
@ FL_REASON_CANCELLED
a dialog was cancelled
Definition: Enumerations.H:454
@ FL_REASON_USER
user defined callback reasons
Definition: Enumerations.H:460
@ FL_REASON_RELEASED
the mouse button was released
Definition: Enumerations.H:458
@ FL_REASON_GOT_FOCUS
a widget received focus
Definition: Enumerations.H:456
@ FL_REASON_LOST_FOCUS
a widget lost focus
Definition: Enumerations.H:457
@ FL_REASON_CLOSED
an item was closed
Definition: Enumerations.H:452
@ FL_REASON_OPENED
an item was opened
Definition: Enumerations.H:451
@ FL_REASON_ENTER_KEY
user finished input pressing Enter
Definition: Enumerations.H:459
@ FL_REASON_CHANGED
the value of the widget was modified
Definition: Enumerations.H:455
@ FL_REASON_UNKNOWN
unknown or unset reason
Definition: Enumerations.H:447
@ FL_REASON_SELECTED
an item was selected
Definition: Enumerations.H:448
@ FL_REASON_DRAGGED
an item was dragged into a new place
Definition: Enumerations.H:453
@ FL_REASON_RESELECTED
an item was re-selected (double-clicked).
Definition: Enumerations.H:450
Fl_Labeltype fl_define_FL_EMBOSSED_LABEL()
Initializes the internal table entry for FL_EMBOSSED_LABEL and returns its internal value.
Definition: fl_engraved_label.cxx:108
const Fl_Align FL_ALIGN_IMAGE_MASK
Mask value to test for image alignment flags.
Definition: Enumerations.H:1045
const Fl_Font FL_COURIER_ITALIC
Courier italic.
Definition: Enumerations.H:1062
Fl_Contrast_Mode
Define the possible modes to calculate fl_contrast().
Definition: Enumerations.H:1194
@ FL_CONTRAST_LEGACY
legacy (FLTK 1.3.x) contrast function
Definition: Enumerations.H:1196
@ FL_CONTRAST_LAST
internal use only (invalid contrast mode)
Definition: Enumerations.H:1199
@ FL_CONTRAST_NONE
always return foreground color
Definition: Enumerations.H:1195
@ FL_CONTRAST_CUSTOM
optional custom contrast function
Definition: Enumerations.H:1198
@ FL_CONTRAST_CIELAB
new (FLTK 1.4.0) default function
Definition: Enumerations.H:1197
Fl_Orientation
Fl_Orientation describes the orientation of a GUI element.
Definition: Enumerations.H:1384
@ FL_ORIENT_UP
GUI element pointing up ( 90°)
Definition: Enumerations.H:1388
@ FL_ORIENT_SE
GUI element pointing SE (315°)
Definition: Enumerations.H:1393
@ FL_ORIENT_RIGHT
GUI element pointing right ( 0°)
Definition: Enumerations.H:1386
@ FL_ORIENT_LEFT
GUI element pointing left (180°)
Definition: Enumerations.H:1390
@ FL_ORIENT_NONE
GUI element direction is unspecified.
Definition: Enumerations.H:1385
@ FL_ORIENT_DOWN
GUI element pointing down (270°)
Definition: Enumerations.H:1392
@ FL_ORIENT_NE
GUI element pointing NE ( 45°)
Definition: Enumerations.H:1387
@ FL_ORIENT_SW
GUI element pointing SW (225°)
Definition: Enumerations.H:1391
@ FL_ORIENT_NW
GUI element pointing NW (135°)
Definition: Enumerations.H:1389
Fl_Color fl_lighter(Fl_Color c)
Returns a lighter version of the specified color.
Definition: Enumerations.H:1219
This file contains simple "C"-style type definitions.
unsigned char uchar
unsigned char
Definition: fl_types.h:30
Fl_Color fl_inactive(Fl_Color c)
Returns the inactive, dimmed version of the given color.
Definition: fl_color.cxx:167
Fl_Color fl_contrast(Fl_Color fg, Fl_Color bg, int context=0, int size=0)
Returns a color that contrasts with the background color.
Definition: fl_contrast.cxx:506
double fl_lightness(Fl_Color color)
Return the perceived lightness of a color.
Definition: fl_contrast.cxx:122
void fl_contrast_level(int level)
Set the contrast level (sensitivity) of the fl_contrast() method.
Definition: fl_contrast.cxx:183
void fl_contrast_function(Fl_Contrast_Function *f)
Register a custom contrast function.
Definition: fl_contrast.cxx:306
void fl_contrast_mode(int mode)
Set the contrast algorithm (mode).
Definition: fl_contrast.cxx:256
Fl_Color fl_color_average(Fl_Color c1, Fl_Color c2, float weight)
Returns the weighted average color between the two given colors.
Definition: fl_color.cxx:146
double fl_luminance(Fl_Color color)
Return the raw / physical luminance of a color.
Definition: fl_contrast.cxx:90
Definitions of platform-dependent types.