forked from KolibriOS/kolibrios
editbox: clean code
git-svn-id: svn://kolibrios.org@6788 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
6aab6c5478
commit
f097bebc8f
@ -1,4 +1,3 @@
|
||||
include 'editbox.mac' ;macro which should make life easier :) specially for editbox
|
||||
include 'checkbox2.mac' ;macro implements checkbox version 2
|
||||
include 'optionbox.mac' ;macro implements optionbox
|
||||
include 'scrollbar.mac' ;macro implements scrollbar
|
||||
|
@ -31,13 +31,7 @@ dll.load dd ?
|
||||
|
||||
;----------------------------------------------------
|
||||
;EditBox
|
||||
;----------------------------------------------------
|
||||
align 16
|
||||
use_editbox_draw ;macro reveals the function of the display.
|
||||
align 16
|
||||
use_editbox_key ;macro reveals processing function of the keypad.
|
||||
align 16
|
||||
use_editbox_mouse ;macro reveals processing function of the mouse.
|
||||
include 'editbox.asm' ;editbox
|
||||
|
||||
;----------------------------------------------------
|
||||
;CheckBox2
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user