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)  

CodeViewer Class Reference

#include <CodeEditor.h>

Inheritance diagram for CodeViewer:
Collaboration diagram for CodeViewer:

List of all members.

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.

Detailed Description

Definition at line 73 of file CodeEditor.h.


Constructor & Destructor Documentation

CodeViewer::CodeViewer ( int  X,
int  Y,
int  W,
int  H,
const char *  L = 0 
)

Member Function Documentation

int CodeViewer::handle ( int  e) [inline, protected, virtual]

Event handling.

Reimplemented from Fl_Text_Editor.

Definition at line 81 of file CodeEditor.h.


The documentation for this class was generated from the following files: