fltk/error.h File Reference

Namespaces

namespace  fltk

Variables

fltk/error.h
void(* fltk::warning )(const char *,...)
void(* fltk::error )(const char *,...)
void(* fltk::fatal )(const char *,...)

Detailed Description

Functions to report errors and possibly kill the program. You can change these pointers from their default values so that fltk calls your code instead.