Files
source/Y/listbox.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

57 lines
8.2 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>listbox</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L233'>listbox</a> 233 lib/widget/dialog-switch.c Listbox *listbox;</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L243'>listbox</a> 243 lib/widget/dialog-switch.c listbox = listbox_window_new (lines, cols, _ ("Screens"), "[Screen selector]");</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L251'>listbox</a> 251 lib/widget/dialog-switch.c title = dlg-&gt;get_title (dlg, WIDGET (listbox-&gt;list)-&gt;rect.cols - 2);</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L255'>listbox</a> 255 lib/widget/dialog-switch.c listbox_add_item_take (listbox-&gt;list, LISTBOX_APPEND_BEFORE, get_hotkey (i++), title, h,</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L259'>listbox</a> 259 lib/widget/dialog-switch.c selected = listbox_run_with_data (listbox, mc_current);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L172'>listbox</a> 172 lib/widget/history.c listbox_add_item (hd-&gt;listbox, LISTBOX_APPEND_AT_END, 0, text, NULL, TRUE);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L272'>listbox</a> 272 lib/widget/history.c hd-&gt;listbox = listbox_new (1, 1, 2, 2, TRUE, NULL);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L299'>listbox</a> 299 lib/widget/history.c count = listbox_get_length (hd-&gt;listbox);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L312'>listbox</a> 312 lib/widget/history.c group_add_widget_autopos (GROUP (query_dlg), hd-&gt;listbox, WPOS_KEEP_ALL, NULL);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L325'>listbox</a> 325 lib/widget/history.c g_queue_reverse (hd-&gt;listbox-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L327'>listbox</a> 327 lib/widget/history.c listbox_select_last (hd-&gt;listbox);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L329'>listbox</a> 329 lib/widget/history.c listbox_set_current (hd-&gt;listbox, count - 1 - (size_t) hd-&gt;current);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L335'>listbox</a> 335 lib/widget/history.c listbox_set_current (hd-&gt;listbox, hd-&gt;current);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L355'>listbox</a> 355 lib/widget/history.c listbox_get_current (hd-&gt;listbox, &amp;q, NULL);</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L361'>listbox</a> 361 lib/widget/history.c for (hi = listbox_get_first_link (hd-&gt;listbox); hi != NULL; hi = g_list_next (hi))</span>
<span class='curline'><a href='../S/lib--widget--history.h.html#L33'>listbox</a> 33 lib/widget/history.h struct WListbox *listbox; // listbox widget to draw history</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L65'>listbox</a> 65 lib/widget/listbox-window.c Listbox *listbox;</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L105'>listbox</a> 105 lib/widget/listbox-window.c listbox = g_new (Listbox, 1);</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L107'>listbox</a> 107 lib/widget/listbox-window.c listbox-&gt;dlg = dlg_create (TRUE, ypos, xpos, lines + space, cols + space, pos_flags, FALSE,</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L110'>listbox</a> 110 lib/widget/listbox-window.c listbox-&gt;list = listbox_new (2, 2, lines, cols, FALSE, NULL);</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L111'>listbox</a> 111 lib/widget/listbox-window.c group_add_widget (GROUP (listbox-&gt;dlg), listbox-&gt;list);</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L113'>listbox</a> 113 lib/widget/listbox-window.c return listbox;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L319'>listbox</a> 319 src/editor/editwidget.c Listbox *listbox;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L327'>listbox</a> 327 src/editor/editwidget.c listbox = listbox_window_new (lines, cols, _ ("Open files"), "[Open files]");</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L341'>listbox</a> 341 src/editor/editwidget.c listbox_add_item (listbox-&gt;list, LISTBOX_APPEND_AT_END, get_hotkey (i++),</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L342'>listbox</a> 342 src/editor/editwidget.c str_term_trim (fname, WIDGET (listbox-&gt;list)-&gt;rect.cols - 2), e,</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L347'>listbox</a> 347 src/editor/editwidget.c selected = listbox_run_with_data (listbox, g-&gt;current-&gt;data);</span>
<span class='curline'><a href='../S/src--file_history.c.html#L184'>listbox</a> 184 src/file_history.c listbox_add_item (hd-&gt;listbox, LISTBOX_APPEND_AT_END, 0, fhd-&gt;file_name, fhd-&gt;file_pos, TRUE);</span>
<span class='curline'><a href='../S/src--keymap.c.html#L935'>listbox</a> 935 src/keymap.c LOAD_KEYMAP (LISTBOX, listbox);</span>
<span class='curline'><a href='../S/src--keymap.c.html#L964'>listbox</a> 964 src/keymap.c SET_MAP (listbox);</span>
<span class='curline'><a href='../S/src--keymap.c.html#L999'>listbox</a> 999 src/keymap.c FREE_KEYMAP (listbox);</span>
<span class='curline'><a href='../S/src--selcodepage.c.html#L79'>listbox</a> 79 src/selcodepage.c Listbox *listbox;</span>
<span class='curline'><a href='../S/src--selcodepage.c.html#L81'>listbox</a> 81 src/selcodepage.c listbox = listbox_window_centered_new (center_y, center_x, codepages-&gt;len + 1, ENTRY_LEN + 2,</span>
<span class='curline'><a href='../S/src--selcodepage.c.html#L84'>listbox</a> 84 src/selcodepage.c LISTBOX_APPEND_TEXT (listbox, '-', _ ("- &lt; No translation &gt;"), NULL, FALSE);</span>
<span class='curline'><a href='../S/src--selcodepage.c.html#L92'>listbox</a> 92 src/selcodepage.c LISTBOX_APPEND_TEXT (listbox, get_hotkey (i), buffer, NULL, FALSE);</span>
<span class='curline'><a href='../S/src--selcodepage.c.html#L95'>listbox</a> 95 src/selcodepage.c listbox_set_current (listbox-&gt;list, current_charset + 1);</span>
<span class='curline'><a href='../S/src--selcodepage.c.html#L97'>listbox</a> 97 src/selcodepage.c const int listbox_result = listbox_run (listbox);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L1168'>listbox</a> 1168 src/usermenu.c Listbox *listbox;</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L1174'>listbox</a> 1174 src/usermenu.c listbox = listbox_window_new (entries-&gt;len, max_cols + 2, _ ("User menu"),</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L1180'>listbox</a> 1180 src/usermenu.c LISTBOX_APPEND_TEXT (listbox, (unsigned char) p[0],</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L1184'>listbox</a> 1184 src/usermenu.c listbox_set_current (listbox-&gt;list, selected);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L1186'>listbox</a> 1186 src/usermenu.c selected = listbox_run (listbox);</span>
</pre>
</body>
</html>