Subversion Repositories Kolibri OS

Rev

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

Rev 6972 Rev 7036
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
41
;radiobutton Group
Line 42... Line 42...
42
include 'optionbox.asm' ;macro implements optionbox
42
include 'optionbox.asm' ;optionbox
43
 
43
 
44
;--------------------------------------------------
44
;--------------------------------------------------
45
;scrollbar Group
45
;scrollbar Group
Line 69... Line 69...
69
align 16
69
align 16
70
use_file_browser
70
use_file_browser
Line 71... Line 71...
71
 
71
 
72
;--------------------------------------------------
72
;--------------------------------------------------
73
;tree list
73
;tree list
Line 74... Line 74...
74
include 'tree_list.asm' ;macro implements tree_list, image_list, list_box
74
include 'tree_list.asm' ;tree_list, list_box
75
 
75
 
76
;--------------------------------------------------
76
;--------------------------------------------------
77
;PathShow Group
77
;PathShow Group
78
;--------------------------------------------------
78
;--------------------------------------------------
Line 79... Line 79...
79
align 16
79
align 16
80
use_path_show
80
use_path_show
81
 
-
 
82
;--------------------------------------------------
-
 
83
;text editor
81
 
-
 
82
;--------------------------------------------------
84
;--------------------------------------------------
83
;text editor
85
align 16
84
include 't_edit.asm' ;text_editor
86
use_text_edit
85
 
87
;--------------------------------------------------
86
;--------------------------------------------------
88
;Frame Group
87
;Frame Group
Line 116... Line 115...
116
	col_0:dword, col_1:dword, col_2:dword
115
	col_0:dword, col_1:dword, col_2:dword
Line 117... Line 116...
117
 
116
 
118
	mov esi,dword[col_1]
117
	mov esi,dword[col_1]
Line 119... Line 118...
119
	and esi,111111101111111011111110b
118
	and esi,111111101111111011111110b
120
 
119
 
121
	mov eax,13
120
	mov eax,SF_DRAW_RECT
122
	;bottom line
121
	;bottom line
123
	mov edx,dword[col_2]
122
	mov edx,dword[col_2]
124
	mov ebx,dword[box_l]
123
	mov ebx,dword[box_l]