|
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) ![]() |
#include <CodeEditor.h>


Public Member Functions | |
| CodeViewer (int X, int Y, int W, int H, const char *L=0) | |
Protected Member Functions | |
| int | handle (int ev) |
| Event handling. | |
Definition at line 73 of file CodeEditor.h.
| CodeViewer::CodeViewer | ( | int | X, |
| int | Y, | ||
| int | W, | ||
| int | H, | ||
| const char * | L = 0 |
||
| ) |
Definition at line 409 of file CodeEditor.cxx.
References Fl_Text_Display::CARET_CURSOR, Fl_Text_Display::cursor_style(), Fl_Text_Editor::default_key_function(), Fl_Text_Editor::key_bindings, Fl_Text_Editor::kf_ignore(), and Fl_Text_Editor::remove_all_key_bindings().
| int CodeViewer::handle | ( | int | e | ) | [inline, protected, virtual] |