fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

Fl_Input.cxx File Reference

#include <stdio.h>
#include <stdlib.h>
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Input.H>
#include <FL/fl_draw.H>
#include <FL/fl_ask.H>
#include "flstring.h"
Include dependency graph for Fl_Input.cxx:

Go to the source code of this file.

Defines

#define NORMAL_INPUT_MOVE   (Fl::option(Fl::OPTION_ARROW_FOCUS) ? 0 : 1)
#define ctrl(x)   ((x)^0x40)

Define Documentation

#define ctrl (   x)    ((x)^0x40)

Definition at line 79 of file Fl_Input.cxx.

#define NORMAL_INPUT_MOVE   (Fl::option(Fl::OPTION_ARROW_FOCUS) ? 0 : 1)

Definition at line 77 of file Fl_Input.cxx.