mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-14 06:32:38 -04:00

Libraries (box_lib, buf2d, libimg, tinygl): optimize function import Programs updated: - gears, test3, test_glu1, test_glu2, - test_array1, textures0, textures1, textures2, - ctrldemo, editbox_ex, crypt_files, img_transform, - scrshoot, t_edit, cnc_control, cnc_editor Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/231 Reviewed-by: Mikhail Frolov <mixa.frolov2003@gmail.com> Reviewed-by: Ivan B <dunkaist@noreply.localhost> Co-authored-by: IgorA <aie85playm@gmail.com> Co-committed-by: IgorA <aie85playm@gmail.com>
118 lines
2.1 KiB
PHP
118 lines
2.1 KiB
PHP
;
|
|
; Export functions
|
|
;
|
|
|
|
E_LIB lib_init
|
|
E_LIB version
|
|
|
|
E_LIB edit_box_draw
|
|
E_LIB edit_box_key
|
|
E_LIB edit_box_key_safe
|
|
E_LIB edit_box_mouse
|
|
E_LIB edit_box_set_text
|
|
E_LIB version_ed
|
|
|
|
E_LIB init_checkbox, init_checkbox2
|
|
E_LIB check_box_draw, check_box_draw2
|
|
E_LIB check_box_mouse, check_box_mouse2
|
|
E_LIB version_ch, version_ch2
|
|
|
|
E_LIB option_box_draw
|
|
E_LIB option_box_mouse
|
|
E_LIB version_op
|
|
|
|
E_LIB scrollbar_v_draw
|
|
E_LIB scrollbar_v_mouse
|
|
E_LIB scrollbar_h_draw
|
|
E_LIB scrollbar_h_mouse
|
|
E_LIB version_scrollbar
|
|
|
|
E_LIB dbutton_draw
|
|
E_LIB dbutton_mouse
|
|
E_LIB version_dbutton
|
|
|
|
E_LIB menu_bar_draw
|
|
E_LIB menu_bar_mouse
|
|
E_LIB menu_bar_activate
|
|
E_LIB version_menu_bar
|
|
|
|
E_LIB FileBrowser_draw
|
|
E_LIB FileBrowser_mouse
|
|
E_LIB FileBrowser_key
|
|
E_LIB version_FileBrowser
|
|
|
|
E_LIB tl_data_init
|
|
E_LIB tl_data_clear
|
|
E_LIB tl_info_clear
|
|
E_LIB tl_key
|
|
E_LIB tl_mouse
|
|
E_LIB tl_draw
|
|
E_LIB tl_info_undo
|
|
E_LIB tl_info_redo
|
|
E_LIB tl_node_add
|
|
E_LIB tl_node_set_data
|
|
E_LIB tl_node_get_data
|
|
E_LIB tl_node_delete
|
|
E_LIB tl_cur_beg
|
|
E_LIB tl_cur_next
|
|
E_LIB tl_cur_perv
|
|
E_LIB tl_node_close_open
|
|
E_LIB tl_node_lev_inc
|
|
E_LIB tl_node_lev_dec
|
|
E_LIB tl_node_move_up
|
|
E_LIB tl_node_move_down
|
|
E_LIB tl_node_poi_get_info
|
|
E_LIB tl_node_poi_get_next_info
|
|
E_LIB tl_node_poi_get_data
|
|
E_LIB tl_save_mem
|
|
E_LIB tl_load_mem
|
|
E_LIB tl_get_mem_size
|
|
E_LIB version_tree_list
|
|
|
|
E_LIB PathShow_prepare
|
|
E_LIB PathShow_draw
|
|
E_LIB version_PathShow
|
|
|
|
E_LIB ted_but_sumb_upper
|
|
E_LIB ted_but_sumb_lover
|
|
E_LIB ted_but_convert_by_table
|
|
E_LIB ted_can_save
|
|
E_LIB ted_clear
|
|
E_LIB ted_delete
|
|
E_LIB ted_draw
|
|
E_LIB ted_init
|
|
E_LIB ted_init_scroll_bars
|
|
E_LIB ted_init_syntax_file
|
|
E_LIB ted_is_select
|
|
E_LIB ted_key
|
|
E_LIB ted_mouse
|
|
E_LIB ted_open_file
|
|
E_LIB ted_save_file
|
|
E_LIB ted_text_add
|
|
E_LIB ted_but_select_word
|
|
E_LIB ted_but_cut
|
|
E_LIB ted_but_copy
|
|
E_LIB ted_but_paste
|
|
E_LIB ted_but_undo
|
|
E_LIB ted_but_redo
|
|
E_LIB ted_but_reverse
|
|
E_LIB ted_but_find
|
|
E_LIB ted_but_replace
|
|
E_LIB ted_text_colored
|
|
E_LIB ted_go_to_position
|
|
E_LIB version_text_edit
|
|
|
|
E_LIB frame_draw
|
|
E_LIB version_frame
|
|
|
|
E_LIB progressbar_draw
|
|
E_LIB progressbar_progress
|
|
|
|
E_LIB tooltip_init
|
|
E_LIB tooltip_delete
|
|
E_LIB tooltip_test_show
|
|
E_LIB tooltip_mouse
|
|
E_LIB get_font_size
|
|
|
|
purge E_LIB
|