sug_list          726 src/editor/spell.c     WListbox *sug_list;
sug_list          772 src/editor/spell.c     sug_list = listbox_new (5, 2, sug_dlg_h - 7, 24, FALSE, NULL);
sug_list          774 src/editor/spell.c         listbox_add_item (sug_list, LISTBOX_APPEND_AT_END, 0, g_ptr_array_index (suggest, i), NULL,
sug_list          776 src/editor/spell.c     group_add_widget (g, sug_list);
sug_list          787 src/editor/spell.c         listbox_get_current (sug_list, &curr, NULL);