hotkey_t 242 lib/widget/button.c hotkey_t hk; hotkey_t 37 lib/widget/button.h hotkey_t text; /* text of button, contain hotkey too */ hotkey_t 162 lib/widget/check.c hotkey_t hk; hotkey_t 21 lib/widget/check.h hotkey_t text; /* text of check button */ hotkey_t 60 lib/widget/menu.c hotkey_t text; hotkey_t 68 lib/widget/menu.c hotkey_t text; hotkey_t 227 lib/widget/radio.c r->texts = g_new (hotkey_t, count); hotkey_t 25 lib/widget/radio.h hotkey_t *texts; /* texts of labels */ hotkey_t 194 lib/widget/widget-common.c struct hotkey_t hotkey_t 197 lib/widget/widget-common.c hotkey_t result; hotkey_t 230 lib/widget/widget-common.c hotkey_free (const hotkey_t hotkey) hotkey_t 240 lib/widget/widget-common.c hotkey_width (const hotkey_t hotkey) hotkey_t 253 lib/widget/widget-common.c hotkey_equal (const hotkey_t hotkey1, const hotkey_t hotkey2) hotkey_t 265 lib/widget/widget-common.c hotkey_draw (const Widget *w, const hotkey_t hotkey, gboolean focused) hotkey_t 289 lib/widget/widget-common.c hotkey_get_text (const hotkey_t hotkey) hotkey_t 193 lib/widget/widget-common.h hotkey_t hotkey_new (const char *text); hotkey_t 195 lib/widget/widget-common.h void hotkey_free (const hotkey_t hotkey); hotkey_t 197 lib/widget/widget-common.h int hotkey_width (const hotkey_t hotkey); hotkey_t 199 lib/widget/widget-common.h gboolean hotkey_equal (const hotkey_t hotkey1, const hotkey_t hotkey2); hotkey_t 201 lib/widget/widget-common.h void hotkey_draw (const Widget * w, const hotkey_t hotkey, gboolean focused); hotkey_t 203 lib/widget/widget-common.h char *hotkey_get_text (const hotkey_t hotkey); hotkey_t 56 tests/lib/widget/hotkey_equal.c const hotkey_t hotkey1; hotkey_t 57 tests/lib/widget/hotkey_equal.c const hotkey_t hotkey2;