1
edit
Changes
→void bio_displayflag(..........): fix space
==== void bio_displayflag(..........) ====
<big>void bio_displayflag(const char '''*format''', int '''row''', int '''col''', int'''status''');</big>
Allows the user to display a <u>checkbox</u> at '''row''' and '''col''' on the screen. Depending on the value of '''status'''; being zero or non-zero, the checkbox will be checked or unchecked respectively.