R211B6
- A new check-group widget called hcheck-group that lays out text horizontally rather than vertically.
Eg:
group-box "" -1x-1 data [
hcheck-group
100x-1 data [
"Vitamin D" none
"Calcium" none
"Fasting Lipids" none
"Fastling Glucose" none
"HbA1c" none
"hs-CRP" none
"CRP" none
"CBC and ESR" none
"Liver panel" none
]
]
When you check the tests, the text is incorporated like: Vitamin D, Calcium, Fasting Lipids etc
as opposed to
Vitamin D
Calcium
Fasting Lipids
which is what you get with the existing check-group widget.
Graham Chiu
Beta Downloads and Documentation Wiki