forked from KolibriOS/kolibrios
79c0315dca
1) Now all the macros used by other applications to work with BoxLib located in box_lib.mac 2) Macros for components that are used only in the library BoxLib - located in bl_sys.mac, a list of include files. 3) Big requests to other developers -support this rule, it will do easier to use macros for other applications. git-svn-id: svn://kolibrios.org@1432 a494cfbc-eb01-0410-851d-a64ba20cac60
8 lines
475 B
Plaintext
8 lines
475 B
Plaintext
include 'editbox.mac' ;macro which should make life easier :) specially for editbox
|
|
include 'checkbox.mac' ;macro implements checkbox
|
|
include 'optionbox.mac' ;macro implements optionbox
|
|
include 'scrollbar.mac' ;macro implements scrollbar
|
|
include 'd_button.mac' ;macro implements dinamic_button
|
|
include 'menubar.mac' ;macro implements menubar
|
|
include 'filebrowser.mac' ;macro implements filebrowser
|
|
include 'tree_list.mac' ;macro implements tree_list, image_list, list_box |