mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
40 lines
5.3 KiB
HTML
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->listbox, count - 1 - (size_t) hd->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->listbox, hd->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->current->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->current->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->list, listbox_search_data (l->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->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->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->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->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->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->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->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->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->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->list, selected);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|