Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6972 → Rev 6971

/programs/develop/libraries/box_lib/trunk/box_lib.asm
39,7 → 39,13
 
;--------------------------------------------------
;radiobutton Group
include 'optionbox.asm' ;macro implements optionbox
;--------------------------------------------------
align 16
use_optionbox_driver ;macro that control the operating modes
align 16
use_optionbox_draw ;macro reveals the function of the display.
align 16
use_optionbox_mouse ;macro reveals processing function of the mouse.
 
;--------------------------------------------------
;scrollbar Group
71,7 → 77,9
 
;--------------------------------------------------
;tree list
include 'tree_list.asm' ;macro implements tree_list, image_list, list_box
;--------------------------------------------------
align 16
use_tree_list
 
;--------------------------------------------------
;PathShow Group