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

22 lines
1.7 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>skip_button</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/src--filemanager--file.c.html#L221'>skip_button</a> 221 src/filemanager/file.c cols = dsm-&gt;abort_button-&gt;rect.cols + dsm-&gt;skip_button-&gt;rect.cols + 1;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L228'>skip_button</a> 228 src/filemanager/file.c r = dsm-&gt;skip_button-&gt;rect;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L231'>skip_button</a> 231 src/filemanager/file.c widget_set_size_rect (dsm-&gt;skip_button, &amp;r);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3394'>skip_button</a> 3394 src/filemanager/file.c dsm-&gt;skip_button = WIDGET (button_new (5, 3, FILE_SKIP, NORMAL_BUTTON, b2_name, NULL));</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3395'>skip_button</a> 3395 src/filemanager/file.c group_add_widget (gd, dsm-&gt;skip_button);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3396'>skip_button</a> 3396 src/filemanager/file.c widget_select (dsm-&gt;skip_button);</span>
<span class='curline'><a href='../S/src--filemanager--file.h.html#L32'>skip_button</a> 32 src/filemanager/file.h Widget *skip_button;</span>
</pre>
</body>
</html>