Subversion Repositories Kolibri OS

Rev

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

Rev 6689 Rev 6788
Line 29... Line 29...
29
mem.realloc dd ? ;ôóíêöèÿ äëÿ ïåðåðàñïðåäåëåíèÿ ïàìÿòè
29
mem.realloc dd ? ;ôóíêöèÿ äëÿ ïåðåðàñïðåäåëåíèÿ ïàìÿòè
30
dll.load    dd ?
30
dll.load    dd ?
Line 31... Line 31...
31
 
31
 
32
;----------------------------------------------------
32
;----------------------------------------------------
33
;EditBox
-
 
34
;----------------------------------------------------
-
 
35
align 16
33
;EditBox
36
use_editbox_draw	;macro reveals the function of the display.
-
 
37
align 16
-
 
38
use_editbox_key 	;macro reveals processing function of the keypad.
-
 
39
align 16
-
 
Line 40... Line 34...
40
use_editbox_mouse	;macro reveals processing function of the mouse.
34
include 'editbox.asm' ;editbox
41
 
35
 
42
;----------------------------------------------------
36
;----------------------------------------------------
43
;CheckBox2
37
;CheckBox2