forked from KolibriOS/kolibrios
fd898963db
2) changes code t_edit.kex 3) fixed function 'tl_strlen' in 'tree_list' 4) minor edits documentation 'box_lib.obj' git-svn-id: svn://kolibrios.org@1457 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
582 B
Plaintext
10 lines
582 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
|
|
include 'pathshow.mac' ;macro implements pathshow
|
|
include 't_edit.mac' ;macro implements text_editor |