texts 133 lib/widget/radio.c if (r->texts[i].hotkey != NULL) texts 137 lib/widget/radio.c c = g_ascii_tolower ((gchar) r->texts[i].hotkey[0]); texts 171 lib/widget/radio.c hotkey_draw (w, r->texts[i], i == r->pos && focused); texts 179 lib/widget/radio.c hotkey_free (r->texts[i]); texts 180 lib/widget/radio.c g_free (r->texts); texts 216 lib/widget/radio.c radio_new (int y, int x, int count, const char **texts) texts 227 lib/widget/radio.c r->texts = g_new (hotkey_t, count); texts 233 lib/widget/radio.c r->texts[i] = hotkey_new (texts[i]); texts 234 lib/widget/radio.c width = hotkey_width (r->texts[i]); texts 25 lib/widget/radio.h hotkey_t *texts; /* texts of labels */