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

40 lines
5.3 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_set_current</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--history.c.html#L329'>listbox_set_current</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_set_current</a> 335 lib/widget/history.c listbox_set_current (hd-&gt;listbox, hd-&gt;current);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1035'>listbox_set_current</a> 1035 lib/widget/input_complete.c listbox_set_current (LISTBOX (g-&gt;current-&gt;data), i);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1093'>listbox_set_current</a> 1093 lib/widget/input_complete.c listbox_set_current (LISTBOX (g-&gt;current-&gt;data), i);</span>
<span class='curline'><a href='../S/lib--widget--listbox-window.c.html#L154'>listbox_set_current</a> 154 lib/widget/listbox-window.c listbox_set_current (l-&gt;list, listbox_search_data (l-&gt;list, select));</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L239'>listbox_set_current</a> 239 lib/widget/listbox.c listbox_set_current (l, l-&gt;current + 1);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L250'>listbox_set_current</a> 250 lib/widget/listbox.c listbox_set_current (l, MIN (l-&gt;current + n, LISTBOX_LAST (l)));</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L261'>listbox_set_current</a> 261 lib/widget/listbox.c listbox_set_current (l, l-&gt;current - 1);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L272'>listbox_set_current</a> 272 lib/widget/listbox.c listbox_set_current (l, MAX (l-&gt;current - n, 0));</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L358'>listbox_set_current</a> 358 lib/widget/listbox.c listbox_set_current (l, key - '0');</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L442'>listbox_set_current</a> 442 lib/widget/listbox.c listbox_set_current (l, pos);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L521'>listbox_set_current</a> 521 lib/widget/listbox.c listbox_set_current (l, listbox_y_pos (l, event-&gt;y));</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L534'>listbox_set_current</a> 534 lib/widget/listbox.c listbox_set_current (l, listbox_y_pos (l, event-&gt;y));</span>
<span class='curline'><a href='../S/lib--widget--listbox.h.html#L68'>listbox_set_current</a> 68 lib/widget/listbox.h void listbox_set_current (WListbox *l, int dest);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1474'>listbox_set_current</a> 1474 src/editor/syntax.c listbox_set_current (syntaxlist-&gt;list, i + N_DFLT_ENTRIES);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L575'>listbox_set_current</a> 575 src/filemanager/achown.c listbox_set_current (chl_list, fe);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L231'>listbox_set_current</a> 231 src/filemanager/boxes.c listbox_set_current (skin_list, 0);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L241'>listbox_set_current</a> 241 src/filemanager/boxes.c listbox_set_current (skin_list, pos);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L403'>listbox_set_current</a> 403 src/filemanager/chown.c listbox_set_current (l_user, listbox_search_text (l_user, get_owner (sf_stat.st_uid)));</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L404'>listbox_set_current</a> 404 src/filemanager/chown.c listbox_set_current (l_group, listbox_search_text (l_group, get_group (sf_stat.st_gid)));</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L983'>listbox_set_current</a> 983 src/filemanager/hotlist.c listbox_set_current (l_hotlist, l_hotlist-&gt;current);</span>
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L315'>listbox_set_current</a> 315 src/filemanager/listmode.c listbox_set_current (l_listmode, i);</span>
<span class='curline'><a href='../S/src--filemanager--panelize.c.html#L210'>listbox_set_current</a> 210 src/filemanager/panelize.c listbox_set_current (l_panelize, listbox_search_text (l_panelize, _ ("Other command")));</span>
<span class='curline'><a href='../S/src--selcodepage.c.html#L95'>listbox_set_current</a> 95 src/selcodepage.c listbox_set_current (listbox-&gt;list, current_charset + 1);</span>
<span class='curline'><a href='../S/src--usermenu.c.html#L1184'>listbox_set_current</a> 1184 src/usermenu.c listbox_set_current (listbox-&gt;list, selected);</span>
</pre>
</body>
</html>