From 11d2b6c11604a1e355e3f9b40762f59b4d434e07 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 9 Feb 2025 21:53:20 +1300 Subject: Untangling of main Fl.H binding map docs --- doc/fl_(fltk-errors).html | 115 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 doc/fl_(fltk-errors).html (limited to 'doc/fl_(fltk-errors).html') diff --git a/doc/fl_(fltk-errors).html b/doc/fl_(fltk-errors).html new file mode 100644 index 0000000..7ccbe38 --- /dev/null +++ b/doc/fl_(fltk-errors).html @@ -0,0 +1,115 @@ + + + + + + Fl (FLTK.Errors) Binding Map + + + + + + +

Fl (FLTK.Errors) Binding Map

+ + +Back to Index + + + + + + + + + + +
Package name
FlFLTK.Errors
+ + + + + + + + + + + +
Types
void (*)(const char *, ...)Error_Function
+ + + + + + + + + + + + + + + + + + + + + +
Static Attributes
+static void (*error)(const char *, ...) = ::error;
+
+Current_Error : Error_Function := Default_Error'Access;
+
+static void (*fatal)(const char *, ...) = ::fatal;
+
+Current_Fatal : Error_Function := Default_Fatal'Access;
+
+static void (*warning)(const char *, ...) = ::warning;
+
+Current_Warning : Error_Function := Default_Warning'Access;
+
+ + + + + + + + + + + + + + + + + + + + + +
Static Functions and Procedures
+static void error(const char *format, ...);
+
+procedure Default_Error
+       (Message : in String);
+
+static void fatal(const char *format, ...);
+
+procedure Default_Fatal
+       (Message : in String);
+
+static void warning(const char *, ...);
+
+procedure Default_Warning
+       (Message : in String);
+
+ + + + + -- cgit