Fl Binding Map

Back to Index
Package names
Fl FLTK
Types
void * Wrapper
enum {
FL_MENU_INACTIVE = 1,
FL_MENU_TOGGLE = 2,
FL_MENU_VALUE = 4,
FL_MENU_RADIO = 8,
FL_MENU_INVISIBLE = 0x10,
FL_SUBMENU_POINTER = 0x20,
FL_SUBMENU = 0x40,
FL_MENU_DIVIDER = 0x80,
FL_MENU_HORIZONTAL = 0x100 }
Menu_Flag
Errors
  Internal_FLTK_Error
Static Attributes
static char const * const clipboard_image = "image";
Clipboard_Image : constant String;
static char const * const clipboard_plain_text = "text/plain";
Clipboard_Plain_Text : constant String;
Static Functions and Procedures
static int abi_check(const int val=FL_ABI_VERSION);
function ABI_Check
       (ABI_Ver : in Version_Number)
    return Boolean;
static int abi_version();
function ABI_Version
    return Version_Number;
static int api_version();
function API_Version
    return Version_Number;
static void cairo_autolink_context(bool alink);
 
static bool cairo_autolink_context();
 
static cairo_t * cairo_cc();
 
static void cairo_cc(cairo_t *c, bool own=false);
 
static cairo_t * cairo_make_current(Fl_Window *w);
 
static int check();
procedure Check;

function Check
    return Boolean;
static void clear_widget_pointer(Fl_Widget const *w);
Marked as internal use only.
static void delete_widget(Fl_Widget *w);
Used automatically as appropriate by the binding.
static void do_widget_deletion();
Marked as internal use only.
static int gl_visual(int, int *alist=0);
 
static int ready();
function Ready
    return Boolean;
static void release_widget_pointer(Fl_Widget *&w);
Marked as internal use only.
static int run();
function Run
    return Integer;
static void use_high_res_GL(int val);
 
static int use_high_res_GL();
 
 
function Is_Valid
       (Object : in Wrapper)
    return Boolean;
static double version();
function Version
    return Version_Number;
static int wait();
function Wait
    return Integer;
static double wait(double time);
function Wait
       (Seconds : in Long_Float)
    return Long_Float;
static void watch_widget_pointer(Fl_Widget *&w);
Marked as internal use only.