sug_list          335 src/editor/spell.c     WListbox *sug_list;
sug_list          381 src/editor/spell.c     sug_list = listbox_new (5, 2, sug_dlg_h - 7, 24, FALSE, NULL);
sug_list          383 src/editor/spell.c         listbox_add_item (sug_list, LISTBOX_APPEND_AT_END, 0, g_ptr_array_index (suggest, i), NULL,
sug_list          385 src/editor/spell.c     group_add_widget (g, sug_list);
sug_list          397 src/editor/spell.c         listbox_get_current (sug_list, &curr, NULL);