ref: 6544a8049f57f231de744df73403f68428bbbe1f
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", };