ref: 924693c703c1372e3f60815c012b3cdcba417dd3
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", };