Subversion Repositories Kolibri OS

Rev

Rev 1328 | Rev 1432 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1328 Rev 1372
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
public EXPORTS
15
public EXPORTS
16
 
16
 
17
section '.flat' code readable align 16
17
section '.flat' code readable align 16
18
include '../../../../macros.inc'
-
 
19
include 'editbox.mac'	;macro which should make life easier :) specially for editbox
-
 
20
include 'checkbox.mac'	;macro implements checkbox
-
 
21
include 'optionbox.mac' ;macro implements optionbox
-
 
22
include 'scrollbar.mac' ;macro implements scrollbar
-
 
23
include 'd_button.mac' ;macro implements dinamic_button
-
 
24
include 'menubar.mac' ;macro implements menubar
-
 
-
 
18
include '../../../../macros.inc'
25
include 'filebrowser.mac' ;macro implements filebrowser
19
include 'box_lib.mac' ;macro which should make life easier :)
26
include 'tree_list.mac' ;macro implements tree_list, image_list, list_box
20
 
27
;----------------------------------------------------
21
;----------------------------------------------------
28
;EditBox
22
;EditBox
29
;----------------------------------------------------
23
;----------------------------------------------------