Subversion Repositories Kolibri OS

Rev

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

Rev 6788 Rev 6789
Line 32... Line 32...
32
;----------------------------------------------------
32
;----------------------------------------------------
33
;EditBox
33
;EditBox
34
include 'editbox.asm' ;editbox
34
include 'editbox.asm' ;editbox
Line 35... Line 35...
35
 
35
 
36
;----------------------------------------------------
36
;----------------------------------------------------
37
;CheckBox2
-
 
38
;----------------------------------------------------
-
 
39
align 16
37
;CheckBox
40
_init_checkbox2 	;macro for init checkbox
-
 
41
align 16
-
 
42
use_checkbox_draw2	;macro reveals the function of the display.
-
 
43
align 16
-
 
Line 44... Line 38...
44
use_checkbox_mouse2	;macro reveals processing function of the mouse.
38
include 'checkbox.asm' ;checkbox
45
 
39
 
46
;--------------------------------------------------
40
;--------------------------------------------------
47
;radiobutton Group
41
;radiobutton Group