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

20 lines
1.5 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>rect_move</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--rect.h.html#L35'>rect_move</a> 35 lib/widget/rect.h void rect_move (WRect *r, int dy, int dx);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L690'>rect_move</a> 690 lib/widget/widget-common.c rect_move (&amp;w-&gt;rect, delta-&gt;y, delta-&gt;x);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L692'>rect_move</a> 692 lib/widget/widget-common.c rect_move (&amp;w-&gt;rect, WIDGET (w-&gt;owner)-&gt;rect.y, WIDGET (w-&gt;owner)-&gt;rect.x);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L709'>rect_move</a> 709 lib/widget/widget-common.c rect_move (&amp;w-&gt;rect, -delta-&gt;y, -delta-&gt;x);</span>
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L711'>rect_move</a> 711 lib/widget/widget-common.c rect_move (&amp;w-&gt;rect, -WIDGET (w-&gt;owner)-&gt;rect.y, -WIDGET (w-&gt;owner)-&gt;rect.x);</span>
</pre>
</body>
</html>