Difference between revisions of "Box lib"

From KolibriOS wiki
Jump to navigation Jump to search
(translate box lib wiki to english)
 
m (point tree list hyperlink to english translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
'''box_lib.obj''' library contains different controls that you can use when writing applications. box_lib.mac file connects to compiled macros and libraries for the elements. If the user uses tree_list or text_editor elements, it must be connected with the library to call a function '''lib_init'''.
 
'''box_lib.obj''' library contains different controls that you can use when writing applications. box_lib.mac file connects to compiled macros and libraries for the elements. If the user uses tree_list or text_editor elements, it must be connected with the library to call a function '''lib_init'''.
 
==Items==
 
==Items==
* [[box_lib_editbox/ru | editbox]] - text field
+
* [[box_lib_editbox | editbox]] - text field
 
* [[box_lib_checkbox/ru | checkbox]] - check box
 
* [[box_lib_checkbox/ru | checkbox]] - check box
 
* [[box_lib_optionbox/ru | optionbox]] - radio button
 
* [[box_lib_optionbox/ru | optionbox]] - radio button
Line 8: Line 8:
 
* [[box_lib_menubar/ru | menubar]]
 
* [[box_lib_menubar/ru | menubar]]
 
* [[box_lib_filebrowser/ru | filebrowser]]
 
* [[box_lib_filebrowser/ru | filebrowser]]
* [[box_lib_tree_list/ru | tree_list]]
+
* [[box_lib_tree_list | tree_list]]
 
* [[box_lib_text_editor/ru | text_editor]] - text editor element
 
* [[box_lib_text_editor/ru | text_editor]] - text editor element
 
* [[box_lib_pathshow/ru | PathShow]]
 
* [[box_lib_pathshow/ru | PathShow]]

Latest revision as of 14:26, 24 July 2016

box_lib.obj library contains different controls that you can use when writing applications. box_lib.mac file connects to compiled macros and libraries for the elements. If the user uses tree_list or text_editor elements, it must be connected with the library to call a function lib_init.

Items

Authors

  • Алексей Теплов aka <Lrz>
  • Марат Закиянов aka Mario79, aka Mario
  • Евтихов Максим aka Maxxxx32
  • Евгений Гречников aka Diamond
  • hidnplayr
  • Игорь Афанасьев aka IgorA