Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1660 → Rev 1661

/programs/develop/libraries/box_lib/branch/box_lib.mac
141,19 → 141,19
mov ecx,((end-start)/ch_struc_size)
@@:
push ebp ;óêàçàòåëü íà ïåðâûé checkbox
call [check_box_mouse] ;ìàêðîñ ïðîâåðêè ìûøêè íàä checkbox'îì
call [init_checkbox] ;ìàêðîñ ïðîâåðêè ìûøêè íàä checkbox'îì
add ebp,ch_struc_size
loop @b
}
 
;Ìàêðîñ îòðèñîâêè ãðóïïû checkboxes.
macro checkboxes_draw start,end
;Ìàêðîñ ïðîâåðêè ìûøêè ãðóïïû checkboxes.
macro checkboxes_mouse start,end
{
mov ebp,start
mov ecx,((end-start)/ch_struc_size)
@@:
push ebp ;óêàçàòåëü íà ïåðâûé checkbox
call [check_box_draw] ;íàðèñîâàòü checkbox
call [check_box_mouse] ;íàðèñîâàòü checkbox
add ebp,ch_struc_size
loop @b
}