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

71 lines
10 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>bb</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--buttonbar.c.html#L65'>bb</a> 65 lib/widget/buttonbar.c buttonbar_init_button_positions (WButtonBar *bb)</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L77'>bb</a> 77 lib/widget/buttonbar.c bb-&gt;labels[i].end_coord = pos;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L96'>bb</a> 96 lib/widget/buttonbar.c bb-&gt;labels[i].end_coord = pos;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L105'>bb</a> 105 lib/widget/buttonbar.c bb-&gt;labels[i].end_coord = pos;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L114'>bb</a> 114 lib/widget/buttonbar.c buttonbar_get_button_width (const WButtonBar *bb, int i)</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L117'>bb</a> 117 lib/widget/buttonbar.c return bb-&gt;labels[0].end_coord;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L118'>bb</a> 118 lib/widget/buttonbar.c return bb-&gt;labels[i].end_coord - bb-&gt;labels[i - 1].end_coord;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L124'>bb</a> 124 lib/widget/buttonbar.c buttonbar_get_button_by_x_coord (const WButtonBar *bb, int x)</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L129'>bb</a> 129 lib/widget/buttonbar.c if (bb-&gt;labels[i].end_coord &gt; x)</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L138'>bb</a> 138 lib/widget/buttonbar.c set_label_text (WButtonBar *bb, int idx, const char *text)</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L140'>bb</a> 140 lib/widget/buttonbar.c g_free (bb-&gt;labels[idx - 1].text);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L141'>bb</a> 141 lib/widget/buttonbar.c bb-&gt;labels[idx - 1].text = g_strdup (text);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L148'>bb</a> 148 lib/widget/buttonbar.c buttonbar_call (WButtonBar *bb, int i)</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L151'>bb</a> 151 lib/widget/buttonbar.c Widget *w = WIDGET (bb);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L154'>bb</a> 154 lib/widget/buttonbar.c if ((bb != NULL) &amp;&amp; (bb-&gt;labels[i].command != CK_IgnoreKey))</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L156'>bb</a> 156 lib/widget/buttonbar.c target = (bb-&gt;labels[i].receiver != NULL) ? bb-&gt;labels[i].receiver : WIDGET (w-&gt;owner);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L157'>bb</a> 157 lib/widget/buttonbar.c ret = send_message (target, w, MSG_ACTION, bb-&gt;labels[i].command, NULL);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L167'>bb</a> 167 lib/widget/buttonbar.c WButtonBar *bb = BUTTONBAR (w);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L174'>bb</a> 174 lib/widget/buttonbar.c if (parm == KEY_F (i + 1) &amp;&amp; buttonbar_call (bb, i))</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L181'>bb</a> 181 lib/widget/buttonbar.c buttonbar_init_button_positions (bb);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L192'>bb</a> 192 lib/widget/buttonbar.c width = buttonbar_get_button_width (bb, i);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L200'>bb</a> 200 lib/widget/buttonbar.c text = (bb-&gt;labels[i].text != NULL) ? bb-&gt;labels[i].text : "";</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L208'>bb</a> 208 lib/widget/buttonbar.c g_free (bb-&gt;labels[i].text);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L225'>bb</a> 225 lib/widget/buttonbar.c WButtonBar *bb = BUTTONBAR (w);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L228'>bb</a> 228 lib/widget/buttonbar.c button = buttonbar_get_button_by_x_coord (bb, event-&gt;x);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L230'>bb</a> 230 lib/widget/buttonbar.c buttonbar_call (bb, button);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L247'>bb</a> 247 lib/widget/buttonbar.c WButtonBar *bb;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L250'>bb</a> 250 lib/widget/buttonbar.c bb = g_new0 (WButtonBar, 1);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L251'>bb</a> 251 lib/widget/buttonbar.c w = WIDGET (bb);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L257'>bb</a> 257 lib/widget/buttonbar.c return bb;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L263'>bb</a> 263 lib/widget/buttonbar.c buttonbar_set_label (WButtonBar *bb, int idx, const char *text, const global_keymap_t *keymap,</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L266'>bb</a> 266 lib/widget/buttonbar.c if ((bb != NULL) &amp;&amp; (idx &gt;= 1) &amp;&amp; (idx &lt;= BUTTONBAR_LABELS_NUM))</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L274'>bb</a> 274 lib/widget/buttonbar.c set_label_text (bb, idx, "");</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L276'>bb</a> 276 lib/widget/buttonbar.c set_label_text (bb, idx, text);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L278'>bb</a> 278 lib/widget/buttonbar.c bb-&gt;labels[idx - 1].command = command;</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L279'>bb</a> 279 lib/widget/buttonbar.c bb-&gt;labels[idx - 1].receiver = WIDGET (receiver);</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.h.html#L16'>bb</a> 16 lib/widget/buttonbar.h #define buttonbar_clear_label(bb, idx, recv) buttonbar_set_label (bb, idx, "", NULL, recv)</span>
<span class='curline'><a href='../S/lib--widget--buttonbar.h.html#L40'>bb</a> 40 lib/widget/buttonbar.h void buttonbar_set_label (WButtonBar *bb, int idx, const char *text, const global_keymap_t *keymap,</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L665'>bb</a> 665 src/editor/editwidget.c edit_set_buttonbar (WEdit *edit, WButtonBar *bb)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L669'>bb</a> 669 src/editor/editwidget.c buttonbar_set_label (bb, 1, Q_ ("ButtonBar|Help"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L670'>bb</a> 670 src/editor/editwidget.c buttonbar_set_label (bb, 2, Q_ ("ButtonBar|Save"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L671'>bb</a> 671 src/editor/editwidget.c buttonbar_set_label (bb, 3, Q_ ("ButtonBar|Mark"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L672'>bb</a> 672 src/editor/editwidget.c buttonbar_set_label (bb, 4, Q_ ("ButtonBar|Replac"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L673'>bb</a> 673 src/editor/editwidget.c buttonbar_set_label (bb, 5, Q_ ("ButtonBar|Copy"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L674'>bb</a> 674 src/editor/editwidget.c buttonbar_set_label (bb, 6, Q_ ("ButtonBar|Move"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L675'>bb</a> 675 src/editor/editwidget.c buttonbar_set_label (bb, 7, Q_ ("ButtonBar|Search"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L676'>bb</a> 676 src/editor/editwidget.c buttonbar_set_label (bb, 8, Q_ ("ButtonBar|Delete"), w-&gt;keymap, w);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L677'>bb</a> 677 src/editor/editwidget.c buttonbar_set_label (bb, 9, Q_ ("ButtonBar|PullDn"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L678'>bb</a> 678 src/editor/editwidget.c buttonbar_set_label (bb, 10, Q_ ("ButtonBar|Quit"), w-&gt;keymap, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3767'>bb</a> 3767 src/filemanager/panel.c WButtonBar *bb;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3812'>bb</a> 3812 src/filemanager/panel.c bb = buttonbar_find (h);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3813'>bb</a> 3813 src/filemanager/panel.c midnight_set_buttonbar (bb);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3815'>bb</a> 3815 src/filemanager/panel.c widget_draw (WIDGET (bb));</span>
<span class='curline'><a href='../S/src--help.c.html#L938'>bb</a> 938 src/help.c WButtonBar *bb;</span>
<span class='curline'><a href='../S/src--help.c.html#L945'>bb</a> 945 src/help.c bb = buttonbar_find (h);</span>
<span class='curline'><a href='../S/src--help.c.html#L946'>bb</a> 946 src/help.c widget_set_size (WIDGET (bb), LINES - 1, 0, 1, COLS);</span>
</pre>
</body>
</html>