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 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 awake(void *message=0); |
procedure Awake; |
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(); |
function Check return Boolean; |
static void clear_widget_pointer(Fl_Widget const *w); |
Marked as internal use only. |
static void damage(int d); |
procedure Set_Damaged (To : in Boolean); |
static int damage(); |
function Is_Damaged return Boolean; |
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 void flush(); |
procedure Flush; |
static int gl_visual(int, int *alist=0); |
|
static int handle(int, Fl_Window *); static int handle_(int, Fl_Window *); |
|
static int lock(); |
procedure Lock; |
static int ready(); |
function Ready return Boolean; |
static void redraw(); |
procedure Redraw; |
static void release_widget_pointer(Fl_Widget *&w); |
Marked as internal use only. |
static int run(); |
function Run return Integer; |
static void * thread_message(); |
|
static void unlock(); |
procedure Unlock; |
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. |