|
void | fl_initialize (int *, char *[], const char *, void *, int) |
|
void | fl_finish () |
|
void | fl_add_io_callback (int fd, short w, FL_IO_CALLBACK cb, void *v) |
|
void | fl_remove_io_callback (int fd, short, FL_IO_CALLBACK) |
|
void | fl_add_timeout (long msec, void(*cb)(void *), void *v) |
|
void | fl_remove_timeout (int) |
|
void | fl_set_idle_callback (void(*cb)()) |
|
Fl_Widget * | fl_do_forms (void) |
|
Fl_Widget * | fl_check_forms () |
|
Fl_Widget * | fl_do_only_forms (void) |
|
Fl_Widget * | fl_check_only_forms (void) |
|
void | fl_freeze_object (Fl_Widget *) |
|
void | fl_unfreeze_object (Fl_Widget *) |
|
void | fl_freeze_form (Fl_Window *) |
|
void | fl_unfreeze_form (Fl_Window *) |
|
void | fl_freeze_all_forms () |
|
void | fl_unfreeze_all_forms () |
|
void | fl_set_focus_object (Fl_Window *, Fl_Widget *o) |
|
void | fl_reset_focus_object (Fl_Widget *o) |
|
void | fl_set_object_boxtype (Fl_Widget *o, Fl_Boxtype a) |
|
void | fl_set_object_lsize (Fl_Widget *o, int s) |
|
void | fl_set_object_lstyle (Fl_Widget *o, int a) |
|
void | fl_set_object_lcol (Fl_Widget *o, Fl_Color a) |
|
void | fl_set_object_lalign (Fl_Widget *o, Fl_Align a) |
|
void | fl_set_object_color (Fl_Widget *o, Fl_Color a, Fl_Color b) |
|
void | fl_set_object_label (Fl_Widget *o, const char *a) |
|
void | fl_set_object_position (Fl_Widget *o, int x, int y) |
|
void | fl_set_object_size (Fl_Widget *o, int w, int h) |
|
void | fl_set_object_geometry (Fl_Widget *o, int x, int y, int w, int h) |
|
void | fl_get_object_geometry (Fl_Widget *o, int *x, int *y, int *w, int *h) |
|
void | fl_get_object_position (Fl_Widget *o, int *x, int *y) |
|
void | fl_set_object_callback (Fl_Widget *o, Forms_CB c, long a) |
|
void | fl_call_object_callback (Fl_Widget *o) |
|
void | fl_trigger_object (Fl_Widget *o) |
|
void | fl_set_object_return (Fl_Widget *o, int v) |
|
void | fl_redraw_object (Fl_Widget *o) |
|
void | fl_show_object (Fl_Widget *o) |
|
void | fl_hide_object (Fl_Widget *o) |
|
void | fl_free_object (Fl_Widget *x) |
|
void | fl_delete_object (Fl_Widget *o) |
|
void | fl_activate_object (Fl_Widget *o) |
|
void | fl_deactivate_object (Fl_Widget *o) |
|
void | fl_add_object (Fl_Window *f, Fl_Widget *x) |
|
void | fl_insert_object (Fl_Widget *o, Fl_Widget *b) |
|
Fl_Window * | FL_ObjWin (Fl_Widget *o) |
|
int | fl_get_border_width () |
|
void | fl_set_border_width (int) |
|
void | fl_set_object_dblbuffer (Fl_Widget *, int) |
|
void | fl_set_form_dblbuffer (Fl_Window *, int) |
|
void | fl_free_form (Fl_Window *x) |
|
void | fl_redraw_form (Fl_Window *f) |
|
Fl_Window * | fl_bgn_form (Fl_Boxtype b, int w, int h) |
|
void | fl_end_form () |
|
void | fl_addto_form (Fl_Window *f) |
|
Fl_Group * | fl_bgn_group () |
|
void | fl_end_group () |
|
void | fl_addto_group (Fl_Widget *o) |
|
void | fl_scale_form (Fl_Window *f, double x, double y) |
|
void | fl_set_form_position (Fl_Window *f, int x, int y) |
|
void | fl_set_form_size (Fl_Window *f, int w, int h) |
|
void | fl_set_form_geometry (Fl_Window *f, int x, int y, int w, int h) |
|
void | fl_adjust_form_size (Fl_Window *) |
|
void | fl_show_form (Fl_Window *f, int p, int b, const char *n) |
|
void | fl_set_form_hotspot (Fl_Window *w, int x, int y) |
|
void | fl_set_form_hotobject (Fl_Window *w, Fl_Widget *o) |
|
void | fl_flip_yorigin () |
|
void | fl_show_form_window (Fl_Window *) |
|
void | fl_raise_form (Fl_Window *f) |
|
void | fl_hide_form (Fl_Window *f) |
|
void | fl_pop_form (Fl_Window *f) |
|
void | fl_activate_all_forms () |
|
void | fl_deactivate_all_forms () |
|
void | fl_deactivate_form (Fl_Window *w) |
|
void | fl_activate_form (Fl_Window *w) |
|
void | fl_set_form_title (Fl_Window *f, const char *s) |
|
void | fl_title_form (Fl_Window *f, const char *s) |
|
void | fl_set_form_callback (Fl_Window *f, Forms_FormCB c) |
|
void | fl_init () |
|
void | fl_set_graphics_mode (int, int) |
|
int | fl_form_is_visible (Fl_Window *f) |
|
int | fl_mouse_button () |
|
void | fl_drw_box (Fl_Boxtype b, int x, int y, int w, int h, Fl_Color bgc, int=3) |
|
void | fl_drw_frame (Fl_Boxtype b, int x, int y, int w, int h, Fl_Color bgc, int=3) |
|
void | fl_drw_text (Fl_Align align, int x, int y, int w, int h, Fl_Color fgcolor, int size, Fl_Font style, const char *s) |
|
void | fl_drw_text_beside (Fl_Align align, int x, int y, int w, int h, Fl_Color fgcolor, int size, Fl_Font style, const char *s) |
|
void | fl_set_font_name (Fl_Font n, const char *s) |
|
void | fl_mapcolor (Fl_Color c, uchar r, uchar g, uchar b) |
|
Fl_Widget * | fl_add_new (Fl_Widget *p) |
|
Fl_Widget * | fl_add_new (uchar t, Fl_Widget *p) |
|
Fl_FormsBitmap * | fl_add_bitmap (Fl_Boxtype t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_bitmap_data (Fl_Widget *o, int w, int h, const uchar *b) |
|
Fl_FormsPixmap * | fl_add_pixmap (Fl_Boxtype t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_pixmap_data (Fl_Widget *o, char *const *b) |
|
void | fl_set_pixmap_align (Fl_Widget *o, Fl_Align a, int, int) |
|
Fl_Box * | fl_add_box (Fl_Boxtype t, int x, int y, int w, int h, const char *l) |
|
Fl_Browser * | fl_add_browser (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_clear_browser (Fl_Widget *o) |
|
void | fl_add_browser_line (Fl_Widget *o, const char *s) |
|
void | fl_addto_browser (Fl_Widget *o, const char *s) |
|
void | fl_insert_browser_line (Fl_Widget *o, int n, const char *s) |
|
void | fl_delete_browser_line (Fl_Widget *o, int n) |
|
void | fl_replace_browser_line (Fl_Widget *o, int n, const char *s) |
|
char * | fl_get_browser_line (Fl_Widget *o, int n) |
|
int | fl_load_browser (Fl_Widget *o, const char *f) |
|
void | fl_select_browser_line (Fl_Widget *o, int n) |
|
void | fl_deselect_browser_line (Fl_Widget *o, int n) |
|
void | fl_deselect_browser (Fl_Widget *o) |
|
int | fl_isselected_browser_line (Fl_Widget *o, int n) |
|
int | fl_get_browser_topline (Fl_Widget *o) |
|
int | fl_get_browser (Fl_Widget *o) |
|
int | fl_get_browser_maxline (Fl_Widget *o) |
|
void | fl_set_browser_topline (Fl_Widget *o, int n) |
|
void | fl_set_browser_fontsize (Fl_Widget *o, int s) |
|
void | fl_set_browser_fontstyle (Fl_Widget *o, Fl_Font s) |
|
void | fl_set_browser_specialkey (Fl_Widget *o, char c) |
|
void | fl_setdisplayed_browser_line (Fl_Widget *o, int n, int i) |
|
int | fl_isdisplayed_browser_line (Fl_Widget *o, int n) |
|
Fl_Button * | fl_add_button (uchar t, int x, int y, int w, int h, const char *l) |
|
int | fl_get_button (Fl_Widget *b) |
|
void | fl_set_button (Fl_Widget *b, int v) |
|
int | fl_get_button_numb (Fl_Widget *) |
|
void | fl_set_button_shortcut (Fl_Widget *b, const char *s, int=0) |
|
Fl_Light_Button * | fl_add_lightbutton (uchar t, int x, int y, int w, int h, const char *l) |
|
Fl_Round_Button * | fl_add_roundbutton (uchar t, int x, int y, int w, int h, const char *l) |
|
Fl_Round_Button * | fl_add_round3dbutton (uchar t, int x, int y, int w, int h, const char *l) |
|
Fl_Check_Button * | fl_add_checkbutton (uchar t, int x, int y, int w, int h, const char *l) |
|
Fl_Widget * | fl_add_bitmapbutton (int t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_bitmapbutton_data (Fl_Widget *o, int a, int b, uchar *c) |
|
Fl_Widget * | fl_add_pixmapbutton (int t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_pixmapbutton_data (Fl_Widget *o, const char *const *c) |
|
Fl_Chart * | fl_add_chart (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_clear_chart (Fl_Widget *o) |
|
void | fl_add_chart_value (Fl_Widget *o, double v, const char *s, uchar c) |
|
void | fl_insert_chart_value (Fl_Widget *o, int i, double v, const char *s, uchar c) |
|
void | fl_replace_chart_value (Fl_Widget *o, int i, double v, const char *s, uchar c) |
|
void | fl_set_chart_bounds (Fl_Widget *o, double a, double b) |
|
void | fl_set_chart_maxnumb (Fl_Widget *o, int v) |
|
void | fl_set_chart_autosize (Fl_Widget *o, int v) |
|
void | fl_set_chart_lstyle (Fl_Widget *o, Fl_Font v) |
|
void | fl_set_chart_lsize (Fl_Widget *o, int v) |
|
void | fl_set_chart_lcolor (Fl_Widget *o, Fl_Color v) |
|
Fl_Choice * | fl_add_choice (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_clear_choice (Fl_Widget *o) |
|
void | fl_addto_choice (Fl_Widget *o, const char *s) |
|
void | fl_replace_choice (Fl_Widget *o, int i, const char *s) |
|
void | fl_delete_choice (Fl_Widget *o, int i) |
|
void | fl_set_choice (Fl_Widget *o, int i) |
|
int | fl_get_choice (Fl_Widget *o) |
|
const char * | fl_get_choice_text (Fl_Widget *o) |
|
void | fl_set_choice_fontsize (Fl_Widget *o, int x) |
|
void | fl_set_choice_fontstyle (Fl_Widget *o, Fl_Font x) |
|
Fl_Clock * | fl_add_clock (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_get_clock (Fl_Widget *o, int *h, int *m, int *s) |
|
Fl_Counter * | fl_add_counter (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_counter_value (Fl_Widget *o, double v) |
|
void | fl_set_counter_bounds (Fl_Widget *o, double a, double b) |
|
void | fl_set_counter_step (Fl_Widget *o, double a, double b) |
|
void | fl_set_counter_precision (Fl_Widget *o, int v) |
|
void | fl_set_counter_return (Fl_Widget *o, int v) |
|
double | fl_get_counter_value (Fl_Widget *o) |
|
void | fl_get_counter_bounds (Fl_Widget *o, float *a, float *b) |
|
void | fl_set_cursor (Fl_Window *w, Fl_Cursor c) |
|
Fl_Dial * | fl_add_dial (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_dial_value (Fl_Widget *o, double v) |
|
double | fl_get_dial_value (Fl_Widget *o) |
|
void | fl_set_dial_bounds (Fl_Widget *o, double a, double b) |
|
void | fl_get_dial_bounds (Fl_Widget *o, float *a, float *b) |
|
void | fl_set_dial_return (Fl_Widget *o, int i) |
|
void | fl_set_dial_angles (Fl_Widget *o, int a, int b) |
|
void | fl_set_dial_step (Fl_Widget *o, double v) |
|
Fl_Widget * | fl_add_frame (Fl_Boxtype i, int x, int y, int w, int h, const char *l) |
|
Fl_Widget * | fl_add_labelframe (Fl_Boxtype i, int x, int y, int w, int h, const char *l) |
|
Fl_Free * | fl_add_free (int t, double x, double y, double w, double h, const char *l, FL_HANDLEPTR hdl) |
|
int | fl_show_question (const char *c, int=0) |
|
void | fl_show_message (const char *, const char *, const char *) |
|
void | fl_show_alert (const char *, const char *, const char *, int=0) |
|
int | fl_show_question (const char *, const char *, const char *) |
|
const char * | fl_show_input (const char *l, const char *d=0) |
|
char * | fl_show_simple_input (const char *label, const char *deflt=0) |
|
int | fl_show_choice (const char *m1, const char *m2, const char *m3, int numb, const char *b0, const char *b1, const char *b2) |
|
void | fl_set_goodies_font (Fl_Font a, Fl_Fontsize b) |
|
int | fl_show_choices (const char *c, int n, const char *b1, const char *b2, const char *b3, int) |
|
int | do_matching (char *a, const char *b) |
|
char * | fl_show_file_selector (const char *message, const char *dir, const char *pat, const char *fname) |
|
char * | fl_get_directory () |
|
char * | fl_get_pattern () |
|
char * | fl_get_filename () |
|
Fl_Input * | fl_add_input (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_input (Fl_Widget *o, const char *v) |
|
void | fl_set_input_return (Fl_Widget *o, int x) |
|
void | fl_set_input_color (Fl_Widget *o, Fl_Color a, Fl_Color b) |
|
void | fl_set_input_cursorpos (Fl_Widget *o, int x, int) |
|
int | fl_get_input_cursorpos (Fl_Widget *o, int *x, int *y) |
|
const char * | fl_get_input (Fl_Widget *o) |
|
Fl_Menu_Button * | fl_add_menu (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_clear_menu (Fl_Widget *o) |
|
void | fl_set_menu (Fl_Widget *o, const char *s) |
|
void | fl_addto_menu (Fl_Widget *o, const char *s) |
|
void | fl_replace_menu_item (Fl_Widget *o, int i, const char *s) |
|
void | fl_delete_menu_item (Fl_Widget *o, int i) |
|
void | fl_set_menu_item_shortcut (Fl_Widget *o, int i, const char *s) |
|
void | fl_set_menu_item_mode (Fl_Widget *o, int i, long x) |
|
void | fl_show_menu_symbol (Fl_Widget *, int) |
|
int | fl_get_menu (Fl_Widget *o) |
|
const char * | fl_get_menu_item_text (Fl_Widget *o, int i) |
|
int | fl_get_menu_maxitems (Fl_Widget *o) |
|
int | fl_get_menu_item_mode (Fl_Widget *o, int i) |
|
const char * | fl_get_menu_text (Fl_Widget *o) |
|
Fl_Positioner * | fl_add_positioner (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_positioner_xvalue (Fl_Widget *o, double v) |
|
double | fl_get_positioner_xvalue (Fl_Widget *o) |
|
void | fl_set_positioner_xbounds (Fl_Widget *o, double a, double b) |
|
void | fl_get_positioner_xbounds (Fl_Widget *o, float *a, float *b) |
|
void | fl_set_positioner_yvalue (Fl_Widget *o, double v) |
|
double | fl_get_positioner_yvalue (Fl_Widget *o) |
|
void | fl_set_positioner_ybounds (Fl_Widget *o, double a, double b) |
|
void | fl_get_positioner_ybounds (Fl_Widget *o, float *a, float *b) |
|
void | fl_set_positioner_xstep (Fl_Widget *o, double v) |
|
void | fl_set_positioner_ystep (Fl_Widget *o, double v) |
|
void | fl_set_positioner_return (Fl_Widget *o, int v) |
|
Fl_Slider * | fl_add_slider (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_slider_value (Fl_Widget *o, double v) |
|
double | fl_get_slider_value (Fl_Widget *o) |
|
void | fl_set_slider_bounds (Fl_Widget *o, double a, double b) |
|
void | fl_get_slider_bounds (Fl_Widget *o, float *a, float *b) |
|
void | fl_set_slider_return (Fl_Widget *o, int i) |
|
void | fl_set_slider_step (Fl_Widget *o, double v) |
|
void | fl_set_slider_size (Fl_Widget *o, double v) |
|
Fl_Value_Slider * | fl_add_valslider (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_slider_precision (Fl_Widget *o, int i) |
|
Fl_FormsText * | fl_add_text (Fl_Boxtype t, int x, int y, int w, int h, const char *l) |
|
Fl_Timer * | fl_add_timer (uchar t, int x, int y, int w, int h, const char *l) |
|
void | fl_set_timer (Fl_Widget *o, double v) |
|
double | fl_get_timer (Fl_Widget *o) |
|
void | fl_suspend_timer (Fl_Widget *o) |
|
void | fl_resume_timer (Fl_Widget *o) |
|
void | fl_set_timer_countup (Fl_Widget *o, char d) |
|
void | fl_gettime (long *sec, long *usec) |
|
int | fl_double_click () |
|
void | fl_draw () |
|