mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
31 lines
3.4 KiB
HTML
31 lines
3.4 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>labels</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#L77'>labels</a> 77 lib/widget/buttonbar.c bb->labels[i].end_coord = pos;</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L96'>labels</a> 96 lib/widget/buttonbar.c bb->labels[i].end_coord = pos;</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L105'>labels</a> 105 lib/widget/buttonbar.c bb->labels[i].end_coord = pos;</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L117'>labels</a> 117 lib/widget/buttonbar.c return bb->labels[0].end_coord;</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L118'>labels</a> 118 lib/widget/buttonbar.c return bb->labels[i].end_coord - bb->labels[i - 1].end_coord;</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L129'>labels</a> 129 lib/widget/buttonbar.c if (bb->labels[i].end_coord > x)</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L140'>labels</a> 140 lib/widget/buttonbar.c g_free (bb->labels[idx - 1].text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L141'>labels</a> 141 lib/widget/buttonbar.c bb->labels[idx - 1].text = g_strdup (text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L154'>labels</a> 154 lib/widget/buttonbar.c if ((bb != NULL) && (bb->labels[i].command != CK_IgnoreKey))</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L156'>labels</a> 156 lib/widget/buttonbar.c target = (bb->labels[i].receiver != NULL) ? bb->labels[i].receiver : WIDGET (w->owner);</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L157'>labels</a> 157 lib/widget/buttonbar.c ret = send_message (target, w, MSG_ACTION, bb->labels[i].command, NULL);</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L200'>labels</a> 200 lib/widget/buttonbar.c text = (bb->labels[i].text != NULL) ? bb->labels[i].text : "";</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L208'>labels</a> 208 lib/widget/buttonbar.c g_free (bb->labels[i].text);</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L278'>labels</a> 278 lib/widget/buttonbar.c bb->labels[idx - 1].command = command;</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.c.html#L279'>labels</a> 279 lib/widget/buttonbar.c bb->labels[idx - 1].receiver = WIDGET (receiver);</span>
|
|
<span class='curline'><a href='../S/lib--widget--buttonbar.h.html#L32'>labels</a> 32 lib/widget/buttonbar.h } labels[BUTTONBAR_LABELS_NUM];</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|