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  325 src/editor/editwidget.c     listbox = listbox_window_new (lines, cols, _ ("Open files"), "[Open files]");
listbox_window_new 1461 src/editor/syntax.c         listbox_window_new (LIST_LINES, MAX_ENTRY_LEN, _ ("Choose syntax highlighting"), NULL);
listbox_window_new  137 src/filemanager/listmode.c     mylistbox = listbox_window_new (20, 12, "Add listing format item", listmode_section);
listbox_window_new 1143 src/usermenu.c             listbox = listbox_window_new (entries->len, max_cols + 2, _ ("User menu"),