Home
last modified time | relevance | path

Searched refs:hotkeys (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/dialog/
H A Dbuttons.c374 int *hotkeys = get_hotkeys(labels); in dlg_draw_buttons() local
376 assert_ptr(hotkeys, "dlg_draw_buttons"); in dlg_draw_buttons()
391 CHR_BUTTON ? hotkeys[n] : -1, in dlg_draw_buttons()
409 free(hotkeys); in dlg_draw_buttons()
470 int *hotkeys = get_hotkeys(labels); in dlg_char_to_button() local
474 if (hotkeys != 0) { in dlg_char_to_button()
478 if (ch == hotkeys[j]) { in dlg_char_to_button()
484 free(hotkeys); in dlg_char_to_button()
H A DCHANGES698 + improve the way "hotkeys" are assigned to widget buttons by checking