checkbox: clean code

picdev: fix names

git-svn-id: svn://kolibrios.org@6789 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
IgorA
2016-12-07 11:06:54 +00:00
parent f097bebc8f
commit 4f831a4d79
4 changed files with 78 additions and 92 deletions

View File

@@ -34,14 +34,8 @@ dll.load dd ?
include 'editbox.asm' ;editbox
;----------------------------------------------------
;CheckBox2
;----------------------------------------------------
align 16
_init_checkbox2 ;macro for init checkbox
align 16
use_checkbox_draw2 ;macro reveals the function of the display.
align 16
use_checkbox_mouse2 ;macro reveals processing function of the mouse.
;CheckBox
include 'checkbox.asm' ;checkbox
;--------------------------------------------------
;radiobutton Group