This is xforms.info, produced by makeinfo version 4.13 from xforms.texi. INFO-DIR-SECTION Development START-INFO-DIR-ENTRY * XForms: (xforms). A Graphical user interface toolkit for X END-INFO-DIR-ENTRY  File: xforms.info, Node: Color Quantization, Next: Remarks, Prev: Memory Allocation, Up: Utilities 37.8.2 Color Quantization ------------------------- In order to display a RGB image on a color-mapped device of limited depth, the number of colors in the original image will have to be reduced. Color quantization is one way of doing this. Two color quantization algorithms are available in the Forms Library. One uses Heckbert's median cut algorithm followed by Floyd-Steinberg dithering after which the pixels are mapped to the colors selected. The code implementing this is from the Independent JPEG Group's two pass quantizer (`jquant2.c' in the IJG's distribution), which under copyright (c) 1991-1996 by Thomas G. Lane and the IJG. Another method is based on the Octree quantization algorithm with no dithering and is implemented by Steve Lamont (`spl@ucsd.edu') and is under vopyright (c) 1998 by Steve Lamont and the National Center for Microscopy and Imaging Research. This quantization library is available from `ftp://ncmir.ucsd.edu/pub/quantize/libquantize.html'. The quantizer based on this library is not compiled into the image support. The source code for using this quantizer is in `image' subdirectory. By default, the median cut algorithm is used. You can switch to the octree based algorithm using the following call void flimage_select_octree_quantizer(void); To switch back to the median cut quantizer use void flimage_select_mediancut_quantizer(void); The median-cut quantizer tends to give better images because of the dithering step. However, in this particular implementation, the number of quantized colors is limited to 256. There is no such limit with the octree quantizer implementation.  File: xforms.info, Node: Remarks, Prev: Color Quantization, Up: Utilities 37.8.3 Remarks -------------- See `itest.c' and `ibrowser.c' for example use of the image support in Forms Library. `iconvert.c' is a program that converts between different file formats and does not require an X connection. Due to access limitations, not all combinations of display depth and bits per pixel (bpp) are tested. Depths of 1 bit (1 bpp), 4 bits (8 bpp), 8 bits (8 bpp), 16 bits (16 bpp), 24 bits (32 bpp), 30 bits (32 bpp) were tested. Although it works in 12 bit PseudoColor mode, due to limitations of the default quantizer the display function does not take full advantage of the larger lookup table. Special provisions were made so a gray12 image will be displayed in 4096 shades of gray if the hardware supports 12-bit grayscale. If JPEG support (`image_jpeg.c') is not compiled into the Forms Library, you can obtain the jpeg library source from `ftp://ftp.uu.net/graphics/jpeg'.  File: xforms.info, Node: Index of Functions, Next: Index of Global Variables, Prev: Part VI Images, Up: Top Index of Functions ****************** [index] * Menu: * fl_activate_all_forms() <1>: Doing Interaction. (line 254) * fl_activate_all_forms(): Dealing With Multiple Windows. (line 44) * fl_activate_event_callbacks() <1>: Doing Interaction. (line 323) * fl_activate_event_callbacks(): Using Callback Functions. (line 120) * fl_activate_form() <1>: Doing Interaction. (line 250) * fl_activate_form(): Dealing With Multiple Windows. (line 20) * fl_activate_glcanvas(): OpenGL Canvas. (line 56) * fl_activate_object() <1>: Doing Interaction. (line 276) * fl_activate_object(): Deactivating and Triggering Objects. (line 12) * fl_add_bitmap(): Adding Bitmap Objects. (line 6) * fl_add_bitmapbutton(): Adding Button Objects. (line 6) * fl_add_box() <1>: Adding Box Objects. (line 6) * fl_add_box(): Boxes. (line 9) * fl_add_browser(): Adding Browser Objects. (line 6) * fl_add_browser_line(): Other Browser Routines. (line 12) * fl_add_browser_line_f(): Other Browser Routines. (line 12) * fl_add_button() <1>: Adding Button Objects. (line 6) * fl_add_button(): Buttons. (line 11) * fl_add_button_class(): Part IV New Buttons. (line 72) * fl_add_canvas(): Adding Canvas Objects. (line 6) * fl_add_canvas_handler(): Canvas Interaction. (line 21) * fl_add_chart(): Adding Chart Objects. (line 6) * fl_add_chart_value(): Other Chart Routines. (line 10) * fl_add_checkbutton(): Adding Button Objects. (line 6) * fl_add_child(): Part IV The Type FL_OBJECT. (line 363) * fl_add_choice(): Adding Choice Objects. (line 6) * fl_add_clock(): Adding Clock Objects. (line 6) * fl_add_counter(): Adding Counter Objects. (line 6) * fl_add_dial(): Adding Dial Objects. (line 6) * fl_add_event_callback() <1>: Doing Interaction. (line 308) * fl_add_event_callback(): Using Callback Functions. (line 99) * fl_add_formbrowser(): Adding FormBrowser Objects. (line 6) * fl_add_frame(): Adding Frame Objects. (line 6) * fl_add_free(): Free Object. (line 6) * fl_add_fselector_appbutton(): File Selector. (line 127) * fl_add_glcanvas(): OpenGL Canvas. (line 11) * fl_add_input() <1>: Adding Input Objects. (line 6) * fl_add_input(): Input Fields. (line 9) * fl_add_io_callback(): Handling Other Input Sources. (line 12) * fl_add_labelbutton(): Adding Button Objects. (line 6) * fl_add_labelframe(): Adding LabelFrame Objects. (line 6) * fl_add_lightbutton(): Adding Button Objects. (line 6) * fl_add_menu(): Adding Menu Objects. (line 6) * fl_add_nmenu(): Adding Nmenu Objects. (line 6) * fl_add_nmenu_items(): Adding Nmenu Objects. (line 30) * fl_add_nmenu_items2(): Other Nmenu Routines. (line 59) * fl_add_object() <1>: Creating Forms. (line 77) * fl_add_object(): Adding and Removing Objects. (line 32) * fl_add_pixmap(): Adding Pixmap Objects. (line 6) * fl_add_pixmapbutton(): Adding Button Objects. (line 6) * fl_add_positioner(): Adding Positioner Objects. (line 6) * fl_add_round3dbutton(): Adding Button Objects. (line 6) * fl_add_roundbutton(): Adding Button Objects. (line 6) * fl_add_scrollbar(): Adding Scrollbar Objects. (line 6) * fl_add_scrollbutton(): Adding Button Objects. (line 6) * fl_add_select(): Adding Select Objects. (line 6) * fl_add_select_items(): Adding Select Objects. (line 28) * fl_add_signal_callback(): Signals. (line 16) * fl_add_slider() <1>: Adding Slider Objects. (line 6) * fl_add_slider(): Sliders. (line 7) * fl_add_spinner(): Adding Spinner Objects. (line 6) * fl_add_symbol(): Symbols. (line 84) * fl_add_tabfolder(): Adding Folder Objects. (line 6) * fl_add_text() <1>: Adding Text Objects. (line 6) * fl_add_text(): Texts. (line 8) * fl_add_thumbwheel(): Adding Thumbwheel Objects. (line 6) * fl_add_timeout() <1>: Idle Callbacks and Timeouts. (line 36) * fl_add_timeout(): Periodic Events and Non-blocking Interaction. (line 48) * fl_add_timer(): Adding Timer Objects. (line 6) * fl_add_valslider() <1>: Adding Slider Objects. (line 9) * fl_add_valslider(): ValSliders. (line 10) * fl_add_xyplot(): Adding XYPlot Objects. (line 6) * fl_add_xyplot_overlay(): Other XYPlot Routines. (line 159) * fl_add_xyplot_overlay_file(): Other XYPlot Routines. (line 167) * fl_add_xyplot_text(): Other XYPlot Routines. (line 222) * fl_addto_browser(): Other Browser Routines. (line 22) * fl_addto_browser_chars(): Other Browser Routines. (line 31) * fl_addto_browser_chars_f(): Other Browser Routines. (line 31) * fl_addto_browser_f(): Other Browser Routines. (line 22) * fl_addto_choice(): Other Choice Routines. (line 7) * fl_addto_choice_f(): Other Choice Routines. (line 7) * fl_addto_command_log(): Command Log. (line 88) * fl_addto_command_log_f(): Command Log. (line 88) * fl_addto_form() <1>: Creating Forms. (line 66) * fl_addto_form(): Adding and Removing Objects. (line 9) * fl_addto_formbrowser(): Other FormBrowser Routines. (line 6) * fl_addto_group() <1>: Creating Forms. (line 66) * fl_addto_group(): Grouping Objects. (line 36) * fl_addto_menu(): Other Menu Routines. (line 39) * fl_addto_selected_xevent(): Using Callback Functions. (line 132) * fl_addto_tabfolder(): Other Folder Routines. (line 6) * fl_addtopup(): Creating XPopups. (line 136) * fl_adjust_form_size(): Initialization. (line 359) * fl_app_signal_direct(): Signals. (line 64) * fl_arc(): Drawing Functions. (line 91) * fl_arcf(): Drawing Functions. (line 91) * fl_bgn_form() <1>: Creating Forms. (line 6) * fl_bgn_form(): Starting and Ending a Form Definition. (line 7) * fl_bgn_group() <1>: Creating Forms. (line 39) * fl_bgn_group(): Grouping Objects. (line 7) * fl_bk_color(): Color Handling. (line 21) * fl_call_object_callback() <1>: Object Attributes. (line 222) * fl_call_object_callback(): Using Callback Functions. (line 57) * fl_calloc(): The Routine fl_add_NEW(). (line 35) * fl_canvas_yield_to_shortcut(): Other Canvas Routines. (line 66) * fl_check_command(): Command Log. (line 52) * fl_check_forms() <1>: Doing Interaction. (line 235) * fl_check_forms(): Periodic Events and Non-blocking Interaction. (line 80) * fl_check_only_forms(): Doing Interaction. (line 242) * fl_circ(): Drawing Functions. (line 83) * fl_circbound(): Drawing Functions. (line 83) * fl_circf(): Drawing Functions. (line 83) * fl_clear_browser(): Other Browser Routines. (line 9) * fl_clear_canvas(): Other Canvas Routines. (line 69) * fl_clear_chart(): Other Chart Routines. (line 7) * fl_clear_choice(): Other Choice Routines. (line 31) * fl_clear_command_log(): Command Log. (line 84) * fl_clear_menu(): Other Menu Routines. (line 92) * fl_clear_nmenu(): Other Nmenu Routines. (line 81) * fl_clear_select(): Other Select Routines. (line 79) * fl_clear_xyplot(): Other XYPlot Routines. (line 286) * fl_color(): Color Handling. (line 18) * fl_create_animated_cursor(): Cursors. (line 51) * fl_create_bitmap_cursor(): Cursors. (line 39) * fl_create_colormap(): Other Canvas Routines. (line 49) * fl_create_from_bitmapdata(): Other Bitmap Routines. (line 16) * fl_create_from_pixmapdata(): Pixmap Remarks. (line 21) * fl_create_generic_button(): Part IV New Buttons. (line 20) * fl_current_event(): Object Attributes. (line 240) * fl_current_pup(): Creating XPopups. (line 207) * fl_dashedlinestyle(): Drawing Functions. (line 182) * fl_deactivate_all_forms() <1>: Doing Interaction. (line 254) * fl_deactivate_all_forms(): Dealing With Multiple Windows. (line 44) * fl_deactivate_form() <1>: Doing Interaction. (line 250) * fl_deactivate_form(): Dealing With Multiple Windows. (line 17) * fl_deactivate_object() <1>: Doing Interaction. (line 276) * fl_deactivate_object(): Deactivating and Triggering Objects. (line 9) * fl_default_window(): General Remarks. (line 43) * fl_defpup(): Creating XPopups. (line 6) * fl_delete_browser_line(): Other Browser Routines. (line 62) * fl_delete_choice(): Other Choice Routines. (line 27) * fl_delete_folder(): Other Folder Routines. (line 72) * fl_delete_folder_byname(): Other Folder Routines. (line 72) * fl_delete_folder_byname_f(): Other Folder Routines. (line 72) * fl_delete_folder_bynumber(): Other Folder Routines. (line 72) * fl_delete_formbrowser(): Other FormBrowser Routines. (line 32) * fl_delete_formbrowser_bynumber(): Other FormBrowser Routines. (line 32) * fl_delete_menu_item(): Other Menu Routines. (line 44) * fl_delete_nmenu_item(): Other Nmenu Routines. (line 34) * fl_delete_object() <1>: Creating Forms. (line 73) * fl_delete_object(): Adding and Removing Objects. (line 19) * fl_delete_select_item(): Other Select Routines. (line 47) * fl_delete_symbol(): Symbols. (line 115) * fl_delete_xyplot_overlay(): Other XYPlot Routines. (line 217) * fl_delete_xyplot_text(): Other XYPlot Routines. (line 234) * fl_deselect_browser(): Other Browser Routines. (line 109) * fl_deselect_browser_line(): Other Browser Routines. (line 109) * fl_diagline(): Drawing Functions. (line 130) * fl_disable_fselector_cache(): File Selector. (line 62) * fl_do_forms() <1>: Doing Interaction. (line 227) * fl_do_forms(): Simple Interaction. (line 9) * fl_do_only_forms(): Doing Interaction. (line 242) * fl_dopup(): Creating XPopups. (line 145) * fl_draw_object_label(): Drawing Functions. (line 303) * fl_draw_object_label_outside(): Drawing Functions. (line 303) * fl_draw_symbol(): Symbols. (line 75) * fl_drawmode(): Drawing Functions. (line 207) * fl_drw_box(): Drawing Functions. (line 238) * fl_drw_frame(): Drawing Functions. (line 249) * fl_drw_text(): Drawing Functions. (line 255) * fl_drw_text_beside(): Drawing Functions. (line 255) * fl_drw_text_cursor(): Drawing Functions. (line 279) * fl_end_all_command(): Command Log. (line 47) * fl_end_command(): Command Log. (line 39) * fl_end_form(): Starting and Ending a Form Definition. (line 17) * fl_end_form();: Creating Forms. (line 34) * fl_end_group() <1>: Creating Forms. (line 44) * fl_end_group(): Grouping Objects. (line 9) * fl_enumerate_fonts(): Label Attributes and Fonts. (line 114) * fl_exe_command(): Command Log. (line 12) * fl_find_formbrowser_form_number(): Other FormBrowser Routines. (line 64) * fl_finish(): Initialization. (line 408) * fl_fit_object_label(): Initialization. (line 380) * fl_flip_yorigin(): Initialization. (line 233) * fl_for_all_objects(): Displaying a Form. (line 263) * fl_form_is_activated(): Doing Interaction. (line 258) * fl_form_is_iconified(): Doing Interaction. (line 184) * fl_form_is_visible() <1>: Doing Interaction. (line 220) * fl_form_is_visible(): Displaying a Form. (line 298) * FL_FormDisplay(): General Remarks. (line 79) * fl_free(): The Routine fl_add_NEW(). (line 35) * fl_free_colors() <1>: Color Handling. (line 33) * fl_free_colors(): Color. (line 130) * fl_free_dirlist(): File Selector. (line 249) * fl_free_form() <1>: Creating Forms. (line 91) * fl_free_form(): Freeing Objects. (line 13) * fl_free_matrix(): Memory Allocation. (line 36) * fl_free_object() <1>: Creating Forms. (line 81) * fl_free_object(): Freeing Objects. (line 7) * fl_free_pixels(): Color Handling. (line 41) * fl_free_pixmap(): Pixmap Remarks. (line 34) * fl_free_pixmap_focus_pixmap(): Other Button Routines. (line 140) * fl_free_pixmap_pixmap(): Other Pixmap Routines. (line 19) * fl_free_pixmapbutton_pixmap(): Other Button Routines. (line 102) * fl_freepup(): Creating XPopups. (line 214) * fl_freeze_all_forms(): Object Attributes. (line 160) * fl_freeze_form() <1>: Object Attributes. (line 152) * fl_freeze_form(): Changing Many Attributes. (line 19) * fl_get_active_folder(): Folder Interaction. (line 41) * fl_get_active_folder_name(): Folder Interaction. (line 41) * fl_get_active_folder_number(): Folder Interaction. (line 41) * fl_get_align_xy(): Drawing Functions. (line 291) * fl_get_app_mainform(): Doing Interaction. (line 114) * fl_get_app_resources(): Current Support. (line 29) * fl_get_border_width(): Initialization. (line 197) * fl_get_browser(): Other Browser Routines. (line 137) * fl_get_browser_dimension(): Browser Attributes. (line 179) * fl_get_browser_line(): Other Browser Routines. (line 94) * fl_get_browser_line_yoffset(): Other Browser Routines. (line 190) * fl_get_browser_maxline(): Other Browser Routines. (line 118) * fl_get_browser_rel_xoffset(): Other Browser Routines. (line 183) * fl_get_browser_rel_yoffset(): Other Browser Routines. (line 183) * fl_get_browser_screenlines(): Other Browser Routines. (line 130) * fl_get_browser_scrollbar_repeat(): Browser Attributes. (line 187) * fl_get_browser_topline(): Other Browser Routines. (line 145) * fl_get_browser_xoffset(): Other Browser Routines. (line 183) * fl_get_browser_yoffset(): Other Browser Routines. (line 183) * fl_get_button() <1>: Other Button Routines. (line 19) * fl_get_button(): Buttons. (line 70) * fl_get_button_mouse_buttons(): Other Button Routines. (line 45) * fl_get_button_numb(): Other Button Routines. (line 24) * fl_get_canvas_colormap(): Other Canvas Routines. (line 16) * fl_get_canvas_depth(): Other Canvas Routines. (line 16) * fl_get_canvas_id(): Canvas Interaction. (line 77) * fl_get_char_height(): Getting the Size. (line 15) * fl_get_char_width(): Getting the Size. (line 15) * fl_get_chart_bounds(): Other Chart Routines. (line 51) * fl_get_choice(): Other Choice Routines. (line 40) * fl_get_choice_item_mode(): Other Choice Routines. (line 62) * fl_get_choice_item_text(): Other Choice Routines. (line 51) * fl_get_choice_maxitems(): Other Choice Routines. (line 54) * fl_get_choice_text(): Other Choice Routines. (line 46) * fl_get_clipping(): Clipping. (line 28) * fl_get_clock(): Other Clock Routines. (line 7) * fl_get_cmdline_args(): Initialization. (line 89) * fl_get_command_log_fdstruct(): Command Log. (line 98) * fl_get_coordunit(): Initialization. (line 164) * fl_get_counter_bounds(): Other Counter Routines. (line 26) * fl_get_counter_min_repeat(): Other Counter Routines. (line 65) * fl_get_counter_precision(): Other Counter Routines. (line 34) * fl_get_counter_repeat(): Other Counter Routines. (line 65) * fl_get_counter_speedjump(): Other Counter Routines. (line 83) * fl_get_counter_step(): Other Counter Routines. (line 26) * fl_get_counter_value(): Other Counter Routines. (line 23) * fl_get_decoration_sizes(): Doing Interaction. (line 175) * fl_get_dial_angles(): Other Dial Routines. (line 25) * fl_get_dial_bounds(): Other Dial Routines. (line 12) * fl_get_dial_direction(): Other Dial Routines. (line 47) * fl_get_dial_step(): Other Dial Routines. (line 39) * fl_get_dial_value(): Other Dial Routines. (line 12) * fl_get_directory(): File Selector. (line 112) * fl_get_dirlist(): File Selector. (line 203) * fl_get_display(): General Remarks. (line 79) * fl_get_drawmode((): Drawing Functions. (line 231) * fl_get_filename(): File Selector. (line 112) * fl_get_focus_object() <1>: Object Attributes. (line 212) * fl_get_focus_object(): Input Fields. (line 40) * fl_get_folder(): Folder Interaction. (line 55) * fl_get_folder_area(): Other Folder Routines. (line 100) * fl_get_folder_name(): Folder Interaction. (line 55) * fl_get_folder_number(): Folder Interaction. (line 55) * fl_get_fontstruct(): Font Handling. (line 8) * fl_get_form_background_color(): Creating Forms. (line 26) * fl_get_form_mouse(): Mouse Handling. (line 11) * fl_get_form_vclass(): General Remarks. (line 58) * fl_get_formbrowser_area(): Other FormBrowser Routines. (line 112) * fl_get_formbrowser_form(): Other FormBrowser Routines. (line 70) * fl_get_formbrowser_numforms(): Other FormBrowser Routines. (line 20) * fl_get_formbrowser_topform(): Other FormBrowser Routines. (line 100) * fl_get_formbrowser_xoffset(): Other FormBrowser Routines. (line 129) * fl_get_formbrowser_yoffset(): Other FormBrowser Routines. (line 129) * fl_get_fselector_fdstruct(): File Selector. (line 150) * fl_get_fselector_form(): File Selector. (line 144) * fl_get_glcanvas_attributes(): OpenGL Canvas. (line 36) * fl_get_glcanvas_context(): OpenGL Canvas. (line 40) * fl_get_glcanvas_defaults(): OpenGL Canvas. (line 26) * fl_get_glcanvas_xvisualinfo(): OpenGL Canvas. (line 61) * fl_get_global_clipping(): Clipping. (line 43) * fl_get_icm_color() <1>: Initialization. (line 399) * fl_get_icm_color(): Color. (line 87) * fl_get_input() <1>: Other Input Routines. (line 26) * fl_get_input(): Input Fields. (line 53) * fl_get_input_color(): Input Attributes. (line 17) * fl_get_input_cursorpos(): Other Input Routines. (line 64) * fl_get_input_editkeymap(): Input Attributes. (line 85) * fl_get_input_format(): Input Interaction. (line 201) * fl_get_input_numberoflines(): Other Input Routines. (line 126) * fl_get_input_screenlines(): Other Input Routines. (line 132) * fl_get_input_scrollbarsize(): Input Attributes. (line 28) * fl_get_input_selected_range(): Other Input Routines. (line 50) * fl_get_input_topline(): Other Input Routines. (line 129) * fl_get_input_xoffset(): Other Input Routines. (line 119) * fl_get_label_char_at_mouse(): Object Attributes. (line 251) * fl_get_linestyle((): Drawing Functions. (line 231) * fl_get_linewidth(): Drawing Functions. (line 231) * fl_get_matrix(): Creating Images. (line 35) * fl_get_menu(): Other Menu Routines. (line 95) * fl_get_menu_item_mode(): Other Menu Routines. (line 156) * fl_get_menu_item_text(): Other Menu Routines. (line 113) * fl_get_menu_maxitems(): Other Menu Routines. (line 121) * fl_get_menu_popup(): Menu Attributes. (line 31) * fl_get_menu_text(): Other Menu Routines. (line 118) * fl_get_mouse() <1>: Mouse Handling. (line 22) * fl_get_mouse(): Dealing With Multiple Windows. (line 159) * fl_get_nmenu_item(): Other Nmenu Routines. (line 6) * fl_get_nmenu_item_by_label(): Other Nmenu Routines. (line 15) * fl_get_nmenu_item_by_text(): Other Nmenu Routines. (line 15) * fl_get_nmenu_item_by_value(): Other Nmenu Routines. (line 15) * fl_get_nmenu_popup(): Nmenu Attributes. (line 27) * fl_get_object_bbox() <1>: Object Attributes. (line 75) * fl_get_object_bbox(): Getting the Size. (line 9) * fl_get_object_boxtype(): Object Attributes. (line 30) * fl_get_object_bw() <1>: Object Attributes. (line 36) * fl_get_object_bw(): Bounding Boxes. (line 26) * fl_get_object_color() <1>: Object Attributes. (line 21) * fl_get_object_color(): Color. (line 29) * fl_get_object_component(): Object Attributes. (line 86) * fl_get_object_dblclick(): Object Attributes. (line 182) * fl_get_object_geometry(): Object Attributes. (line 60) * fl_get_object_gravity() <1>: Object Attributes. (line 140) * fl_get_object_gravity(): Displaying a Form. (line 257) * fl_get_object_label() <1>: Object Attributes. (line 110) * fl_get_object_label(): Label Attributes and Fonts. (line 196) * fl_get_object_lalign(): Object Attributes. (line 110) * fl_get_object_lcolor(): Object Attributes. (line 110) * fl_get_object_lsize(): Object Attributes. (line 110) * fl_get_object_lstyle(): Object Attributes. (line 110) * fl_get_object_objclass(): Object Attributes. (line 13) * fl_get_object_position(): Object Attributes. (line 42) * fl_get_object_resize() <1>: Object Attributes. (line 140) * fl_get_object_resize(): Displaying a Form. (line 257) * fl_get_object_return_state() <1>: Browser Attributes. (line 155) * fl_get_object_return_state(): Simple Interaction. (line 146) * fl_get_object_size(): Object Attributes. (line 53) * fl_get_object_type(): Object Attributes. (line 13) * fl_get_pattern(): File Selector. (line 112) * fl_get_pixel(): Color Handling. (line 11) * fl_get_pixmap_pixmap(): Other Pixmap Routines. (line 26) * fl_get_pixmapbutton_pixmap(): Other Button Routines. (line 108) * fl_get_positioner_mouse_buttons(): Positioner Interaction. (line 44) * fl_get_positioner_numb(): Positioner Interaction. (line 52) * fl_get_positioner_xbounds(): Other Positioner Routines. (line 18) * fl_get_positioner_xvalue(): Other Positioner Routines. (line 18) * fl_get_positioner_ybounds(): Other Positioner Routines. (line 18) * fl_get_positioner_yvalue(): Other Positioner Routines. (line 18) * fl_get_real_object_window(): Part IV Events. (line 51) * fl_get_resource(): Resources Example. (line 39) * fl_get_scrollbar_bounds(): Other Scrollbar Routines. (line 22) * fl_get_scrollbar_increment(): Other Scrollbar Routines. (line 38) * fl_get_scrollbar_size(): Scrollbar Attributes. (line 23) * fl_get_scrollbar_value(): Other Scrollbar Routines. (line 22) * fl_get_select_item(): Other Select Routines. (line 6) * fl_get_select_item_by_label(): Other Select Routines. (line 14) * fl_get_select_item_by_label_f(): Other Select Routines. (line 14) * fl_get_select_item_by_text(): Other Select Routines. (line 14) * fl_get_select_item_by_text_f(): Other Select Routines. (line 14) * fl_get_select_item_by_value(): Other Select Routines. (line 14) * fl_get_select_popup(): Select Attributes. (line 43) * fl_get_select_text_align(): Select Attributes. (line 17) * fl_get_select_text_color(): Select Attributes. (line 10) * fl_get_select_text_font(): Select Attributes. (line 26) * fl_get_slider_bounds(): Other Slider Routines. (line 21) * fl_get_slider_repeat(): Slider Attributes. (line 49) * fl_get_slider_size(): Slider Attributes. (line 22) * fl_get_slider_value() <1>: Other Slider Routines. (line 21) * fl_get_slider_value(): Sliders. (line 22) * fl_get_spinner_bounds(): Other Spinner Routines. (line 15) * fl_get_spinner_down_button(): Spinner Attributes. (line 19) * fl_get_spinner_input(): Spinner Attributes. (line 19) * fl_get_spinner_precision(): Other Spinner Routines. (line 34) * fl_get_spinner_step(): Other Spinner Routines. (line 27) * fl_get_spinner_up_button(): Spinner Attributes. (line 19) * fl_get_spinner_value(): Other Spinner Routines. (line 6) * fl_get_string_dimension(): Getting the Size. (line 46) * fl_get_string_height(): Getting the Size. (line 27) * fl_get_string_width(): Getting the Size. (line 27) * fl_get_tabfolder_folder_byname(): Other Folder Routines. (line 32) * fl_get_tabfolder_folder_byname_f(): Other Folder Routines. (line 32) * fl_get_tabfolder_folder_bynumber(): Other Folder Routines. (line 32) * fl_get_tabfolder_numfolders(): Other Folder Routines. (line 69) * fl_get_tabfolder_offset(): Other Folder Routines. (line 50) * fl_get_text_clipping(: Clipping. (line 49) * fl_get_thumbwheel_bounds(): Other Thumbwheel Routines. (line 13) * fl_get_thumbwheel_step(): Other Thumbwheel Routines. (line 31) * fl_get_thumbwheel_value(): Other Thumbwheel Routines. (line 13) * fl_get_timer(): Other Timer Routines. (line 11) * fl_get_vclass(): General Remarks. (line 58) * fl_get_win_mouse() <1>: Mouse Handling. (line 11) * fl_get_win_mouse(): Dealing With Multiple Windows. (line 166) * fl_get_wingeometry() <1>: Windowing Support. (line 153) * fl_get_wingeometry(): Dealing With Multiple Windows. (line 151) * fl_get_winorigin() <1>: Windowing Support. (line 153) * fl_get_winorigin(): Dealing With Multiple Windows. (line 151) * fl_get_winsize() <1>: Windowing Support. (line 153) * fl_get_winsize(): Dealing With Multiple Windows. (line 151) * fl_get_xyplot(): XYPlot Interaction. (line 40) * fl_get_xyplot_data(): XYPlot Interaction. (line 79) * fl_get_xyplot_data_pointer(): Other XYPlot Routines. (line 192) * fl_get_xyplot_data_size(): XYPlot Interaction. (line 79) * fl_get_xyplot_numdata(): Other XYPlot Routines. (line 204) * fl_get_xyplot_overlay_data(): Other XYPlot Routines. (line 180) * fl_get_xyplot_screen_area(): Other XYPlot Routines. (line 315) * fl_get_xyplot_world_area(): Other XYPlot Routines. (line 315) * fl_get_xyplot_xbounds(): Other XYPlot Routines. (line 149) * fl_get_xyplot_xmapping(): Other XYPlot Routines. (line 295) * fl_get_xyplot_ybounds(): Other XYPlot Routines. (line 149) * fl_get_xyplot_ymapping(): Other XYPlot Routines. (line 295) * fl_getmcolor() <1>: Color Handling. (line 46) * fl_getmcolor(): Color. (line 115) * fl_getpup_items(): Other XPopup Routines. (line 58) * fl_getpup_mode(): Other XPopup Routines. (line 18) * fl_getpup_text(): Other XPopup Routines. (line 24) * fl_gettime(): Misc. Functions. (line 23) * fl_hide_alert(): Messages and Questions. (line 52) * fl_hide_choice(): Messages and Questions. (line 131) * fl_hide_command_log(): Command Log. (line 71) * fl_hide_form() <1>: Doing Interaction. (line 216) * fl_hide_form(): Displaying a Form. (line 295) * fl_hide_fselector(): File Selector. (line 35) * fl_hide_input(): Messages and Questions. (line 158) * fl_hide_message(): Messages and Questions. (line 33) * fl_hide_object() <1>: Object Attributes. (line 186) * fl_hide_object(): Hiding and Showing. (line 7) * fl_hide_oneliner(): Messages and Questions. (line 37) * fl_hide_question(): Messages and Questions. (line 93) * fl_hidepup(): XPopup Attributes. (line 70) * fl_iconify(): Windowing Support. (line 176) * fl_initial_wingeometry(): Windowing Support. (line 101) * fl_initial_winsize(): Windowing Support. (line 60) * fl_initial_winstate(): Windowing Support. (line 72) * fl_initialize(): Initialization. (line 6) * fl_input_end_return_handling(): Input Interaction. (line 154) * fl_insert_browser_line(): Other Browser Routines. (line 45) * fl_insert_browser_line_f(): Other Browser Routines. (line 45) * fl_insert_chart_value(): Other Chart Routines. (line 29) * fl_insert_formbrowser(): Other FormBrowser Routines. (line 57) * fl_insert_nmenu_items(): Other Nmenu Routines. (line 45) * fl_insert_nmenu_items2(): Other Nmenu Routines. (line 59) * fl_insert_select_items(): Other Select Routines. (line 69) * fl_insert_xyplot_data(): Other XYPlot Routines. (line 208) * fl_interpolate(): XYPlot Remarks. (line 7) * fl_invalidate_fselector_cache(): File Selector. (line 58) * fl_is_center_lalign(): Label Attributes and Fonts. (line 166) * fl_is_clipped(): Clipping. (line 21) * fl_is_global_clipped(): Clipping. (line 43) * fl_is_inside_lalign(): Label Attributes and Fonts. (line 166) * fl_is_outside_lalign(): Label Attributes and Fonts. (line 166) * fl_is_text_clipped(: Clipping. (line 49) * fl_isselected_browser_line(): Other Browser Routines. (line 115) * fl_last_event() <1>: Object Attributes. (line 235) * fl_last_event(): Dealing With Multiple Windows. (line 143) * fl_library_version(): Version Information. (line 18) * fl_line(): Drawing Functions. (line 125) * fl_lines(): Drawing Functions. (line 134) * fl_linestyle(): Drawing Functions. (line 151) * fl_linewidth(): Drawing Functions. (line 151) * fl_load_browser(): Other Browser Routines. (line 99) * fl_lower_form(): Doing Interaction. (line 156) * fl_make_matrix(): Memory Allocation. (line 7) * fl_make_object(): Part IV The Type FL_OBJECT. (line 329) * fl_malloc(): The Routine fl_add_NEW(). (line 35) * fl_mapcolor() <1>: Color Handling. (line 46) * fl_mapcolor(): Color. (line 99) * fl_mapcolorname() <1>: Color Handling. (line 46) * fl_mapcolorname(): Color. (line 111) * fl_mode_capable(): Misc. Functions. (line 29) * fl_mouse_button(): Dealing With Multiple Windows. (line 121) * fl_move_object(): Object Attributes. (line 48) * fl_msleep(): Misc. Functions. (line 38) * fl_newpup(): Creating XPopups. (line 6) * fl_noborder(): Windowing Support. (line 132) * fl_now(): Misc. Functions. (line 19) * fl_object_is_active() <1>: Doing Interaction. (line 282) * fl_object_is_active(): Deactivating and Triggering Objects. (line 15) * fl_object_is_automatic(): Object Attributes. (line 173) * fl_object_is_visible() <1>: Object Attributes. (line 193) * fl_object_is_visible(): Hiding and Showing. (line 19) * fl_object_ps_dump(): Object Attributes. (line 263) * FL_ObjWin(): Canvas Interaction. (line 79) * fl_oval(): Drawing Functions. (line 74) * fl_ovalarc(: Drawing Functions. (line 115) * fl_ovalbound(): Drawing Functions. (line 62) * fl_ovalf(): Drawing Functions. (line 62) * fl_ovall(): Drawing Functions. (line 62) * fl_pclose(): Command Log. (line 61) * fl_pieslice(): Drawing Functions. (line 104) * fl_point(): Drawing Functions. (line 138) * fl_points(): Drawing Functions. (line 138) * fl_polybound(): Drawing Functions. (line 43) * fl_polyf(): Drawing Functions. (line 43) * fl_polyl(): Drawing Functions. (line 43) * fl_popen(): Command Log. (line 61) * fl_popup_add(): Adding Popups. (line 13) * fl_popup_add_entries(): Adding Popups. (line 28) * fl_popup_add_items(): Adding Popups. (line 553) * fl_popup_create(): Adding Popups. (line 415) * fl_popup_entry_clear_state(): Other Popup Routines. (line 77) * fl_popup_entry_delete(): Adding Popups. (line 386) * fl_popup_entry_get_by_label(): Other Popup Routines. (line 114) * fl_popup_entry_get_by_label_f(): Other Popup Routines. (line 114) * fl_popup_entry_get_by_position(): Other Popup Routines. (line 136) * fl_popup_entry_get_by_text(): Other Popup Routines. (line 98) * fl_popup_entry_get_by_text_f(): Other Popup Routines. (line 98) * fl_popup_entry_get_by_user_data(): Other Popup Routines. (line 130) * fl_popup_entry_get_by_value(): Other Popup Routines. (line 125) * fl_popup_entry_get_group(): Popup Attributes. (line 133) * fl_popup_entry_get_state(): Other Popup Routines. (line 60) * fl_popup_entry_get_subpopup(): Popup Attributes. (line 152) * fl_popup_entry_set_callback(): Other Popup Routines. (line 35) * fl_popup_entry_set_enter_callback(): Other Popup Routines. (line 35) * fl_popup_entry_set_font(): Popup Attributes. (line 29) * fl_popup_entry_set_group(): Popup Attributes. (line 139) * fl_popup_entry_set_leave_callback(): Other Popup Routines. (line 35) * fl_popup_entry_set_shortcut(): Popup Attributes. (line 118) * fl_popup_entry_set_state(): Other Popup Routines. (line 60) * fl_popup_entry_set_subpopup(): Popup Attributes. (line 152) * fl_popup_entry_set_text(): Popup Attributes. (line 112) * fl_popup_entry_set_user_data(): Popup Attributes. (line 128) * fl_popup_entry_set_value(): Popup Attributes. (line 123) * fl_popup_get_bw(): Popup Attributes. (line 52) * fl_popup_get_color(): Popup Attributes. (line 75) * fl_popup_get_min_width(): Popup Attributes. (line 42) * fl_popup_get_policy(): Popup Interaction. (line 81) * fl_popup_get_size(): Other Popup Routines. (line 18) * fl_popup_get_title(): Popup Attributes. (line 6) * fl_popup_get_title_font(): Popup Attributes. (line 17) * fl_popup_insert_items(): Adding Popups. (line 553) * fl_popup_raise_clear_state(): Other Popup Routines. (line 77) * fl_popup_set_bw(): Popup Attributes. (line 52) * fl_popup_set_callback(): Other Popup Routines. (line 28) * fl_popup_set_color(): Popup Attributes. (line 75) * fl_popup_set_cursor(): Popup Attributes. (line 63) * fl_popup_set_min_width(): Popup Attributes. (line 42) * fl_popup_set_policy(): Popup Interaction. (line 66) * fl_popup_set_position(): Other Popup Routines. (line 8) * fl_popup_set_title(): Popup Attributes. (line 6) * fl_popup_set_title_f(): Popup Attributes. (line 6) * fl_popup_set_title_font(): Popup Attributes. (line 17) * fl_popup_toggle_clear_state(): Other Popup Routines. (line 77) * fl_prepare_form_window() <1>: Doing Interaction. (line 134) * fl_prepare_form_window(): Displaying a Form. (line 174) * fl_prepare_form_window_f(): Doing Interaction. (line 134) * fl_print_xevent_name(): Dealing With Multiple Windows. (line 170) * fl_raise_form(): Doing Interaction. (line 153) * fl_read_bitmapfile(): Other Bitmap Routines. (line 16) * fl_read_pixmapfile(): Pixmap Remarks. (line 7) * fl_realloc(): The Routine fl_add_NEW(). (line 35) * fl_rect(): Drawing Functions. (line 23) * fl_rectbound(): Drawing Functions. (line 32) * fl_rectf(): Drawing Functions. (line 23) * fl_redraw_form() <1>: Doing Interaction. (line 292) * fl_redraw_form(): Redrawing. (line 16) * fl_redraw_object() <1>: Doing Interaction. (line 285) * fl_redraw_object(): Redrawing. (line 13) * fl_refresh_fselector(): File Selector. (line 138) * fl_register_raw_callback(): Form Events. (line 13) * fl_remove_canvas_handler(): Canvas Interaction. (line 68) * fl_remove_event_callback() <1>: Doing Interaction. (line 308) * fl_remove_event_callback(): Using Callback Functions. (line 149) * fl_remove_fselector_appbutton(): File Selector. (line 134) * fl_remove_io_callback(): Handling Other Input Sources. (line 38) * fl_remove_selected_xevent(): Using Callback Functions. (line 132) * fl_remove_signal_callback(): Signals. (line 44) * fl_remove_timeout() <1>: Idle Callbacks and Timeouts. (line 50) * fl_remove_timeout(): Periodic Events and Non-blocking Interaction. (line 59) * fl_replace_browser_line(): Other Browser Routines. (line 65) * fl_replace_browser_line_f(): Other Browser Routines. (line 65) * fl_replace_chart_value(): Other Chart Routines. (line 38) * fl_replace_choice(): Other Choice Routines. (line 34) * fl_replace_choice_f(): Other Choice Routines. (line 34) * fl_replace_formbrowser(): Other FormBrowser Routines. (line 48) * fl_replace_menu_item(): Other Menu Routines. (line 44) * fl_replace_nmenu_item(): Other Nmenu Routines. (line 37) * fl_replace_nmenu_items2(): Other Nmenu Routines. (line 59) * fl_replace_select_item(): Other Select Routines. (line 53) * fl_replace_xyplot_point(): Other XYPlot Routines. (line 153) * fl_request_clipboard(): Clipboard. (line 45) * fl_reset_cursor(): Cursors. (line 29) * fl_reset_focus_object(): Object Attributes. (line 208) * fl_reset_winconstraints(): Windowing Support. (line 149) * fl_resume_timer(): Other Timer Routines. (line 24) * fl_ringbell(): Misc. Functions. (line 7) * fl_roundrect(): Drawing Functions. (line 37) * fl_roundrectf(): Drawing Functions. (line 37) * fl_scale_form() <1>: Doing Interaction. (line 161) * fl_scale_form(): Displaying a Form. (line 186) * fl_select_browser_line(): Other Browser Routines. (line 109) * fl_set_app_mainform() <1>: Doing Interaction. (line 109) * fl_set_app_mainform(): Displaying a Form. (line 167) * fl_set_app_nomainform(): Doing Interaction. (line 123) * fl_set_atclose(): Displaying a Form. (line 320) * fl_set_background(): Color Handling. (line 25) * fl_set_bitmap_data(): Other Bitmap Routines. (line 6) * fl_set_bitmap_file(): Other Bitmap Routines. (line 6) * fl_set_bitmapbutton_data(): Other Button Routines. (line 85) * fl_set_bitmapbutton_file(): Other Button Routines. (line 85) * fl_set_border_width() <1>: Initialization. (line 186) * fl_set_border_width(): Bounding Boxes. (line 48) * fl_set_browser_bottomline(): Other Browser Routines. (line 164) * fl_set_browser_dblclick_callback(): Other Browser Routines. (line 156) * fl_set_browser_fontsize(): Browser Attributes. (line 13) * fl_set_browser_fontstyle(): Browser Attributes. (line 16) * fl_set_browser_hscroll_callback(): Browser Attributes. (line 130) * fl_set_browser_hscrollbar(): Browser Attributes. (line 108) * fl_set_browser_rel_xoffset(): Other Browser Routines. (line 171) * fl_set_browser_rel_yoffset(): Other Browser Routines. (line 171) * fl_set_browser_scrollbar_repeat(): Browser Attributes. (line 187) * fl_set_browser_scrollbarsize(): Browser Attributes. (line 162) * fl_set_browser_specialkey(): Browser Attributes. (line 101) * fl_set_browser_topline(): Other Browser Routines. (line 164) * fl_set_browser_vscroll_callback(): Browser Attributes. (line 130) * fl_set_browser_vscrollbar(): Browser Attributes. (line 108) * fl_set_browser_xoffset(): Other Browser Routines. (line 171) * fl_set_browser_yoffset(): Other Browser Routines. (line 171) * fl_set_button() <1>: Other Button Routines. (line 7) * fl_set_button(): Buttons. (line 59) * fl_set_button_mouse_buttons(): Other Button Routines. (line 38) * fl_set_button_shortcut(): Other Button Routines. (line 54) * fl_set_canvas_attributes(): Other Canvas Routines. (line 9) * fl_set_canvas_colormap(): Other Canvas Routines. (line 16) * fl_set_canvas_depth(): Other Canvas Routines. (line 16) * fl_set_canvas_visual(): Other Canvas Routines. (line 16) * fl_set_chart_autosize(): Other Chart Routines. (line 55) * fl_set_chart_baseline(): Chart Attributes. (line 9) * fl_set_chart_bounds(): Other Chart Routines. (line 48) * fl_set_chart_lcolor(): Other Chart Routines. (line 22) * fl_set_chart_lsize(): Other Chart Routines. (line 22) * fl_set_chart_lstyle(): Other Chart Routines. (line 22) * fl_set_chart_maxnumb(): Other Chart Routines. (line 59) * fl_set_choice(): Other Choice Routines. (line 76) * fl_set_choice_align(): Choice Attributes. (line 13) * fl_set_choice_align_bottom(): Choice Attributes. (line 32) * fl_set_choice_entries(): Other Choice Routines. (line 66) * fl_set_choice_fontsize(): Choice Attributes. (line 16) * fl_set_choice_fontstyle(): Choice Attributes. (line 19) * fl_set_choice_item_mode(): Other Choice Routines. (line 57) * fl_set_choice_text(): Other Choice Routines. (line 76) * fl_set_choice_text_f(): Other Choice Routines. (line 76) * fl_set_choices_shortcut(): Messages and Questions. (line 131) * fl_set_clipping(): Clipping. (line 6) * fl_set_clock_adjustment(): Other Clock Routines. (line 13) * fl_set_clock_ampm(): Other Clock Routines. (line 20) * fl_set_color_leak(): Color. (line 139) * fl_set_command_log_position(): Command Log. (line 79) * fl_set_coordunit(): Initialization. (line 164) * fl_set_counter_bounds(): Other Counter Routines. (line 7) * fl_set_counter_filter(): Other Counter Routines. (line 39) * fl_set_counter_min_repeat(): Other Counter Routines. (line 61) * fl_set_counter_precision(): Other Counter Routines. (line 31) * fl_set_counter_repeat(): Other Counter Routines. (line 59) * fl_set_counter_speedjump(): Other Counter Routines. (line 76) * fl_set_counter_step(): Other Counter Routines. (line 7) * fl_set_counter_value(): Other Counter Routines. (line 7) * fl_set_cursor(): Cursors. (line 6) * fl_set_cursor_color(): Cursors. (line 32) * fl_set_default_tabfolder_corner(): Folder Remarks. (line 9) * fl_set_defaults(): Initialization. (line 105) * fl_set_dial_angles(): Other Dial Routines. (line 18) * fl_set_dial_bounds(): Other Dial Routines. (line 6) * fl_set_dial_crossover(): Other Dial Routines. (line 29) * fl_set_dial_direction(): Other Dial Routines. (line 43) * fl_set_dial_step(): Other Dial Routines. (line 34) * fl_set_dial_value(): Other Dial Routines. (line 6) * fl_set_directory(): File Selector. (line 118) * fl_set_dirlist_filter(): File Selector. (line 272) * fl_set_dirlist_filterdir(): File Selector. (line 278) * fl_set_dirlist_sort(): File Selector. (line 285) * fl_set_error_handler(): Initialization. (line 284) * fl_set_error_logfp(): Initialization. (line 295) * fl_set_event_callback() <1>: Doing Interaction. (line 302) * fl_set_event_callback(): Using Callback Functions. (line 82) * fl_set_focus_object() <1>: Object Attributes. (line 200) * fl_set_focus_object(): Input Fields. (line 37) * fl_set_folder(): Other Folder Routines. (line 87) * fl_set_folder_byname(): Other Folder Routines. (line 87) * fl_set_folder_byname_f(): Other Folder Routines. (line 87) * fl_set_folder_bynumber(): Other Folder Routines. (line 87) * fl_set_font_name() <1>: Initialization. (line 310) * fl_set_font_name(): Label Attributes and Fonts. (line 76) * fl_set_font_name_f() <1>: Initialization. (line 310) * fl_set_font_name_f(): Label Attributes and Fonts. (line 76) * fl_set_foreground(): Color Handling. (line 25) * fl_set_form_atactivate() <1>: Doing Interaction. (line 263) * fl_set_form_atactivate(): Dealing With Multiple Windows. (line 32) * fl_set_form_atclose(): Displaying a Form. (line 329) * fl_set_form_atdeactivate() <1>: Doing Interaction. (line 263) * fl_set_form_atdeactivate(): Dealing With Multiple Windows. (line 32) * fl_set_form_background_color(): Creating Forms. (line 26) * fl_set_form_callback() <1>: Object Attributes. (line 227) * fl_set_form_callback(): Using Callback Functions. (line 62) * fl_set_form_dblbuffer(): Initialization. (line 271) * fl_set_form_geometry() <1>: Doing Interaction. (line 161) * fl_set_form_geometry(): Displaying a Form. (line 101) * fl_set_form_hotobject(): Displaying a Form. (line 121) * fl_set_form_hotspot(): Displaying a Form. (line 121) * fl_set_form_icon() <1>: Doing Interaction. (line 201) * fl_set_form_icon(): Displaying a Form. (line 286) * fl_set_form_maxsize(): Doing Interaction. (line 191) * fl_set_form_minsize(): Doing Interaction. (line 191) * fl_set_form_position() <1>: Doing Interaction. (line 161) * fl_set_form_position(): Displaying a Form. (line 97) * fl_set_form_size() <1>: Doing Interaction. (line 161) * fl_set_form_size(): Displaying a Form. (line 99) * fl_set_form_title() <1>: Doing Interaction. (line 209) * fl_set_form_title(): Displaying a Form. (line 281) * fl_set_form_title_f() <1>: Doing Interaction. (line 209) * fl_set_form_title_f(): Displaying a Form. (line 281) * fl_set_formbrowser_hscrollbar(): Other FormBrowser Routines. (line 75) * fl_set_formbrowser_scroll(): Other FormBrowser Routines. (line 90) * fl_set_formbrowser_topform(): Other FormBrowser Routines. (line 104) * fl_set_formbrowser_topform_bynumber(): Other FormBrowser Routines. (line 104) * fl_set_formbrowser_vscrollbar(): Other FormBrowser Routines. (line 75) * fl_set_formbrowser_xoffset(): Other FormBrowser Routines. (line 119) * fl_set_formbrowser_yoffset(): Other FormBrowser Routines. (line 119) * fl_set_fselector_border(): File Selector. (line 101) * fl_set_fselector_callback(): File Selector. (line 83) * fl_set_fselector_filetype_marker(): File Selector. (line 183) * fl_set_fselector_fontsize(): File Selector. (line 47) * fl_set_fselector_fontstyle(): File Selector. (line 47) * fl_set_fselector_placement(): File Selector. (line 95) * fl_set_fselector_title(): File Selector. (line 55) * fl_set_gc_clipping(): Clipping. (line 57) * fl_set_glcanvas_attributes(): OpenGL Canvas. (line 30) * fl_set_glcanvas_defaults(): OpenGL Canvas. (line 22) * fl_set_glcanvas_direct(): OpenGL Canvas. (line 46) * fl_set_goodies_font(): Messages and Questions. (line 155) * fl_set_icm_color() <1>: Initialization. (line 395) * fl_set_icm_color(): Color. (line 76) * fl_set_idle_callback() <1>: Idle Callbacks and Timeouts. (line 10) * fl_set_idle_callback(): Periodic Events and Non-blocking Interaction. (line 22) * fl_set_idle_delta(): Idle Callbacks and Timeouts. (line 23) * fl_set_input() <1>: Other Input Routines. (line 7) * fl_set_input(): Input Fields. (line 45) * fl_set_input_color() <1>: Input Attributes. (line 12) * fl_set_input_color(): Input Fields. (line 49) * fl_set_input_cursor_visible(): Other Input Routines. (line 123) * fl_set_input_cursorpos(): Other Input Routines. (line 76) * fl_set_input_editkeymap(): Input Attributes. (line 72) * fl_set_input_f() <1>: Other Input Routines. (line 7) * fl_set_input_f(): Input Fields. (line 45) * fl_set_input_fieldchar(): Other Input Routines. (line 137) * fl_set_input_filter(): Input Interaction. (line 172) * fl_set_input_format(): Input Interaction. (line 201) * fl_set_input_hscrollbar(): Other Input Routines. (line 87) * fl_set_input_maxchars(): Input Interaction. (line 163) * fl_set_input_mode(): Input Interaction. (line 239) * fl_set_input_return(): Input Interaction. (line 105) * fl_set_input_scroll(): Other Input Routines. (line 105) * fl_set_input_scrollbarsize(): Input Attributes. (line 22) * fl_set_input_selected(): Other Input Routines. (line 37) * fl_set_input_selected_range(): Other Input Routines. (line 37) * fl_set_input_topline(): Other Input Routines. (line 110) * fl_set_input_vscrollbar(): Other Input Routines. (line 87) * fl_set_input_xoffset(): Other Input Routines. (line 113) * fl_set_menu(): Other Menu Routines. (line 12) * fl_set_menu_entries(): Other Menu Routines. (line 67) * fl_set_menu_item_callback(): Other Menu Routines. (line 161) * fl_set_menu_item_mode(): Other Menu Routines. (line 127) * fl_set_menu_item_shortcut(): Other Menu Routines. (line 172) * fl_set_menu_notitle(): Menu Attributes. (line 40) * fl_set_menu_popup(): Menu Attributes. (line 22) * fl_set_mouse(): Mouse Handling. (line 27) * fl_set_nmenu_hl_text_color(): Nmenu Attributes. (line 12) * fl_set_nmenu_items(): Adding Nmenu Objects. (line 50) * fl_set_nmenu_policy(): Nmenu Interaction. (line 55) * fl_set_nmenu_popup(): Adding Nmenu Objects. (line 130) * fl_set_object_automatic(): Object Attributes. (line 170) * fl_set_object_boxtype() <1>: Object Attributes. (line 25) * fl_set_object_boxtype(): Bounding Boxes. (line 10) * fl_set_object_bw() <1>: Object Attributes. (line 36) * fl_set_object_bw(): Bounding Boxes. (line 23) * fl_set_object_callback() <1>: Object Attributes. (line 215) * fl_set_object_callback(): Using Callback Functions. (line 17) * fl_set_object_color() <1>: Object Attributes. (line 19) * fl_set_object_color(): Color. (line 6) * fl_set_object_dblbuffer(): Initialization. (line 271) * fl_set_object_dblclick(): Object Attributes. (line 177) * fl_set_object_geometry(): Object Attributes. (line 60) * fl_set_object_gravity() <1>: Object Attributes. (line 140) * fl_set_object_gravity(): Displaying a Form. (line 196) * fl_set_object_helper() <1>: Object Attributes. (line 117) * fl_set_object_helper(): Tool Tips. (line 13) * fl_set_object_helper_f() <1>: Object Attributes. (line 117) * fl_set_object_helper_f(): Tool Tips. (line 13) * fl_set_object_label() <1>: Object Attributes. (line 101) * fl_set_object_label(): Label Attributes and Fonts. (line 186) * fl_set_object_label_f() <1>: Object Attributes. (line 101) * fl_set_object_label_f(): Label Attributes and Fonts. (line 186) * fl_set_object_lalign() <1>: Object Attributes. (line 101) * fl_set_object_lalign(): Label Attributes and Fonts. (line 132) * fl_set_object_lcolor() <1>: Object Attributes. (line 101) * fl_set_object_lcolor(): Label Attributes and Fonts. (line 7) * fl_set_object_lsize() <1>: Object Attributes. (line 101) * fl_set_object_lsize(): Label Attributes and Fonts. (line 10) * fl_set_object_lstyle() <1>: Object Attributes. (line 101) * fl_set_object_lstyle(): Label Attributes and Fonts. (line 28) * fl_set_object_position(): Object Attributes. (line 42) * fl_set_object_posthandler() <1>: Object Events. (line 42) * fl_set_object_posthandler(): Part IV Using a Pre-emptive Handler. (line 26) * fl_set_object_prehandler() <1>: Object Events. (line 20) * fl_set_object_prehandler(): Part IV Using a Pre-emptive Handler. (line 26) * fl_set_object_resize() <1>: Object Attributes. (line 140) * fl_set_object_resize(): Displaying a Form. (line 196) * fl_set_object_return(): Simple Interaction. (line 89) * fl_set_object_shortcut(): Shortcuts. (line 11) * fl_set_object_shortcutkey(): Shortcuts. (line 45) * fl_set_object_size(): Object Attributes. (line 53) * fl_set_oneliner_color(): Messages and Questions. (line 47) * fl_set_oneliner_font(): Messages and Questions. (line 50) * fl_set_pattern(): File Selector. (line 118) * fl_set_pixmap_align(): Other Pixmap Routines. (line 46) * fl_set_pixmap_colorcloseness(): Pixmap Attributes. (line 12) * fl_set_pixmap_data(): Other Pixmap Routines. (line 11) * fl_set_pixmap_file(): Other Pixmap Routines. (line 11) * fl_set_pixmap_pixmap(): Other Pixmap Routines. (line 33) * fl_set_pixmapbutton_align(): Other Button Routines. (line 113) * fl_set_pixmapbutton_data(): Other Button Routines. (line 91) * fl_set_pixmapbutton_file(): Other Button Routines. (line 91) * fl_set_pixmapbutton_focus_data(): Other Button Routines. (line 124) * fl_set_pixmapbutton_focus_file(): Other Button Routines. (line 124) * fl_set_pixmapbutton_focus_outline(): Other Button Routines. (line 135) * fl_set_pixmapbutton_focus_pixmap(): Other Button Routines. (line 124) * fl_set_pixmapbutton_pixmap(): Other Button Routines. (line 91) * fl_set_positioner_mouse_buttons(): Positioner Interaction. (line 36) * fl_set_positioner_xbounds(): Other Positioner Routines. (line 7) * fl_set_positioner_xstep(): Other Positioner Routines. (line 27) * fl_set_positioner_xvalue(): Other Positioner Routines. (line 7) * fl_set_positioner_ybounds(): Other Positioner Routines. (line 7) * fl_set_positioner_ystep(): Other Positioner Routines. (line 27) * fl_set_positioner_yvalue(): Other Positioner Routines. (line 7) * fl_set_resource() <1>: Resources Example. (line 54) * fl_set_resource(): Messages and Questions. (line 183) * fl_set_scrollbar_bounds(): Other Scrollbar Routines. (line 7) * fl_set_scrollbar_increment(): Other Scrollbar Routines. (line 28) * fl_set_scrollbar_size(): Scrollbar Attributes. (line 16) * fl_set_scrollbar_type(): Initialization. (line 202) * fl_set_scrollbar_value(): Other Scrollbar Routines. (line 7) * fl_set_select_item(): Other Select Routines. (line 43) * fl_set_select_items(): Adding Select Objects. (line 109) * fl_set_select_policy(): Select Interaction. (line 72) * fl_set_select_popup(): Adding Select Objects. (line 131) * fl_set_select_text_align(): Select Attributes. (line 17) * fl_set_select_text_color(): Select Attributes. (line 10) * fl_set_select_text_font(): Select Attributes. (line 26) * fl_set_slider_bounds() <1>: Other Slider Routines. (line 6) * fl_set_slider_bounds(): Sliders. (line 17) * fl_set_slider_filter(): Slider Attributes. (line 34) * fl_set_slider_precision(): Slider Attributes. (line 25) * fl_set_slider_repeat(): Slider Attributes. (line 49) * fl_set_slider_size(): Slider Attributes. (line 14) * fl_set_slider_value() <1>: Other Slider Routines. (line 6) * fl_set_slider_value(): Sliders. (line 17) * fl_set_spinner_bounds(): Other Spinner Routines. (line 15) * fl_set_spinner_precision(): Other Spinner Routines. (line 34) * fl_set_spinner_step(): Other Spinner Routines. (line 27) * fl_set_spinner_value(): Other Spinner Routines. (line 6) * fl_set_tabfolder_autofit(): Other Folder Routines. (line 112) * fl_set_tabfolder_offset(): Other Folder Routines. (line 50) * fl_set_tabstop(): Initialization. (line 254) * fl_set_text_clipping(): Clipping. (line 49) * fl_set_thumbwheel_bounds(): Other Thumbwheel Routines. (line 7) * fl_set_thumbwheel_crossover(): Other Thumbwheel Routines. (line 21) * fl_set_thumbwheel_step(): Other Thumbwheel Routines. (line 26) * fl_set_thumbwheel_value(): Other Thumbwheel Routines. (line 7) * fl_set_timer(): Other Timer Routines. (line 6) * fl_set_timer_countup(): Other Timer Routines. (line 17) * fl_set_timer_filter(): Other Timer Routines. (line 31) * fl_set_tooltip_boxtype() <1>: Object Attributes. (line 128) * fl_set_tooltip_boxtype(): Tool Tips. (line 24) * fl_set_tooltip_color() <1>: Object Attributes. (line 128) * fl_set_tooltip_color(): Tool Tips. (line 24) * fl_set_tooltip_font() <1>: Object Attributes. (line 128) * fl_set_tooltip_font(): Tool Tips. (line 24) * fl_set_tooltip_lalign(): Tool Tips. (line 24) * fl_set_visualID(): Initialization. (line 72) * fl_set_xyplot_alphaxtics(): Other XYPlot Routines. (line 34) * fl_set_xyplot_alphaytics(): Other XYPlot Routines. (line 34) * fl_set_xyplot_data(): XYPlot Interaction. (line 51) * fl_set_xyplot_data_double(): XYPlot Interaction. (line 51) * fl_set_xyplot_file(): XYPlot Interaction. (line 68) * fl_set_xyplot_fixed_xaxis(): Other XYPlot Routines. (line 83) * fl_set_xyplot_fixed_yaxis(): Other XYPlot Routines. (line 83) * fl_set_xyplot_grid_linestyle(): Other XYPlot Routines. (line 74) * fl_set_xyplot_inspect(): XYPlot Interaction. (line 88) * fl_set_xyplot_interpolate(): Other XYPlot Routines. (line 264) * fl_set_xyplot_key(): Other XYPlot Routines. (line 241) * fl_set_xyplot_key_font(): Other XYPlot Routines. (line 261) * fl_set_xyplot_key_position(): Other XYPlot Routines. (line 245) * fl_set_xyplot_keys(): Other XYPlot Routines. (line 253) * fl_set_xyplot_linewidth(): Other XYPlot Routines. (line 273) * fl_set_xyplot_log_minor_xtics(): Other XYPlot Routines. (line 24) * fl_set_xyplot_log_minor_ytics(): Other XYPlot Routines. (line 24) * fl_set_xyplot_mark_active(): XYPlot Interaction. (line 47) * fl_set_xyplot_maxoverlays(): Other XYPlot Routines. (line 200) * fl_set_xyplot_overlay_type(): Other XYPlot Routines. (line 174) * fl_set_xyplot_symbol(): Other XYPlot Routines. (line 104) * fl_set_xyplot_symbolsize(): Other XYPlot Routines. (line 98) * fl_set_xyplot_xbounds(): Other XYPlot Routines. (line 141) * fl_set_xyplot_xgrid(): Other XYPlot Routines. (line 60) * fl_set_xyplot_xscale(): Other XYPlot Routines. (line 279) * fl_set_xyplot_xtics(): Other XYPlot Routines. (line 8) * fl_set_xyplot_ybounds(): Other XYPlot Routines. (line 141) * fl_set_xyplot_ygrid(): Other XYPlot Routines. (line 60) * fl_set_xyplot_yscale(): Other XYPlot Routines. (line 279) * fl_set_xyplot_ytics(): Other XYPlot Routines. (line 8) * fl_setpup_align_bottom(): Other XPopup Routines. (line 44) * fl_setpup_bw(): XPopup Attributes. (line 45) * fl_setpup_cursor(): XPopup Attributes. (line 30) * fl_setpup_default_bw();: XPopup Attributes. (line 15) * fl_setpup_default_checkcolor(): XPopup Attributes. (line 61) * fl_setpup_default_color(): XPopup Attributes. (line 54) * fl_setpup_default_cursor(): XPopup Attributes. (line 23) * fl_setpup_default_fontsize() <1>: XPopup Attributes. (line 15) * fl_setpup_default_fontsize(): Menu Attributes. (line 16) * fl_setpup_default_fontstyle() <1>: XPopup Attributes. (line 15) * fl_setpup_default_fontstyle(): Menu Attributes. (line 16) * fl_setpup_entercb(): XPopup Interaction. (line 63) * fl_setpup_entries(): Creating XPopups. (line 217) * fl_setpup_itemcb(): XPopup Interaction. (line 40) * fl_setpup_leavecb(): XPopup Interaction. (line 63) * fl_setpup_maxpups(): XPopup Attributes. (line 65) * fl_setpup_menucb(): XPopup Interaction. (line 40) * fl_setpup_mode(): Other XPopup Routines. (line 10) * fl_setpup_position(): Other XPopup Routines. (line 31) * fl_setpup_selection(): Other XPopup Routines. (line 53) * fl_setpup_shadow(): XPopup Attributes. (line 39) * fl_setpup_shortcut(): XPopup Interaction. (line 21) * fl_setpup_softedge(): XPopup Attributes. (line 45) * fl_setpup_submenu(): XPopup Interaction. (line 78) * fl_setpup_title(): XPopup Attributes. (line 6) * fl_setpup_title_f(): XPopup Attributes. (line 6) * fl_share_canvas_colormap(): Other Canvas Routines. (line 35) * fl_show_alert(): Messages and Questions. (line 52) * fl_show_alert_f(): Messages and Questions. (line 61) * fl_show_browser_line(): Other Browser Routines. (line 150) * fl_show_choice(): Messages and Questions. (line 131) * fl_show_choices(): Messages and Questions. (line 131) * fl_show_colormap(): Colormap. (line 11) * fl_show_command_log(): Command Log. (line 71) * fl_show_errors(): Initialization. (line 305) * fl_show_form() <1>: Doing Interaction. (line 6) * fl_show_form(): Displaying a Form. (line 9) * fl_show_form_f(): Doing Interaction. (line 6) * fl_show_form_window() <1>: Doing Interaction. (line 146) * fl_show_form_window(): Displaying a Form. (line 179) * fl_show_fselector(): File Selector. (line 8) * fl_show_input(): Messages and Questions. (line 158) * fl_show_menu_symbol(): Other Menu Routines. (line 180) * fl_show_message(): Messages and Questions. (line 7) * fl_show_messages(): Messages and Questions. (line 13) * fl_show_messages_f(): Messages and Questions. (line 18) * fl_show_object() <1>: Object Attributes. (line 186) * fl_show_object(): Hiding and Showing. (line 12) * fl_show_oneliner(): Messages and Questions. (line 37) * fl_show_question(): Messages and Questions. (line 93) * fl_show_simple_input(): Messages and Questions. (line 177) * fl_showpup(): XPopup Attributes. (line 70) * fl_signal_caught(): Signals. (line 72) * fl_strdup(): The Routine fl_add_NEW(). (line 45) * fl_stuff_clipboard(): Clipboard. (line 26) * fl_suspend_timer(): Other Timer Routines. (line 22) * fl_to_inside_lalign(): Label Attributes and Fonts. (line 147) * fl_to_outside_lalign(): Label Attributes and Fonts. (line 155) * fl_transient(): Windowing Support. (line 132) * fl_trigger_object() <1>: Object Attributes. (line 196) * fl_trigger_object(): Deactivating and Triggering Objects. (line 25) * fl_unfreeze_all_forms(): Object Attributes. (line 160) * fl_unfreeze_form() <1>: Object Attributes. (line 152) * fl_unfreeze_form(): Changing Many Attributes. (line 21) * fl_unset_clipping(): Clipping. (line 38) * fl_unset_gc_clipping(): Clipping. (line 57) * fl_unset_text_clipping(): Clipping. (line 49) * fl_update_display(): Displaying a Form. (line 21) * fl_use_fselector(): File Selector. (line 42) * fl_validate_input(): Input Interaction. (line 217) * fl_whoami(): Misc. Functions. (line 15) * fl_win_to_form(): General Remarks. (line 90) * fl_winaspect(): Windowing Support. (line 110) * fl_winbackground(): Windowing Support. (line 137) * fl_winclose(): Windowing Support. (line 188) * fl_wincreate(): Windowing Support. (line 11) * fl_winfocus(): Windowing Support. (line 204) * fl_wingeometry(): Windowing Support. (line 101) * fl_winget(): Drawing Functions. (line 10) * fl_winhide(): Windowing Support. (line 183) * fl_winicon(): Windowing Support. (line 127) * fl_winicontitle(): Windowing Support. (line 123) * fl_winicontitle_f(): Windowing Support. (line 123) * fl_winisvalid(): Windowing Support. (line 196) * fl_winmaxsize(): Windowing Support. (line 81) * fl_winminsize(): Windowing Support. (line 81) * fl_winmove(): Windowing Support. (line 169) * fl_winopen(): Windowing Support. (line 26) * fl_winposition(): Windowing Support. (line 95) * fl_winreparent(): Windowing Support. (line 52) * fl_winreshape(): Windowing Support. (line 172) * fl_winresize(): Windowing Support. (line 162) * fl_winset(): Drawing Functions. (line 10) * fl_winshow(): Windowing Support. (line 11) * fl_winsize(): Windowing Support. (line 60) * fl_winstepsize(): Windowing Support. (line 141) * fl_wintitle(): Windowing Support. (line 115) * fl_wintitle_f(): Windowing Support. (line 115) * fl_XEventsQueued(): Dealing With Multiple Windows. (line 66) * fl_XNextEvent(): Dealing With Multiple Windows. (line 66) * fl_XPeekEvent(): Dealing With Multiple Windows. (line 66) * fl_XPutbackEvent(): Dealing With Multiple Windows. (line 66) * fl_xyplot_s2w(): Other XYPlot Routines. (line 305) * fl_xyplot_w2s(): Other XYPlot Routines. (line 305) * flimage_add_format(): Adding New Formats. (line 12) * flimage_add_marker(): Using Markers. (line 9) * flimage_add_marker_struct(): Using Markers. (line 9) * flimage_add_text(): Using Text Strings. (line 6) * flimage_add_text_struct(): Using Text Strings. (line 33) * flimage_alloc(): Creating Images. (line 14) * flimage_autocrop(): Cropping. (line 6) * flimage_close(): Setup and Configuration. (line 144) * flimage_convert(): Supported image types. (line 61) * flimage_convolve(): Convolution. (line 6) * flimage_convolvea(): Convolution. (line 16) * flimage_crop(): Cropping. (line 6) * flimage_define_marker(): Using Markers. (line 66) * flimage_delete_all_markers(): Using Markers. (line 61) * flimage_delete_all_text(): Using Text Strings. (line 70) * flimage_description_via_filter(): Adding New Formats. (line 169) * flimage_display(): The Basic Image Support API. (line 68) * flimage_dump(): The Basic Image Support API. (line 31) * flimage_dup(): Memory Allocation. (line 48) * flimage_enable_bmp(): Built-in support. (line 33) * flimage_enable_fits(): Built-in support. (line 33) * flimage_enable_genesis(): Built-in support. (line 33) * flimage_enable_gif(): Built-in support. (line 33) * flimage_enable_gzip(): Built-in support. (line 33) * flimage_enable_jpeg(): Built-in support. (line 33) * flimage_enable_png(): Built-in support. (line 33) * flimage_enable_pnm(): Built-in support. (line 33) * flimage_enable_ps(): Built-in support. (line 33) * flimage_enable_sgi(): Built-in support. (line 33) * flimage_enable_tiff(): Built-in support. (line 33) * flimage_enable_xbm(): Built-in support. (line 33) * flimage_enable_xpm(): Built-in support. (line 33) * flimage_enable_xwd(): Built-in support. (line 33) * flimage_error(): Setup and Configuration. (line 84) * flimage_flip(): Image Flipping. (line 12) * flimage_free(): The Basic Image Support API. (line 62) * flimage_from_pixmap(): Memory Allocation. (line 54) * flimage_get_autocrop(): Cropping. (line 35) * flimage_get_format_info(): Queries. (line 14) * flimage_get_number_of_formats(): Queries. (line 10) * flimage_getmem(): Creating Images. (line 35) * flimage_gif_output_options(): Built-in support. (line 65) * flimage_is_supported(): The Basic Image Support API. (line 148) * flimage_jpeg_output_options(): Built-in support. (line 48) * flimage_load(): The Basic Image Support API. (line 31) * flimage_open(): Setup and Configuration. (line 132) * flimage_pnm_output_options(): Built-in support. (line 59) * flimage_ps_options(): Built-in support. (line 70) * flimage_read(): Setup and Configuration. (line 137) * flimage_render_annotation(): Pixelizing the Annotation. (line 16) * flimage_rotate(): Rotation. (line 6) * flimage_scale(): Scaling. (line 14) * flimage_sdisplay(): The Basic Image Support API. (line 68) * flimage_select_mediancut_quantizer(): Color Quantization. (line 29) * flimage_select_octree_quantizer(): Color Quantization. (line 26) * flimage_setup(): Setup and Configuration. (line 17) * flimage_tint(): Tint. (line 8) * flimage_to_pixmap(): Memory Allocation. (line 54) * flimage_transform_pixels(): General Pixel Transformation. (line 9) * flimage_type_name(): Supported image types. (line 57) * flimage_warp(): Warping. (line 49) * flimage_windowlevel(): Supported image types. (line 49) * flimage_write_via_filter(): Adding New Formats. (line 169) * flps_init(): Object Attributes. (line 284)  File: xforms.info, Node: Index of Global Variables, Next: Index of Constants, Prev: Index of Functions, Up: Top Index of Global Variables ************************* [index] * Menu: * fl_current_form: Global Variables. (line 17) * fl_display: Global Variables. (line 20) * FL_EVENT: Global Variables. (line 9) * fl_root: Global Variables. (line 33) * fl_screen: Global Variables. (line 29) * fl_scrh: Global Variables. (line 41) * fl_scrw: Global Variables. (line 41) * fl_state: Global Variables. (line 53) * fl_ul_magic_char: Global Variables. (line 59) * fl_vmode: Global Variables. (line 44) * fl_vroot: Global Variables. (line 36)  File: xforms.info, Node: Index of Constants, Prev: Index of Global Variables, Up: Top Index of Constants ****************** [index] * Menu: * FD_FSELECTOR: File Selector. (line 150) * FL DASH: Drawing Functions. (line 160) * FL DOT: Drawing Functions. (line 157) * FL DOTDASH: Drawing Functions. (line 163) * FL LONGDASH: Drawing Functions. (line 166) * FL PUP NONE: Creating XPopups. (line 256) * FL SOLID: Drawing Functions. (line 156) * FL USERDASH: Drawing Functions. (line 169) * FL USERDOUBLEDASH: Drawing Functions. (line 174) * FL_ACTIVE_XYPLOT: XYPlot Types. (line 35) * FL_ALIGN_BOTTOM: Label Attributes and Fonts. (line 137) * FL_ALIGN_CENTER: Label Attributes and Fonts. (line 138) * FL_ALIGN_INSIDE: Label Attributes and Fonts. (line 152) * FL_ALIGN_LEFT: Label Attributes and Fonts. (line 135) * FL_ALIGN_LEFT_BOTTOM: Label Attributes and Fonts. (line 140) * FL_ALIGN_LEFT_TOP: Label Attributes and Fonts. (line 142) * FL_ALIGN_RIGHT: Label Attributes and Fonts. (line 135) * FL_ALIGN_RIGHT_BOTTOM: Label Attributes and Fonts. (line 139) * FL_ALIGN_RIGHT_TOP: Label Attributes and Fonts. (line 141) * FL_ALIGN_TOP: Label Attributes and Fonts. (line 136) * FL_ALL_FREE: Free Object. (line 162) * FL_ALPHASORT: File Selector. (line 289) * FL_ALT_MASK: Input Attributes. (line 96) * FL_ANALOG_CLOCK: Clock Types. (line 7) * FL_APPEVENT_CB <1>: Idle Callbacks and Timeouts. (line 10) * FL_APPEVENT_CB <2>: Doing Interaction. (line 302) * FL_APPEVENT_CB <3>: Using Callback Functions. (line 82) * FL_APPEVENT_CB: Periodic Events and Non-blocking Interaction. (line 28) * FL_ATTRIB: Part IV Events. (line 167) * FL_AUTO <1>: Other FormBrowser Routines. (line 83) * FL_AUTO <2>: Browser Attributes. (line 116) * FL_AUTO: Other Input Routines. (line 91) * FL_BAR_CHART: Chart Types. (line 7) * FL_BEGIN_GROUP <1>: Creating Forms. (line 42) * FL_BEGIN_GROUP: The Routine fl_add_NEW(). (line 33) * FL_BEING_HIDDEN: Displaying a Form. (line 307) * FL_BITMAPBUTTON: Adding Button Objects. (line 58) * FL_BLACK: Color. (line 36) * FL_BLUE: Color. (line 49) * FL_BOLD_STYLE: Label Attributes and Fonts. (line 33) * FL_BOLDITALIC_STYLE: Label Attributes and Fonts. (line 35) * FL_BOOL: Current Support. (line 43) * FL_BORDER_BOX <1>: Box Types. (line 16) * FL_BORDER_BOX: Boxes. (line 22) * FL_BORDER_FRAME <1>: LabelFrame Types. (line 14) * FL_BORDER_FRAME: Frame Types. (line 14) * FL_BOTTOM_BCOL: Color. (line 40) * FL_BOTTOM_TABFOLDER: Folder Types. (line 10) * FL_BROWSER_SCROLL_CALLBACK: Browser Attributes. (line 130) * FL_BUTTON: Adding Button Objects. (line 37) * FL_BUTTON_NMENU: Adding Nmenu Objects. (line 19) * FL_BUTTON_STRUCT: Part IV New Buttons. (line 33) * FL_BUTTON_TOUCH_NMENU: Adding Nmenu Objects. (line 24) * FL_CALLBACKPTR: Using Callback Functions. (line 17) * FL_CASEALPHASORT: File Selector. (line 308) * FL_CHART_MAX: Other Chart Routines. (line 59) * FL_CHARTREUSE: Color. (line 65) * FL_CHECKBUTTON: Adding Button Objects. (line 53) * FL_CIRCLE_XYPLOT: XYPlot Types. (line 11) * FL_CLICK_TIMEOUT: Part IV Events. (line 111) * FL_CMD_OPT: Current Support. (line 16) * FL_COL1: Color. (line 39) * FL_CONTINUOUS_FREE: Free Object. (line 157) * FL_CONTROL_MASK: Input Attributes. (line 95) * FL_COORD_centiMM: Initialization. (line 167) * FL_COORD_centiPOINT: Initialization. (line 167) * FL_COORD_MM: Initialization. (line 167) * FL_COORD_PIXEL: Initialization. (line 167) * FL_COORD_POINT: Initialization. (line 167) * FL_CYAN: Color. (line 53) * FL_DARKCYAN: Color. (line 60) * FL_DARKER_COL1: Color. (line 45) * FL_DARKGOLD: Color. (line 58) * FL_DARKORANGE: Color. (line 63) * FL_DARKTOMATO: Color. (line 61) * FL_DARKVIOLET: Color. (line 66) * FL_DASHED_XYPLOT: XYPlot Types. (line 23) * FL_DATE_INPUT: Input Types. (line 20) * FL_DBLCLICK <1>: Part IV Events. (line 109) * FL_DBLCLICK: Free Object. (line 91) * FL_DEEPPINK: Color. (line 64) * FL_DESELECTABLE_HOLD_BROWSER: Browser Types. (line 19) * FL_DIAL_CCW: Other Dial Routines. (line 45) * FL_DIAL_CW: Other Dial Routines. (line 45) * FL_DIGITAL_CLOCK: Clock Types. (line 8) * FL_Dirlist: File Selector. (line 203) * FL_DIRLIST_FILTER: File Selector. (line 272) * FL_DODGERBLUE: Color. (line 68) * FL_DOS_INPUT_MODE: Input Interaction. (line 242) * FL_DOTDASHED_XYPLOT: XYPlot Types. (line 29) * FL_DOTTED_XYPLOT: XYPlot Types. (line 26) * FL_DOWN_BOX <1>: Box Types. (line 10) * FL_DOWN_BOX: Boxes. (line 19) * FL_DOWN_FRAME <1>: LabelFrame Types. (line 11) * FL_DOWN_FRAME: Frame Types. (line 11) * FL_DRAW <1>: Part IV Events. (line 13) * FL_DRAW: Free Object. (line 34) * FL_DRAWLABEL <1>: Part IV Events. (line 59) * FL_DRAWLABEL: Free Object. (line 57) * FL_DROPLIST_CHOICE: Choice Types. (line 13) * FL_DROPLIST_SELECT: Adding Select Objects. (line 20) * FL_East: Displaying a Form. (line 229) * FL_EditKeymap: Input Attributes. (line 43) * FL_EMBOSSED_BOX: Boxes. (line 34) * FL_EMBOSSED_FRAME <1>: LabelFrame Types. (line 20) * FL_EMBOSSED_FRAME: Frame Types. (line 20) * FL_EMBOSSED_STYLE: Label Attributes and Fonts. (line 46) * FL_EMPTY_XYPLOT: XYPlot Types. (line 39) * FL_END_GROUP: Creating Forms. (line 44) * FL_ENGRAVED_FRAME <1>: LabelFrame Types. (line 17) * FL_ENGRAVED_FRAME: Frame Types. (line 17) * FL_ENGRAVED_STYLE: Label Attributes and Fonts. (line 45) * FL_ENLARGE_ONLY: Other Folder Routines. (line 119) * FL_ENTER <1>: Part IV Events. (line 65) * FL_ENTER: Free Object. (line 64) * FL_EXCEPT: Handling Other Input Sources. (line 27) * FL_FILL_DIAL: Dial Types. (line 14) * FL_FILL_XYPLOT: XYPlot Types. (line 14) * FL_FILLED_CHART: Chart Types. (line 14) * FL_FIT: Other Folder Routines. (line 116) * FL_FIXED_STYLE: Label Attributes and Fonts. (line 36) * FL_FIXEDBOLD_STYLE: Label Attributes and Fonts. (line 37) * FL_FIXEDBOLDITALIC_STYLE: Label Attributes and Fonts. (line 39) * FL_FIXEDITALIC_STYLE: Label Attributes and Fonts. (line 38) * FL_FLAT_BOX <1>: Box Types. (line 13) * FL_FLAT_BOX: Boxes. (line 37) * FL_FLOAT: Current Support. (line 52) * FL_FLOAT_INPUT: Input Types. (line 10) * FL_FLOAT_SPINNER: Spinner Types. (line 11) * FL_FOCUS <1>: Part IV Events. (line 123) * FL_FOCUS: Free Object. (line 107) * FL_FORM_ATACTIVATE <1>: Doing Interaction. (line 263) * FL_FORM_ATACTIVATE: Dealing With Multiple Windows. (line 32) * FL_FORM_ATDEACTIVATE <1>: Doing Interaction. (line 263) * FL_FORM_ATDEACTIVATE: Dealing With Multiple Windows. (line 32) * FL_FRAME_BOX <1>: Box Types. (line 19) * FL_FRAME_BOX: Boxes. (line 28) * FL_FREE_COL1: Color. (line 69) * FL_FREE_SIZE: Displaying a Form. (line 89) * FL_FREEMEM <1>: Part IV Events. (line 179) * FL_FREEMEM: Free Object. (line 128) * FL_FULLBORDER <1>: Doing Interaction. (line 84) * FL_FULLBORDER: Displaying a Form. (line 132) * FL_GREEN: Color. (line 50) * FL_GRID_MAJOR: Other XYPlot Routines. (line 65) * FL_GRID_MINOR: Other XYPlot Routines. (line 68) * FL_GRID_NONE: Other XYPlot Routines. (line 64) * FL_HANDLE_CANVAS: Canvas Interaction. (line 21) * FL_HANDLEPTR <1>: Object Events. (line 20) * FL_HANDLEPTR <2>: Part IV Using a Pre-emptive Handler. (line 26) * FL_HANDLEPTR: Part IV The Type FL_OBJECT. (line 329) * FL_HIDDEN_BUTTON: Button Types. (line 23) * FL_HIDDEN_INPUT: Input Types. (line 31) * FL_HIDDEN_RET_BUTTON: Button Types. (line 32) * FL_HIDDEN_TIMER: Timer Types. (line 13) * FL_HOLD_BROWSER: Browser Types. (line 15) * FL_HOR_BROWSER_SLIDER: Slider Types. (line 28) * FL_HOR_FILL_SLIDER: Slider Types. (line 16) * FL_HOR_NICE_SCROLLBAR: Scrollbar Types. (line 22) * FL_HOR_NICE_SLIDER: Slider Types. (line 22) * FL_HOR_PLAIN_SCROLLBAR: Scrollbar Types. (line 28) * FL_HOR_PROGRESS_BAR: Slider Types. (line 34) * FL_HOR_SCROLLBAR: Scrollbar Types. (line 10) * FL_HOR_SLIDER: Slider Types. (line 10) * FL_HOR_THIN_SCROLLBAR: Scrollbar Types. (line 16) * FL_HOR_THUMBWHEEL: Thumbwheel Types. (line 11) * FL_HORBAR_CHART: Chart Types. (line 8) * FL_HUGE_SIZE: Label Attributes and Fonts. (line 23) * FL_IMAGE: The FL_IMAGE Structure. (line 9) * FL_IMAGE_CI: Supported image types. (line 13) * FL_IMAGE_FLEX: Supported image types. (line 13) * FL_IMAGE_GRAY: Supported image types. (line 13) * FL_IMAGE_GRAY16: Supported image types. (line 13) * FL_IMAGE_MONO: Supported image types. (line 13) * FL_IMAGE_PACKED: Supported image types. (line 13) * FL_IMAGE_RGB: Supported image types. (line 13) * FL_IMPULSE_XYPLOT: XYPlot Types. (line 32) * FL_INACTIVE: Color. (line 55) * FL_INACTIVE_FREE: Free Object. (line 144) * FL_INCLUDE_VERSION: Version Information. (line 14) * FL_INDIANRED: Color. (line 47) * FL_INOUT_BUTTON: Button Types. (line 26) * FL_INPUT_DDMM: Input Interaction. (line 209) * FL_INPUT_END_EVENT_ALWAYS: Input Interaction. (line 156) * FL_INPUT_END_EVENT_CLASSIC: Input Interaction. (line 157) * FL_INPUT_FREE: Free Object. (line 148) * FL_INPUT_MMDD: Input Interaction. (line 209) * FL_INPUTVALIDATOR: Input Interaction. (line 172) * FL_INT: Current Support. (line 46) * FL_INT_INPUT: Input Types. (line 15) * FL_INT_SPINNER: Spinner Types. (line 8) * FL_INVALID: Input Interaction. (line 181) * FL_INVISIBLE: Displaying a Form. (line 301) * FL_INVISIBLE_CURSOR: Cursors. (line 20) * FL_INVISIBLE_POSITIONER: Positioner Types. (line 13) * FL_IO_CALLBACK: Handling Other Input Sources. (line 12) * FL_IOPT: Initialization. (line 105) * FL_ITALIC_STYLE: Label Attributes and Fonts. (line 34) * FL_JUMP_SCROLL: Other FormBrowser Routines. (line 96) * FL_KEY_ALL: Shortcuts. (line 101) * FL_KEY_NORMAL: Shortcuts. (line 87) * FL_KEY_SPECIAL: Shortcuts. (line 96) * FL_KEY_TAB: Shortcuts. (line 92) * FL_KEYPRESS <1>: Part IV Events. (line 131) * FL_KEYPRESS: Free Object. (line 114) * FL_LABELBUTTON: Adding Button Objects. (line 68) * FL_LARGE_SIZE: Label Attributes and Fonts. (line 22) * FL_LEAVE <1>: Part IV Events. (line 75) * FL_LEAVE: Free Object. (line 74) * FL_LEFT_BCOL: Color. (line 43) * FL_LEFT_MOUSE: Part IV Events. (line 89) * FL_LIGHTBUTTON: Adding Button Objects. (line 40) * FL_LIGHTER_COL1: Color. (line 44) * FL_LINE_CHART: Chart Types. (line 11) * FL_LINE_DIAL: Dial Types. (line 11) * FL_LINEAR: Other XYPlot Routines. (line 282) * FL_LINEPOINTS_XYPLOT: XYPlot Types. (line 20) * FL_LOG: Other XYPlot Routines. (line 282) * FL_LONG: Current Support. (line 49) * FL_LOSE_SELECTION_CB: Clipboard. (line 26) * FL_MAGENTA: Color. (line 52) * FL_MAX_COLORS: Color. (line 85) * FL_MAX_FSELECTOR: File Selector. (line 38) * FL_MAX_XYPLOTOVERLAY: Other XYPlot Routines. (line 162) * FL_MAXPUPI: Creating XPopups. (line 131) * FL_MBUTTON1: Part IV Events. (line 89) * FL_MBUTTON2: Part IV Events. (line 92) * FL_MBUTTON3: Part IV Events. (line 95) * FL_MBUTTON4: Part IV Events. (line 98) * FL_MBUTTON5: Part IV Events. (line 101) * FL_MCOL: Color. (line 42) * FL_MEDIUM_SIZE: Label Attributes and Fonts. (line 21) * FL_MENU_BUTTON: Button Types. (line 14) * FL_MENU_SELECT: Adding Select Objects. (line 15) * FL_MIDDLE_MOUSE: Part IV Events. (line 92) * FL_MOTION <1>: Part IV Events. (line 79) * FL_MOTION: Free Object. (line 78) * FL_MTIMESORT: File Selector. (line 295) * FL_MULTI_BROWSER: Browser Types. (line 23) * FL_MULTILINE_INPUT: Input Types. (line 24) * FL_NO: Other Folder Routines. (line 115) * FL_NO_BOX <1>: Box Types. (line 37) * FL_NO_BOX: Boxes. (line 15) * FL_NO_FRAME <1>: LabelFrame Types. (line 7) * FL_NO_FRAME: Frame Types. (line 7) * FL_NOBORDER <1>: Doing Interaction. (line 91) * FL_NOBORDER: Displaying a Form. (line 138) * FL_NOEVENT: Object Attributes. (line 246) * FL_NoGravity: Displaying a Form. (line 223) * FL_NONE: File Selector. (line 288) * FL_NORMAL_BITMAP: Bitmap Types. (line 6) * FL_NORMAL_BROWSER: Browser Types. (line 8) * FL_NORMAL_BUTTON <1>: Button Types. (line 7) * FL_NORMAL_BUTTON: Buttons. (line 17) * FL_NORMAL_CANVAS: Canvas Types. (line 6) * FL_NORMAL_CHOICE: Choice Types. (line 7) * FL_NORMAL_CHOICE2: Choice Types. (line 10) * FL_NORMAL_COUNTER: Counter Types. (line 8) * FL_NORMAL_DIAL: Dial Types. (line 8) * FL_NORMAL_FORMBROWSER: FormBrowser Types. (line 6) * FL_NORMAL_FREE: Free Object. (line 142) * FL_NORMAL_INPUT: Input Types. (line 7) * FL_NORMAL_INPUT_MODE: Input Interaction. (line 241) * FL_NORMAL_NMENU: Adding Nmenu Objects. (line 10) * FL_NORMAL_PIXMAP: Pixmap Types. (line 6) * FL_NORMAL_POSITIONER: Positioner Types. (line 7) * FL_NORMAL_SELECT: Adding Select Objects. (line 10) * FL_NORMAL_SIZE: Label Attributes and Fonts. (line 20) * FL_NORMAL_STYLE: Label Attributes and Fonts. (line 33) * FL_NORMAL_TEXT: Text Types. (line 6) * FL_NORMAL_TIMER: Timer Types. (line 7) * FL_NORMAL_TOUCH_NMENU: Adding Nmenu Objects. (line 14) * FL_NORMAL_XYPLOT: XYPlot Types. (line 7) * FL_North: Displaying a Form. (line 226) * FL_NorthEast: Displaying a Form. (line 227) * FL_NorthWest: Displaying a Form. (line 225) * FL_OFF <1>: Other FormBrowser Routines. (line 80) * FL_OFF <2>: Browser Attributes. (line 113) * FL_OFF: Other Input Routines. (line 95) * FL_ON <1>: Other FormBrowser Routines. (line 79) * FL_ON <2>: Browser Attributes. (line 112) * FL_ON: Other Input Routines. (line 92) * FL_ORCHID: Color. (line 59) * FL_OTHER <1>: Part IV Events. (line 184) * FL_OTHER: Free Object. (line 132) * FL_OVAL3D_DOWNBOX: Boxes. (line 60) * FL_OVAL3D_UPBOX: Boxes. (line 57) * FL_OVAL_BOX <1>: Box Types. (line 34) * FL_OVAL_BOX: Boxes. (line 48) * FL_OVAL_FRAME <1>: LabelFrame Types. (line 26) * FL_OVAL_FRAME: Frame Types. (line 26) * FL_OVERLAY_POSITIONER: Positioner Types. (line 10) * FL_PACKED: The FL_IMAGE Structure. (line 9) * FL_PALEGREEN: Color. (line 57) * FL_PCBITS: The FL_IMAGE Structure. (line 9) * FL_PCMAX: The FL_IMAGE Structure. (line 9) * FL_PIE_CHART: Chart Types. (line 20) * FL_PIXMAPBUTTON: Adding Button Objects. (line 62) * FL_PLACE GEOMETRY: Doing Interaction. (line 33) * FL_PLACE ICONIC: Doing Interaction. (line 74) * FL_PLACE_ASPECT <1>: Doing Interaction. (line 39) * FL_PLACE_ASPECT: Displaying a Form. (line 48) * FL_PLACE_CENTER <1>: Doing Interaction. (line 49) * FL_PLACE_CENTER: Displaying a Form. (line 58) * FL_PLACE_CENTERFREE <1>: Doing Interaction. (line 70) * FL_PLACE_CENTERFREE: Displaying a Form. (line 79) * FL_PLACE_FREE <1>: Doing Interaction. (line 59) * FL_PLACE_FREE: Displaying a Form. (line 68) * FL_PLACE_FULLSCREEN <1>: Doing Interaction. (line 54) * FL_PLACE_FULLSCREEN: Displaying a Form. (line 63) * FL_PLACE_GEOMETRY: Displaying a Form. (line 43) * FL_PLACE_HOTSPOT <1>: Doing Interaction. (line 65) * FL_PLACE_HOTSPOT: Displaying a Form. (line 74) * FL_PLACE_ICONIC: Displaying a Form. (line 83) * FL_PLACE_MOUSE <1>: Doing Interaction. (line 43) * FL_PLACE_MOUSE: Displaying a Form. (line 52) * FL_PLACE_POSITION <1>: Doing Interaction. (line 29) * FL_PLACE_POSITION: Displaying a Form. (line 39) * FL_PLACE_SIZE <1>: Doing Interaction. (line 25) * FL_PLACE_SIZE: Displaying a Form. (line 35) * FL_POINT: Drawing Functions. (line 43) * FL_POINTS_XYPLOT: XYPlot Types. (line 17) * FL_POPUP: Adding Popups. (line 350) * FL_POPUP_BACKGROUND_COLOR: Popup Attributes. (line 80) * FL_POPUP_CB: Adding Popups. (line 211) * FL_POPUP_CHECKED <1>: Other Popup Routines. (line 53) * FL_POPUP_CHECKED <2>: Adding Popups. (line 341) * FL_POPUP_CHECKED: Adding Nmenu Objects. (line 96) * fl_popup_delete(): Adding Popups. (line 405) * FL_POPUP_DISABLED <1>: Other Popup Routines. (line 49) * FL_POPUP_DISABLED: Adding Popups. (line 334) * FL_POPUP_DISABLED_TEXT_COLOR: Popup Attributes. (line 95) * fl_popup_do(): Popup Interaction. (line 6) * FL_POPUP_DRAG_SELECT <1>: Popup Interaction. (line 71) * FL_POPUP_DRAG_SELECT <2>: Nmenu Interaction. (line 62) * FL_POPUP_DRAG_SELECT: Select Interaction. (line 80) * FL_POPUP_DSABLED: Adding Nmenu Objects. (line 89) * FL_POPUP_ENTRY: Adding Popups. (line 292) * FL_POPUP_HIDDEN <1>: Other Popup Routines. (line 50) * FL_POPUP_HIDDEN <2>: Adding Popups. (line 338) * FL_POPUP_HIDDEN: Adding Nmenu Objects. (line 92) * FL_POPUP_HIGHLIGHT_COLOR: Popup Attributes. (line 81) * FL_POPUP_HIGHLIGHT_TEXT_COLOR: Popup Attributes. (line 91) * fl_popup_insert_entries(): Adding Popups. (line 393) * FL_POPUP_ITEM: Adding Popups. (line 423) * FL_POPUP_LINE: Adding Popups. (line 326) * FL_POPUP_NONE <1>: Adding Popups. (line 333) * FL_POPUP_NONE: Adding Nmenu Objects. (line 86) * FL_POPUP_NORMAL <1>: Adding Popups. (line 311) * FL_POPUP_NORMAL: Adding Nmenu Objects. (line 69) * FL_POPUP_NORMAL_SELECT <1>: Popup Interaction. (line 69) * FL_POPUP_NORMAL_SELECT <2>: Nmenu Interaction. (line 58) * FL_POPUP_NORMAL_SELECT: Select Interaction. (line 76) * FL_POPUP_RADIO <1>: Adding Popups. (line 316) * FL_POPUP_RADIO: Adding Nmenu Objects. (line 76) * FL_POPUP_RADIO_COLOR: Popup Attributes. (line 99) * FL_POPUP_RETURN: Adding Popups. (line 238) * FL_POPUP_SUB: Adding Popups. (line 321) * FL_POPUP_TEXT_COLOR: Popup Attributes. (line 88) * FL_POPUP_TITLE_COLOR: Popup Attributes. (line 85) * FL_POPUP_TOGGLE <1>: Adding Popups. (line 312) * FL_POPUP_TOGGLE: Adding Nmenu Objects. (line 72) * FL_PREEMPT <1>: Form Events. (line 47) * FL_PREEMPT: Part IV Using a Pre-emptive Handler. (line 46) * FL_PULLDOWN_MENU: Menu Types. (line 10) * FL_PUP_BOX <1>: Creating XPopups. (line 261) * FL_PUP_BOX: Other Menu Routines. (line 137) * FL_PUP_CB: XPopup Interaction. (line 40) * FL_PUP_CHECK <1>: Creating XPopups. (line 268) * FL_PUP_CHECK: Other Menu Routines. (line 151) * FL_PUP_ENTERCB: XPopup Interaction. (line 63) * FL_PUP_ENTRY <1>: Creating XPopups. (line 221) * FL_PUP_ENTRY: Other Menu Routines. (line 71) * FL_PUP_GREY <1>: Creating XPopups. (line 257) * FL_PUP_GREY: Other Menu Routines. (line 147) * FL_PUP_LEAVECB: XPopup Interaction. (line 63) * FL_PUP_NONE: Other Menu Routines. (line 134) * FL_PUP_RADIO <1>: Creating XPopups. (line 264) * FL_PUP_RADIO: Other Menu Routines. (line 142) * FL_PUSH <1>: Part IV Events. (line 84) * FL_PUSH: Free Object. (line 83) * FL_PUSH_BUTTON <1>: Button Types. (line 11) * FL_PUSH_BUTTON: Buttons. (line 17) * FL_PUSH_MENU: Menu Types. (line 7) * FL_RADIO_BUTTON <1>: Button Types. (line 20) * FL_RADIO_BUTTON: Buttons. (line 17) * FL_RALPHASORT: File Selector. (line 292) * FL_RAW_CALLBACK: Form Events. (line 13) * FL_RCASEALPHASORT: File Selector. (line 311) * FL_READ: Handling Other Input Sources. (line 21) * FL_RED: Color. (line 48) * FL_RELEASE <1>: Part IV Events. (line 104) * FL_RELEASE: Free Object. (line 87) * FL_RESIZE_ALL: Displaying a Form. (line 212) * FL_RESIZE_NONE: Displaying a Form. (line 203) * FL_RESIZE_X: Displaying a Form. (line 206) * FL_RESIZE_Y: Displaying a Form. (line 209) * FL_resource: Current Support. (line 32) * FL_RETURN_ALWAYS: Simple Interaction. (line 116) * FL_RETURN_BUTTON: Button Types. (line 29) * FL_RETURN_CHANGED: Simple Interaction. (line 94) * FL_RETURN_DESELECTION: Simple Interaction. (line 112) * FL_RETURN_END: Simple Interaction. (line 99) * FL_RETURN_END_CHANGED: Simple Interaction. (line 104) * FL_RETURN_NONE: Simple Interaction. (line 120) * FL_RETURN_SELECTION: Simple Interaction. (line 108) * FL_REVISION: Version Information. (line 11) * FL_RFLAT_BOX <1>: Box Types. (line 28) * FL_RFLAT_BOX: Boxes. (line 41) * FL_RIGHT_BCOL: Color. (line 41) * FL_RIGHT_MOUSE: Part IV Events. (line 95) * FL_RINGBELL: Input Interaction. (line 186) * FL_RMTIMESORT: File Selector. (line 298) * FL_ROUND3DBUTTON: Adding Button Objects. (line 49) * FL_ROUNDBUTTON: Adding Button Objects. (line 44) * FL_ROUNDED3D_DOWNBOX: Boxes. (line 54) * FL_ROUNDED3D_UPBOX: Boxes. (line 51) * FL_ROUNDED_BOX <1>: Box Types. (line 25) * FL_ROUNDED_BOX: Boxes. (line 31) * FL_ROUNDED_FRAME <1>: LabelFrame Types. (line 23) * FL_ROUNDED_FRAME: Frame Types. (line 23) * FL_RSHADOW_BOX <1>: Box Types. (line 31) * FL_RSHADOW_BOX: Boxes. (line 45) * FL_RSIZESORT: File Selector. (line 305) * FL_RTYPE: Current Support. (line 41) * FL_SCROLLBARBUTTON: Adding Button Objects. (line 72) * FL_SCROLLDOWN_MOUSE: Part IV Events. (line 101) * FL_SCROLLUP_MOUSE: Part IV Events. (line 98) * FL_SECRET_INPUT: Input Types. (line 27) * FL_SELECT_BROWSER: Browser Types. (line 11) * FL_SELECTION_CB: Clipboard. (line 45) * FL_SHADOW_BOX <1>: Box Types. (line 22) * FL_SHADOW_BOX: Boxes. (line 25) * FL_SHADOW_STYLE: Label Attributes and Fonts. (line 44) * FL_SHORT: Current Support. (line 42) * FL_SHORTCUT <1>: Part IV Events. (line 142) * FL_SHORTCUT <2>: Other Button Routines. (line 31) * FL_SHORTCUT <3>: Free Object. (line 124) * FL_SHORTCUT: Dealing With Multiple Windows. (line 129) * FL_SIGNAL_HANDLER: Signals. (line 16) * FL_SIMPLE_COUNTER: Counter Types. (line 11) * FL_SIZESORT: File Selector. (line 302) * FL_SLATEBLUE: Color. (line 46) * FL_SLIDER_MAX_PREC: Slider Attributes. (line 29) * FL_SLIDER_WIDTH <1>: Scrollbar Attributes. (line 18) * FL_SLIDER_WIDTH: Slider Attributes. (line 17) * FL_SMALL_SIZE: Label Attributes and Fonts. (line 19) * FL_SMOOTH_SCROLL: Other FormBrowser Routines. (line 93) * FL_South: Displaying a Form. (line 231) * FL_SouthEast: Displaying a Form. (line 232) * FL_SouthWest: Displaying a Form. (line 230) * FL_SPECIALPIE_CHART: Chart Types. (line 23) * FL_SPIKE_CHART: Chart Types. (line 17) * FL_SPRINGGREEN: Color. (line 67) * FL_SQUARE_XYPLOT: XYPlot Types. (line 8) * FL_State: General Remarks. (line 18) * FL_STEP <1>: Part IV Events. (line 146) * FL_STEP: Free Object. (line 118) * FL_STRING: Current Support. (line 55) * FL_TIMEOUT_CALLBACK <1>: Idle Callbacks and Timeouts. (line 36) * FL_TIMEOUT_CALLBACK: Periodic Events and Non-blocking Interaction. (line 48) * FL_TIMER_FILTER: Other Timer Routines. (line 31) * FL_TIMES_STYLE: Label Attributes and Fonts. (line 40) * FL_TIMESBOLD_STYLE FL: Label Attributes and Fonts. (line 41) * FL_TIMESBOLDITALIC_STYLE: Label Attributes and Fonts. (line 43) * FL_TIMESITALIC_STYLE: Label Attributes and Fonts. (line 42) * FL_TINY_SIZE: Label Attributes and Fonts. (line 19) * FL_TOMATO: Color. (line 54) * FL_TOP_BCOL: Color. (line 56) * FL_TOP_TABFOLDER: Folder Types. (line 7) * FL_TOUCH_BUTTON <1>: Button Types. (line 17) * FL_TOUCH_BUTTON: Buttons. (line 17) * FL_TOUCH_MENU: Menu Types. (line 13) * FL_TRANSIENT <1>: Doing Interaction. (line 87) * FL_TRANSIENT: Displaying a Form. (line 135) * FL_TRIGGER: Object Attributes. (line 243) * FL_TRPLCLICK <1>: Part IV Events. (line 117) * FL_TRPLCLICK: Free Object. (line 95) * FL_UNFOCUS <1>: Part IV Events. (line 128) * FL_UNFOCUS: Free Object. (line 111) * FL_UP_BOX <1>: Box Types. (line 7) * FL_UP_BOX: Boxes. (line 16) * FL_UP_FRAME <1>: LabelFrame Types. (line 8) * FL_UP_FRAME: Frame Types. (line 8) * FL_UPDATE <1>: Part IV Events. (line 155) * FL_UPDATE: Free Object. (line 100) * FL_USER_CLASS_START: The Routine fl_add_NEW(). (line 33) * FL_VALID: Input Interaction. (line 181) * FL_VALUE_TIMER: Timer Types. (line 9) * FL_VERSION: Version Information. (line 8) * FL_VERT_BROWSER_SLIDER: Slider Types. (line 25) * FL_VERT_FILL_SLIDER: Slider Types. (line 13) * FL_VERT_NICE_SCROLLBAR: Scrollbar Types. (line 19) * FL_VERT_NICE_SLIDER: Slider Types. (line 19) * FL_VERT_PLAIN_SCROLLBAR: Scrollbar Types. (line 25) * FL_VERT_PROGRESS_BAR: Slider Types. (line 31) * FL_VERT_SCROLLBAR: Scrollbar Types. (line 7) * FL_VERT_SLIDER: Slider Types. (line 7) * FL_VERT_THIN_SCROLLBAR: Scrollbar Types. (line 13) * FL_VERT_THUMBWHEEL: Thumbwheel Types. (line 8) * FL_VISIBLE: Displaying a Form. (line 304) * FL_West: Displaying a Form. (line 228) * FL_WHEAT: Color. (line 62) * FL_WHITE: Color. (line 38) * FL_WRITE: Handling Other Input Sources. (line 24) * FL_XYPLOT_SYMBOL: Other XYPlot Routines. (line 104) * FL_YELLOW: Color. (line 51) * FLIMAGE_ASPECT: Scaling. (line 24) * FLIMAGE_AUTOCOLOR: Cropping. (line 15) * FLIMAGE_CENTER: Scaling. (line 27) * FLIMAGE_Description: Adding New Formats. (line 12) * FLIMAGE_FORMAT_INFO: Queries. (line 14) * FLIMAGE_Identify: Adding New Formats. (line 12) * FLIMAGE_JPEG_OPTIONS: Built-in support. (line 48) * FLIMAGE_NOCENTER <1>: Warping. (line 67) * FLIMAGE_NOCENTER: Scaling. (line 30) * FLIMAGE_NOSUBPIXEL <1>: Warping. (line 67) * FLIMAGE_NOSUBPIXEL <2>: Scaling. (line 20) * FLIMAGE_NOSUBPIXEL: Rotation. (line 12) * FLIMAGE_Read_Pixels: Adding New Formats. (line 12) * FLIMAGE_SETUP: Setup and Configuration. (line 20) * FLIMAGE_SHARPEN: Convolution. (line 31) * FLIMAGE_SMOOTH: Convolution. (line 30) * FLIMAGE_SUBPIXEL <1>: Warping. (line 67) * FLIMAGE_SUBPIXEL <2>: Scaling. (line 21) * FLIMAGE_SUBPIXEL: Rotation. (line 12) * FLIMAGE_TEXT: Using Text Strings. (line 33) * FLIMAGE_Write_Image: Adding New Formats. (line 12) * FLPS_CONTROL: Object Attributes. (line 284) * ForgetGravity: Displaying a Form. (line 233) * FT_BLK: File Selector. (line 237) * FT_CHR: File Selector. (line 240) * FT_DIR: File Selector. (line 225) * FT_FIFO: File Selector. (line 231) * FT_FILE: File Selector. (line 224) * FT_LINK: File Selector. (line 234) * FT_SOCK: File Selector. (line 228)