ref: 2ac04082bdde4d5e90f1fbc6f5d00c61aec2d327
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", };