listbox_new 197 lib/widget/history.c hd->listbox = listbox_new (1, 1, 2, 2, TRUE, NULL); listbox_new 1245 lib/widget/input_complete.c complete_list = listbox_new (1, 1, h - 2, w - 2, FALSE, NULL); listbox_new 111 lib/widget/listbox-window.c listbox->list = listbox_new (2, 2, lines, cols, FALSE, NULL); listbox_new 63 lib/widget/listbox.h WListbox *listbox_new (int y, int x, int height, int width, gboolean deletable, lcback_fn callback); listbox_new 397 src/editor/editcomplete.c compl_list = listbox_new (1, 1, compl_dlg_h - 2, compl_dlg_w - 2, FALSE, NULL); listbox_new 346 src/editor/etags.c def_list = listbox_new (1, 1, def_dlg_h - 2, def_dlg_w - 2, FALSE, NULL); listbox_new 381 src/editor/spell.c sug_list = listbox_new (5, 2, sug_dlg_h - 7, 24, FALSE, NULL); listbox_new 560 src/filemanager/achown.c listbox_new (1, 1, WIDGET (chl_dlg)->rect.lines - 2, WIDGET (chl_dlg)->rect.cols - 2, listbox_new 231 src/filemanager/boxes.c skin_list = listbox_new (1, 1, 11, 22, FALSE, NULL); listbox_new 1324 src/filemanager/boxes.c bg_list = listbox_new (2, 2, lines - 6, cols - 6, FALSE, NULL); listbox_new 211 src/filemanager/chown.c l_user = listbox_new (3, 4, GH - 2, GW - 2, FALSE, NULL); listbox_new 222 src/filemanager/chown.c l_group = listbox_new (3, 5 + GW, GH - 2, GW - 2, FALSE, NULL); listbox_new 1706 src/filemanager/find.c find_list = listbox_new (y, 2, lines - 10, cols - 4, FALSE, NULL); listbox_new 788 src/filemanager/hotlist.c listbox_new (y + 1, UX + 1, hotlist_widget->rect.lines - 2, hotlist_widget->rect.cols - 2, listbox_new 860 src/filemanager/hotlist.c listbox_new (y + 1, UX + 1, movelist_widget->rect.lines - 2, movelist_widget->rect.cols - 2, listbox_new 233 src/filemanager/listmode.c l_listmode = listbox_new (UY + 5, UX + 1, 9, 16, FALSE, NULL); listbox_new 210 src/filemanager/panelize.c l_panelize = listbox_new (y, UX + 1, 10, panelize_cols - UX * 2 - 2, FALSE, NULL);