Files
source/Y/cancel_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>cancel_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--editor--spell.c.html#L338'>cancel_button</a> 338 src/editor/spell.c WButton *cancel_button;</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L354'>cancel_button</a> 354 src/editor/spell.c cancel_button = button_new (11, 28, B_CANCEL, NORMAL_BUTTON, _ ("&amp;Cancel"), 0);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L355'>cancel_button</a> 355 src/editor/spell.c cancel_width = button_get_width (cancel_button);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L385'>cancel_button</a> 385 src/editor/spell.c group_add_widget (g, cancel_button);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L506'>cancel_button</a> 506 src/filemanager/layout.c const char *cancel_button = _ ("&amp;Cancel");</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L539'>cancel_button</a> 539 src/filemanager/layout.c b2 = str_term_width1 (cancel_button) + 3;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L611'>cancel_button</a> 611 src/filemanager/layout.c g, button_new (12, (width - b) / 2 + b1 + 1, B_CANCEL, NORMAL_BUTTON, cancel_button, 0));</span>
</pre>
</body>
</html>