forked from KolibriOS/kolibrios
64cdacca6e
1) new file 'box_lib.mac' to connect all elements 2) Eliminate duplication of code. Minor improvements 'fasm'. git-svn-id: svn://kolibrios.org@1372 a494cfbc-eb01-0410-851d-a64ba20cac60
8 lines
482 B
Plaintext
8 lines
482 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 |