• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List
  • File Members

names.h

00001 //
00002 // "$Id$"
00003 //
00004 // Event names header file for the Fast Light Tool Kit (FLTK).
00005 //
00006 // Copyright 1998-2010 by Bill Spitzak and others.
00007 //
00008 // This library is free software. Distribution and use rights are outlined in
00009 // the file "COPYING" which should have been included with this file.  If this
00010 // file is missing or damaged, see the license at:
00011 //
00012 //     http://www.fltk.org/COPYING.php
00013 //
00014 // Please report all bugs and problems on the following page:
00015 //
00016 //     http://www.fltk.org/str.php
00017 //
00018 
00019 // Thanks to Greg Ercolano for this addition.
00020 
00021 #ifndef FL_NAMES_H
00022 #define FL_NAMES_H
00023 
00043 const char * const fl_eventnames[] =
00044 {
00045   "FL_NO_EVENT",
00046   "FL_PUSH",
00047   "FL_RELEASE",
00048   "FL_ENTER",
00049   "FL_LEAVE",
00050   "FL_DRAG",
00051   "FL_FOCUS",
00052   "FL_UNFOCUS",
00053   "FL_KEYDOWN",
00054   "FL_KEYUP",
00055   "FL_CLOSE",
00056   "FL_MOVE",
00057   "FL_SHORTCUT",
00058   "FL_DEACTIVATE",
00059   "FL_ACTIVATE",
00060   "FL_HIDE",
00061   "FL_SHOW",
00062   "FL_PASTE",
00063   "FL_SELECTIONCLEAR",
00064   "FL_MOUSEWHEEL",
00065   "FL_DND_ENTER",
00066   "FL_DND_DRAG",
00067   "FL_DND_LEAVE",
00068   "FL_DND_RELEASE",
00069   "FL_SCREEN_CONFIGURATION_CHANGED",
00070   "FL_FULLSCREEN",
00071   "FL_ZOOM_GESTURE",
00072   "FL_EVENT_27",  // not yet defined, just in case they /will/ be defined ...
00073   "FL_EVENT_28",
00074   "FL_EVENT_29",
00075   "FL_EVENT_30"
00076 };
00077 
00095 const char * const fl_fontnames[] =
00096 {
00097   "FL_HELVETICA",
00098   "FL_HELVETICA_BOLD",
00099   "FL_HELVETICA_ITALIC",
00100   "FL_HELVETICA_BOLD_ITALIC",
00101   "FL_COURIER",
00102   "FL_COURIER_BOLD",
00103   "FL_COURIER_ITALIC",
00104   "FL_COURIER_BOLD_ITALIC",
00105   "FL_TIMES",
00106   "FL_TIMES_BOLD",
00107   "FL_TIMES_ITALIC",
00108   "FL_TIMES_BOLD_ITALIC",
00109   "FL_SYMBOL",
00110   "FL_SCREEN",
00111   "FL_SCREEN_BOLD",
00112   "FL_ZAPF_DINGBATS",
00113 };
00114 
00117 #endif /* FL_NAMES_H */
00118 
00119 //
00120 // End of "$Id$".
00121 //
  • © 1998-2016 by Bill Spitzak and others.     FLTK

  • © 1998-2016 by Bill Spitzak and others.     FLTK

    Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.