ref: fdd7d0be76013a747dd2c9f3bf73310ffc0f0705
dir: /common.c/
#include "common.h" char *uitypenames[UInum] = { [UITGroup] = "tgroup", [UIHGroup] = "hgroup", [UIVGroup] = "vgroup", [UIButton] = "button", [UICheckBox] = "checkbox", [UIVSlider] = "vslider", [UIHSlider] = "hslider", [UINEntry] = "nentry", [UIHBarGraph] = "hbargraph", [UIVBarGraph] = "vbargraph", };