ref: 023f2af0d958b771a8b542009ce359ccf500f3a4
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", };