Subversion Repositories Kolibri OS

Rev

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

Rev 6789 Rev 6972
Line 37... Line 37...
37
;CheckBox
37
;CheckBox
38
include 'checkbox.asm' ;checkbox
38
include 'checkbox.asm' ;checkbox
Line 39... Line 39...
39
 
39
 
40
;--------------------------------------------------
40
;--------------------------------------------------
41
;radiobutton Group
-
 
42
;--------------------------------------------------
-
 
43
align 16
41
;radiobutton Group
44
use_optionbox_driver	;macro that control the operating modes
-
 
45
align 16
-
 
46
use_optionbox_draw	;macro reveals the function of the display.
-
 
47
align 16
-
 
Line 48... Line 42...
48
use_optionbox_mouse	;macro reveals processing function of the mouse.
42
include 'optionbox.asm' ;macro implements optionbox
49
 
43
 
50
;--------------------------------------------------
44
;--------------------------------------------------
51
;scrollbar Group
45
;scrollbar Group
Line 75... Line 69...
75
align 16
69
align 16
76
use_file_browser
70
use_file_browser
Line 77... Line 71...
77
 
71
 
78
;--------------------------------------------------
72
;--------------------------------------------------
79
;tree list
73
;tree list
80
;--------------------------------------------------
-
 
81
align 16
-
 
Line 82... Line 74...
82
use_tree_list
74
include 'tree_list.asm' ;macro implements tree_list, image_list, list_box
83
 
75
 
84
;--------------------------------------------------
76
;--------------------------------------------------
85
;PathShow Group
77
;PathShow Group