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

30 lines
2.9 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>help_bar</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--help.c.html#L1126'>help_bar</a> 1126 src/help.c WButtonBar *help_bar;</span>
<span class='curline'><a href='../S/src--help.c.html#L1197'>help_bar</a> 1197 src/help.c help_bar = buttonbar_new ();</span>
<span class='curline'><a href='../S/src--help.c.html#L1198'>help_bar</a> 1198 src/help.c WIDGET (help_bar)-&gt;rect.y -= wh-&gt;rect.y;</span>
<span class='curline'><a href='../S/src--help.c.html#L1199'>help_bar</a> 1199 src/help.c WIDGET (help_bar)-&gt;rect.x -= wh-&gt;rect.x;</span>
<span class='curline'><a href='../S/src--help.c.html#L1206'>help_bar</a> 1206 src/help.c group_add_widget (g, help_bar); // FIXME</span>
<span class='curline'><a href='../S/src--help.c.html#L1208'>help_bar</a> 1208 src/help.c buttonbar_set_label (help_bar, 1, Q_ ("ButtonBar|Help"), wh-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--help.c.html#L1209'>help_bar</a> 1209 src/help.c buttonbar_set_label (help_bar, 2, Q_ ("ButtonBar|Index"), wh-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--help.c.html#L1210'>help_bar</a> 1210 src/help.c buttonbar_set_label (help_bar, 3, Q_ ("ButtonBar|Prev"), wh-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--help.c.html#L1211'>help_bar</a> 1211 src/help.c buttonbar_set_label (help_bar, 4, "", wh-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--help.c.html#L1212'>help_bar</a> 1212 src/help.c buttonbar_set_label (help_bar, 5, "", wh-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--help.c.html#L1213'>help_bar</a> 1213 src/help.c buttonbar_set_label (help_bar, 6, "", wh-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--help.c.html#L1214'>help_bar</a> 1214 src/help.c buttonbar_set_label (help_bar, 7, "", wh-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--help.c.html#L1215'>help_bar</a> 1215 src/help.c buttonbar_set_label (help_bar, 8, "", wh-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--help.c.html#L1216'>help_bar</a> 1216 src/help.c buttonbar_set_label (help_bar, 9, "", wh-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--help.c.html#L1217'>help_bar</a> 1217 src/help.c buttonbar_set_label (help_bar, 10, Q_ ("ButtonBar|Quit"), wh-&gt;keymap, NULL);</span>
</pre>
</body>
</html>