listbox_window_new 243 lib/widget/dialog-switch.c listbox = listbox_window_new (lines, cols, _("Screens"), "[Screen selector]"); listbox_window_new 30 lib/widget/listbox-window.h Listbox *listbox_window_new (int lines, int cols, const char *title, const char *help); listbox_window_new 324 src/editor/editwidget.c listbox = listbox_window_new (lines, cols, _("Open files"), "[Open files]"); listbox_window_new 1439 src/editor/syntax.c syntaxlist = listbox_window_new (LIST_LINES, MAX_ENTRY_LEN, listbox_window_new 123 src/filemanager/listmode.c mylistbox = listbox_window_new (20, 12, "Add listing format item", listmode_section); listbox_window_new 1149 src/usermenu.c listbox = listbox_window_new (entries->len, max_cols + 2, _("User menu"),