fltk/error.h File Reference

#include "FL_API.h"

Namespaces

namespace  fltk

Variables

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

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.