Files
source/S/lib--widget--buttonbar.c.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

350 lines
60 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>lib/widget/buttonbar.c</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>
<!-- beginning of fixed guide -->
<div id='guide'><ul>
<li><a href='#L65'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#L287'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
<li class='standout'><span><a href='../files/lib.html'>lib</a>/<a href='../files/lib--widget.html'>widget</a>/buttonbar.c</span></li>
</ul></div>
<!-- end of fixed guide -->
<div align='right'>Manual pages:
<a href=man/mc.html>mc</a> &bullet; <a href=man/mcdiff.html>mcdiff</a> &bullet; <a href=man/mcedit.html>mcedit</a> &bullet; <a href=man/mcview.html>mcview</a>
</div>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/lib.html'>lib</a>/<a href='../files/lib--widget.html'>widget</a>/buttonbar.c</h2>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 lib/widget/buttonbar.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L65' title='Defined at 65.'>buttonbar_init_button_positions</a></li>
<li><a href='#L114' title='Defined at 114.'>buttonbar_get_button_width</a></li>
<li><a href='#L124' title='Defined at 124.'>buttonbar_get_button_by_x_coord</a></li>
<li><a href='#L138' title='Defined at 138.'>set_label_text</a></li>
<li><a href='#L148' title='Defined at 148.'>buttonbar_call</a></li>
<li><a href='#L165' title='Defined at 165.'>buttonbar_callback</a></li>
<li><a href='#L219' title='Defined at 219.'>buttonbar_mouse_callback</a></li>
<li><a href='#L244' title='Defined at 244.'>buttonbar_new</a></li>
<li><a href='#L263' title='Defined at 263.'>buttonbar_set_label</a></li>
<li><a href='#L287' title='Defined at 287.'>buttonbar_find</a></li>
</ol>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
<a id='L2' name='L2'></a> 2 <em class='comment'> Widgets for the Midnight Commander</em>
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 1994-2025</em>
<a id='L5' name='L5'></a> 5 <em class='comment'> Free Software Foundation, Inc.</em>
<a id='L6' name='L6'></a> 6 <em class='comment'></em>
<a id='L7' name='L7'></a> 7 <em class='comment'> Authors:</em>
<a id='L8' name='L8'></a> 8 <em class='comment'> Radek Doulik, 1994, 1995</em>
<a id='L9' name='L9'></a> 9 <em class='comment'> Miguel de Icaza, 1994, 1995</em>
<a id='L10' name='L10'></a> 10 <em class='comment'> Jakub Jelinek, 1995</em>
<a id='L11' name='L11'></a> 11 <em class='comment'> Andrej Borsenkow, 1996</em>
<a id='L12' name='L12'></a> 12 <em class='comment'> Norbert Warmuth, 1997</em>
<a id='L13' name='L13'></a> 13 <em class='comment'> Andrew Borodin &lt;aborodin@vmail.ru&gt;, 2009-2022</em>
<a id='L14' name='L14'></a> 14 <em class='comment'></em>
<a id='L15' name='L15'></a> 15 <em class='comment'> This file is part of the Midnight Commander.</em>
<a id='L16' name='L16'></a> 16 <em class='comment'></em>
<a id='L17' name='L17'></a> 17 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
<a id='L18' name='L18'></a> 18 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L19' name='L19'></a> 19 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L20' name='L20'></a> 20 <em class='comment'> or (at your option) any later version.</em>
<a id='L21' name='L21'></a> 21 <em class='comment'></em>
<a id='L22' name='L22'></a> 22 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
<a id='L23' name='L23'></a> 23 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L24' name='L24'></a> 24 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L25' name='L25'></a> 25 <em class='comment'> GNU General Public License for more details.</em>
<a id='L26' name='L26'></a> 26 <em class='comment'></em>
<a id='L27' name='L27'></a> 27 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L28' name='L28'></a> 28 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L29' name='L29'></a> 29 <em class='comment'> */</em>
<a id='L30' name='L30'></a> 30
<a id='L31' name='L31'></a> 31 <em class='comment'>/** \file buttonbar.c</em>
<a id='L32' name='L32'></a> 32 <em class='comment'> * \brief Source: WButtonBar widget</em>
<a id='L33' name='L33'></a> 33 <em class='comment'> */</em>
<a id='L34' name='L34'></a> 34
<a id='L35' name='L35'></a> 35 <em class='sharp'>#include</em> &lt;config.h&gt;
<a id='L36' name='L36'></a> 36
<a id='L37' name='L37'></a> 37 <em class='sharp'>#include</em> &lt;stdlib.h&gt;
<a id='L38' name='L38'></a> 38 <em class='sharp'>#include</em> &lt;string.h&gt;
<a id='L39' name='L39'></a> 39
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
<a id='L41' name='L41'></a> 41
<a id='L42' name='L42'></a> 42 <em class='sharp'>#include</em> "<a href='lib--tty--tty.h.html'>lib/tty/tty.h</a>"
<a id='L43' name='L43'></a> 43 <em class='sharp'>#include</em> "<a href='lib--tty--key.h.html'>lib/tty/key.h</a>" <em class='comment'>// XCTRL and ALT macros</em>
<a id='L44' name='L44'></a> 44 <em class='sharp'>#include</em> "<a href='lib--skin.h.html'>lib/skin.h</a>"
<a id='L45' name='L45'></a> 45 <em class='sharp'>#include</em> "<a href='lib--strutil.h.html'>lib/strutil.h</a>"
<a id='L46' name='L46'></a> 46 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>"
<a id='L47' name='L47'></a> 47 <em class='sharp'>#include</em> "<a href='lib--widget.h.html'>lib/widget.h</a>"
<a id='L48' name='L48'></a> 48
<a id='L49' name='L49'></a> 49 <em class='comment'>/*** global variables ****************************************************************************/</em>
<a id='L50' name='L50'></a> 50
<a id='L51' name='L51'></a> 51 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
<a id='L52' name='L52'></a> 52
<a id='L53' name='L53'></a> 53 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
<a id='L54' name='L54'></a> 54
<a id='L55' name='L55'></a> 55 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
<a id='L56' name='L56'></a> 56
<a id='L57' name='L57'></a> 57 <em class='comment'>/*** file scope variables ************************************************************************/</em>
<a id='L58' name='L58'></a> 58
<a id='L59' name='L59'></a> 59 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L60' name='L60'></a> 60 <em class='comment'>/*** file scope functions ************************************************************************/</em>
<a id='L61' name='L61'></a> 61 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L62' name='L62'></a> 62
<a id='L63' name='L63'></a> 63 <em class='comment'>/* calculate positions of buttons; width is never less than 7 */</em>
<a id='L64' name='L64'></a> 64 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L65' name='L65'></a> 65 <a href='../S/lib--widget--buttonbar.c.html#L181' title='Referred from 181 in lib/widget/buttonbar.c.'>buttonbar_init_button_positions</a> (<a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L114'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+65 lib/widget/buttonbar.c' /> */</em>
<a id='L66' name='L66'></a> 66 <em class='brace'>{</em>
<a id='L67' name='L67'></a> 67 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L68' name='L68'></a> 68 <strong class='reserved'>int</strong> <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> = 0;
<a id='L69' name='L69'></a> 69
<a id='L70' name='L70'></a> 70 <strong class='reserved'>if</strong> (<a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a> &lt; <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a> * 7)
<a id='L71' name='L71'></a> 71 <em class='brace'>{</em>
<a id='L72' name='L72'></a> 72 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L73' name='L73'></a> 73 <em class='brace'>{</em>
<a id='L74' name='L74'></a> 74 <strong class='reserved'>if</strong> (<a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> + 7 &lt;= <a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a>)
<a id='L75' name='L75'></a> 75 <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> += 7;
<a id='L76' name='L76'></a> 76
<a id='L77' name='L77'></a> 77 <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/end_coord.html' title='Multiple used in 7 places.'>end_coord</a> = <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>;
<a id='L78' name='L78'></a> 78 <em class='brace'>}</em>
<a id='L79' name='L79'></a> 79 <em class='brace'>}</em>
<a id='L80' name='L80'></a> 80 <strong class='reserved'>else</strong>
<a id='L81' name='L81'></a> 81 <em class='brace'>{</em>
<a id='L82' name='L82'></a> 82 <em class='comment'>/* Distribute the extra width in a way that the middle vertical line</em>
<a id='L83' name='L83'></a> 83 <em class='comment'> (between F5 and F6) aligns with the two panels. The extra width</em>
<a id='L84' name='L84'></a> 84 <em class='comment'> is distributed in this order: F10, F5, F9, F4, ..., F6, F1. */</em>
<a id='L85' name='L85'></a> 85 <strong class='reserved'>int</strong> <a href='../Y/dv.html' title='Multiple used in 4 places.'>dv</a>, <a href='../Y/md.html' title='Multiple used in 7 places.'>md</a>;
<a id='L86' name='L86'></a> 86
<a id='L87' name='L87'></a> 87 <a href='../Y/dv.html' title='Multiple used in 4 places.'>dv</a> = <a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a> / <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a>;
<a id='L88' name='L88'></a> 88 <a href='../Y/md.html' title='Multiple used in 7 places.'>md</a> = <a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a> % <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a>;
<a id='L89' name='L89'></a> 89
<a id='L90' name='L90'></a> 90 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a> / 2; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L91' name='L91'></a> 91 <em class='brace'>{</em>
<a id='L92' name='L92'></a> 92 <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> += <a href='../Y/dv.html' title='Multiple used in 4 places.'>dv</a>;
<a id='L93' name='L93'></a> 93 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a> / 2 - 1 - <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/md.html' title='Multiple used in 7 places.'>md</a> / 2)
<a id='L94' name='L94'></a> 94 <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>++;
<a id='L95' name='L95'></a> 95
<a id='L96' name='L96'></a> 96 <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/end_coord.html' title='Multiple used in 7 places.'>end_coord</a> = <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>;
<a id='L97' name='L97'></a> 97 <em class='brace'>}</em>
<a id='L98' name='L98'></a> 98
<a id='L99' name='L99'></a> 99 <strong class='reserved'>for</strong> (; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L100' name='L100'></a> 100 <em class='brace'>{</em>
<a id='L101' name='L101'></a> 101 <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> += <a href='../Y/dv.html' title='Multiple used in 4 places.'>dv</a>;
<a id='L102' name='L102'></a> 102 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a> - 1 - <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; (<a href='../Y/md.html' title='Multiple used in 7 places.'>md</a> + 1) / 2)
<a id='L103' name='L103'></a> 103 <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>++;
<a id='L104' name='L104'></a> 104
<a id='L105' name='L105'></a> 105 <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/end_coord.html' title='Multiple used in 7 places.'>end_coord</a> = <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>;
<a id='L106' name='L106'></a> 106 <em class='brace'>}</em>
<a id='L107' name='L107'></a> 107 <em class='brace'>}</em>
<a id='L108' name='L108'></a> 108 <em class='brace'>}</em>
<a id='L109' name='L109'></a> 109
<a id='L110' name='L110'></a> 110 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L111' name='L111'></a> 111
<a id='L112' name='L112'></a> 112 <em class='comment'>/* return width of one button */</em>
<a id='L113' name='L113'></a> 113 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
<a id='L114' name='L114'></a> 114 <a href='../S/lib--widget--buttonbar.c.html#L192' title='Referred from 192 in lib/widget/buttonbar.c.'>buttonbar_get_button_width</a> (<strong class='reserved'>const</strong> <a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)
<em class='comment'>/* <a href='#L65'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L124'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+114 lib/widget/buttonbar.c' /> */</em>
<a id='L115' name='L115'></a> 115 <em class='brace'>{</em>
<a id='L116' name='L116'></a> 116 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> == 0)
<a id='L117' name='L117'></a> 117 <strong class='reserved'>return</strong> <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[0].<a href='../Y/end_coord.html' title='Multiple used in 7 places.'>end_coord</a>;
<a id='L118' name='L118'></a> 118 <strong class='reserved'>return</strong> <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/end_coord.html' title='Multiple used in 7 places.'>end_coord</a> - <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - 1].<a href='../Y/end_coord.html' title='Multiple used in 7 places.'>end_coord</a>;
<a id='L119' name='L119'></a> 119 <em class='brace'>}</em>
<a id='L120' name='L120'></a> 120
<a id='L121' name='L121'></a> 121 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L122' name='L122'></a> 122
<a id='L123' name='L123'></a> 123 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
<a id='L124' name='L124'></a> 124 <a href='../S/lib--widget--buttonbar.c.html#L228' title='Referred from 228 in lib/widget/buttonbar.c.'>buttonbar_get_button_by_x_coord</a> (<strong class='reserved'>const</strong> <a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <strong class='reserved'>int</strong> <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>)
<em class='comment'>/* <a href='#L114'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L138'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+124 lib/widget/buttonbar.c' /> */</em>
<a id='L125' name='L125'></a> 125 <em class='brace'>{</em>
<a id='L126' name='L126'></a> 126 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L127' name='L127'></a> 127
<a id='L128' name='L128'></a> 128 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L129' name='L129'></a> 129 <strong class='reserved'>if</strong> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/end_coord.html' title='Multiple used in 7 places.'>end_coord</a> &gt; <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>)
<a id='L130' name='L130'></a> 130 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L131' name='L131'></a> 131
<a id='L132' name='L132'></a> 132 <strong class='reserved'>return</strong> (-1);
<a id='L133' name='L133'></a> 133 <em class='brace'>}</em>
<a id='L134' name='L134'></a> 134
<a id='L135' name='L135'></a> 135 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L136' name='L136'></a> 136
<a id='L137' name='L137'></a> 137 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L138' name='L138'></a> 138 <a href='../R/set_label_text.html' title='Multiple referred from 2 places.'>set_label_text</a> (<a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <strong class='reserved'>int</strong> <a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>)
<em class='comment'>/* <a href='#L124'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L148'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+138 lib/widget/buttonbar.c' /> */</em>
<a id='L139' name='L139'></a> 139 <em class='brace'>{</em>
<a id='L140' name='L140'></a> 140 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a> - 1].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L141' name='L141'></a> 141 <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a> - 1].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L142' name='L142'></a> 142 <em class='brace'>}</em>
<a id='L143' name='L143'></a> 143
<a id='L144' name='L144'></a> 144 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L145' name='L145'></a> 145
<a id='L146' name='L146'></a> 146 <em class='comment'>/* returns TRUE if a function has been called, FALSE otherwise. */</em>
<a id='L147' name='L147'></a> 147 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L148' name='L148'></a> 148 <a href='../R/buttonbar_call.html' title='Multiple referred from 2 places.'>buttonbar_call</a> (<a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)
<em class='comment'>/* <a href='#L138'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L165'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+148 lib/widget/buttonbar.c' /> */</em>
<a id='L149' name='L149'></a> 149 <em class='brace'>{</em>
<a id='L150' name='L150'></a> 150 <a href='../S/lib--widget--widget-common.h.html#L66' title='Defined at 66 in lib/widget/widget-common.h.'>cb_ret_t</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/lib--widget--widget-common.h.html#L64' title='Defined at 64 in lib/widget/widget-common.h.'>MSG_NOT_HANDLED</a>;
<a id='L151' name='L151'></a> 151 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>);
<a id='L152' name='L152'></a> 152 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/target.html' title='Multiple used in 35 places.'>target</a>;
<a id='L153' name='L153'></a> 153
<a id='L154' name='L154'></a> 154 <strong class='reserved'>if</strong> ((<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>) &amp;&amp; (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> != <a href='../S/lib--keybind.h.html#L38' title='Defined at 38 in lib/keybind.h.'>CK_IgnoreKey</a>))
<a id='L155' name='L155'></a> 155 <em class='brace'>{</em>
<a id='L156' name='L156'></a> 156 <a href='../Y/target.html' title='Multiple used in 35 places.'>target</a> = (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/receiver.html' title='Multiple used in 9 places.'>receiver</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>) ? <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/receiver.html' title='Multiple used in 9 places.'>receiver</a> : <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>);
<a id='L157' name='L157'></a> 157 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/lib--widget--widget-common.h.html#L248' title='Defined at 248 in lib/widget/widget-common.h.'>send_message</a> (<a href='../Y/target.html' title='Multiple used in 35 places.'>target</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../S/lib--widget--widget-common.h.html#L44' title='Defined at 44 in lib/widget/widget-common.h.'>MSG_ACTION</a>, <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L158' name='L158'></a> 158 <em class='brace'>}</em>
<a id='L159' name='L159'></a> 159 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L160' name='L160'></a> 160 <em class='brace'>}</em>
<a id='L161' name='L161'></a> 161
<a id='L162' name='L162'></a> 162 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L163' name='L163'></a> 163
<a id='L164' name='L164'></a> 164 <strong class='reserved'>static</strong> <a href='../S/lib--widget--widget-common.h.html#L66' title='Defined at 66 in lib/widget/widget-common.h.'>cb_ret_t</a>
<a id='L165' name='L165'></a> 165 <a href='../R/buttonbar_callback.html' title='Multiple referred from 2 places.'>buttonbar_callback</a> (<a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>, <a href='../S/lib--widget--widget-common.h.html#L53' title='Defined at 53 in lib/widget/widget-common.h.'>widget_msg_t</a> <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <strong class='reserved'>int</strong> <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>, <strong class='reserved'>void</strong> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)
<em class='comment'>/* <a href='#L148'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L219'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+165 lib/widget/buttonbar.c' /> */</em>
<a id='L166' name='L166'></a> 166 <em class='brace'>{</em>
<a id='L167' name='L167'></a> 167 <a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a> = <a href='../S/lib--widget--buttonbar.h.html#L11' title='Defined at 11 in lib/widget/buttonbar.h.'>BUTTONBAR</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
<a id='L168' name='L168'></a> 168 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L169' name='L169'></a> 169
<a id='L170' name='L170'></a> 170 <strong class='reserved'>switch</strong> (<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>)
<a id='L171' name='L171'></a> 171 <em class='brace'>{</em>
<a id='L172' name='L172'></a> 172 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L40' title='Defined at 40 in lib/widget/widget-common.h.'>MSG_HOTKEY</a>:
<a id='L173' name='L173'></a> 173 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L174' name='L174'></a> 174 <strong class='reserved'>if</strong> (<a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a> == <a href='../S/lib--tty--tty-slang.h.html#L9' title='Defined at 9 in lib/tty/tty-slang.h.'>KEY_F</a> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> + 1) &amp;&amp; <a href='../S/lib--widget--buttonbar.c.html#L148' title='Defined at 148 in lib/widget/buttonbar.c.'>buttonbar_call</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>))
<a id='L175' name='L175'></a> 175 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.h.html#L65' title='Defined at 65 in lib/widget/widget-common.h.'>MSG_HANDLED</a>;
<a id='L176' name='L176'></a> 176 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.h.html#L64' title='Defined at 64 in lib/widget/widget-common.h.'>MSG_NOT_HANDLED</a>;
<a id='L177' name='L177'></a> 177
<a id='L178' name='L178'></a> 178 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L38' title='Defined at 38 in lib/widget/widget-common.h.'>MSG_DRAW</a>:
<a id='L179' name='L179'></a> 179 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--widget-common.h.html#L286' title='Defined at 286 in lib/widget/widget-common.h.'>widget_get_state</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../S/lib--widget--widget-common.h.html#L84' title='Defined at 84 in lib/widget/widget-common.h.'>WST_VISIBLE</a>))
<a id='L180' name='L180'></a> 180 <em class='brace'>{</em>
<a id='L181' name='L181'></a> 181 <a href='../S/lib--widget--buttonbar.c.html#L65' title='Defined at 65 in lib/widget/buttonbar.c.'>buttonbar_init_button_positions</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>);
<a id='L182' name='L182'></a> 182 <a href='../S/lib--widget--widget-common.h.html#L18' title='Defined at 18 in lib/widget/widget-common.h.'>widget_gotoyx</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, 0, 0);
<a id='L183' name='L183'></a> 183 <a href='../D/tty_setcolor.html' title='Multiple defined in 2 places.'>tty_setcolor</a> (<a href='../S/lib--skin.h.html#L16' title='Defined at 16 in lib/skin.h.'>CORE_DEFAULT_COLOR</a>);
<a id='L184' name='L184'></a> 184 <a href='../D/tty_printf.html' title='Multiple defined in 2 places.'>tty_printf</a> ("%-*s", <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>, "");
<a id='L185' name='L185'></a> 185 <a href='../S/lib--widget--widget-common.h.html#L18' title='Defined at 18 in lib/widget/widget-common.h.'>widget_gotoyx</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, 0, 0);
<a id='L186' name='L186'></a> 186
<a id='L187' name='L187'></a> 187 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L188' name='L188'></a> 188 <em class='brace'>{</em>
<a id='L189' name='L189'></a> 189 <strong class='reserved'>int</strong> <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>;
<a id='L190' name='L190'></a> 190 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
<a id='L191' name='L191'></a> 191
<a id='L192' name='L192'></a> 192 <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> = <a href='../S/lib--widget--buttonbar.c.html#L114' title='Defined at 114 in lib/widget/buttonbar.c.'>buttonbar_get_button_width</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
<a id='L193' name='L193'></a> 193 <strong class='reserved'>if</strong> (<a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> &lt;= 0)
<a id='L194' name='L194'></a> 194 <strong class='reserved'>break</strong>;
<a id='L195' name='L195'></a> 195
<a id='L196' name='L196'></a> 196 <a href='../D/tty_setcolor.html' title='Multiple defined in 2 places.'>tty_setcolor</a> (<a href='../S/lib--skin.h.html#L62' title='Defined at 62 in lib/skin.h.'>BUTTONBAR_HOTKEY_COLOR</a>);
<a id='L197' name='L197'></a> 197 <a href='../D/tty_printf.html' title='Multiple defined in 2 places.'>tty_printf</a> ("%2d", <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> + 1);
<a id='L198' name='L198'></a> 198
<a id='L199' name='L199'></a> 199 <a href='../D/tty_setcolor.html' title='Multiple defined in 2 places.'>tty_setcolor</a> (<a href='../S/lib--skin.h.html#L63' title='Defined at 63 in lib/skin.h.'>BUTTONBAR_BUTTON_COLOR</a>);
<a id='L200' name='L200'></a> 200 <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>) ? <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> : "";
<a id='L201' name='L201'></a> 201 <a href='../D/tty_print_string.html' title='Multiple defined in 2 places.'>tty_print_string</a> (<a href='../S/lib--strutil--strutil.c.html#L452' title='Defined at 452 in lib/strutil/strutil.c.'>str_fit_to_term</a> (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> - 2, <a href='../S/lib--strutil.h.html#L81' title='Defined at 81 in lib/strutil.h.'>J_LEFT_FIT</a>));
<a id='L202' name='L202'></a> 202 <em class='brace'>}</em>
<a id='L203' name='L203'></a> 203 <em class='brace'>}</em>
<a id='L204' name='L204'></a> 204 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.h.html#L65' title='Defined at 65 in lib/widget/widget-common.h.'>MSG_HANDLED</a>;
<a id='L205' name='L205'></a> 205
<a id='L206' name='L206'></a> 206 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L52' title='Defined at 52 in lib/widget/widget-common.h.'>MSG_DESTROY</a>:
<a id='L207' name='L207'></a> 207 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L208' name='L208'></a> 208 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L209' name='L209'></a> 209 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.h.html#L65' title='Defined at 65 in lib/widget/widget-common.h.'>MSG_HANDLED</a>;
<a id='L210' name='L210'></a> 210
<a id='L211' name='L211'></a> 211 <strong class='reserved'>default</strong>:
<a id='L212' name='L212'></a> 212 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.c.html#L345' title='Defined at 345 in lib/widget/widget-common.c.'>widget_default_callback</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>, <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L213' name='L213'></a> 213 <em class='brace'>}</em>
<a id='L214' name='L214'></a> 214 <em class='brace'>}</em>
<a id='L215' name='L215'></a> 215
<a id='L216' name='L216'></a> 216 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L217' name='L217'></a> 217
<a id='L218' name='L218'></a> 218 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L219' name='L219'></a> 219 <a href='../S/lib--widget--buttonbar.c.html#L252' title='Referred from 252 in lib/widget/buttonbar.c.'>buttonbar_mouse_callback</a> (<a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../S/lib--widget--mouse.h.html#L34' title='Defined at 34 in lib/widget/mouse.h.'>mouse_msg_t</a> <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <a href='../S/lib--widget--mouse.h.html#L53' title='Defined at 53 in lib/widget/mouse.h.'>mouse_event_t</a> *<a href='../Y/event.html' title='Multiple used in 188 places.'>event</a>)
<em class='comment'>/* <a href='#L165'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L244'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+219 lib/widget/buttonbar.c' /> */</em>
<a id='L220' name='L220'></a> 220 <em class='brace'>{</em>
<a id='L221' name='L221'></a> 221 <strong class='reserved'>switch</strong> (<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>)
<a id='L222' name='L222'></a> 222 <em class='brace'>{</em>
<a id='L223' name='L223'></a> 223 <strong class='reserved'>case</strong> <a href='../S/lib--widget--mouse.h.html#L28' title='Defined at 28 in lib/widget/mouse.h.'>MSG_MOUSE_CLICK</a>:
<a id='L224' name='L224'></a> 224 <em class='brace'>{</em>
<a id='L225' name='L225'></a> 225 <a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a> = <a href='../S/lib--widget--buttonbar.h.html#L11' title='Defined at 11 in lib/widget/buttonbar.h.'>BUTTONBAR</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
<a id='L226' name='L226'></a> 226 <strong class='reserved'>int</strong> <a href='../Y/button.html' title='Multiple used in 82 places.'>button</a>;
<a id='L227' name='L227'></a> 227
<a id='L228' name='L228'></a> 228 <a href='../Y/button.html' title='Multiple used in 82 places.'>button</a> = <a href='../S/lib--widget--buttonbar.c.html#L124' title='Defined at 124 in lib/widget/buttonbar.c.'>buttonbar_get_button_by_x_coord</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <a href='../Y/event.html' title='Multiple used in 188 places.'>event</a>-&gt;<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>);
<a id='L229' name='L229'></a> 229 <strong class='reserved'>if</strong> (<a href='../Y/button.html' title='Multiple used in 82 places.'>button</a> &gt;= 0)
<a id='L230' name='L230'></a> 230 <a href='../S/lib--widget--buttonbar.c.html#L148' title='Defined at 148 in lib/widget/buttonbar.c.'>buttonbar_call</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <a href='../Y/button.html' title='Multiple used in 82 places.'>button</a>);
<a id='L231' name='L231'></a> 231 <strong class='reserved'>break</strong>;
<a id='L232' name='L232'></a> 232 <em class='brace'>}</em>
<a id='L233' name='L233'></a> 233
<a id='L234' name='L234'></a> 234 <strong class='reserved'>default</strong>:
<a id='L235' name='L235'></a> 235 <strong class='reserved'>break</strong>;
<a id='L236' name='L236'></a> 236 <em class='brace'>}</em>
<a id='L237' name='L237'></a> 237 <em class='brace'>}</em>
<a id='L238' name='L238'></a> 238
<a id='L239' name='L239'></a> 239 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L240' name='L240'></a> 240 <em class='comment'>/*** public functions ****************************************************************************/</em>
<a id='L241' name='L241'></a> 241 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L242' name='L242'></a> 242
<a id='L243' name='L243'></a> 243 <a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *
<a id='L244' name='L244'></a> 244 <a href='../R/buttonbar_new.html' title='Multiple referred from 7 places.'>buttonbar_new</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L219'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L263'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+244 lib/widget/buttonbar.c' /> */</em>
<a id='L245' name='L245'></a> 245 <em class='brace'>{</em>
<a id='L246' name='L246'></a> 246 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <em class='brace'>{</em> <a href='../S/lib--tty--tty-slang.h.html#L12' title='Defined at 12 in lib/tty/tty-slang.h.'>LINES</a> - 1, 0, 1, <a href='../S/lib--tty--tty-slang.h.html#L11' title='Defined at 11 in lib/tty/tty-slang.h.'>COLS</a> <em class='brace'>}</em>;
<a id='L247' name='L247'></a> 247 <a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>;
<a id='L248' name='L248'></a> 248 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>;
<a id='L249' name='L249'></a> 249
<a id='L250' name='L250'></a> 250 <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a> = <a href='../Y/g_new0.html' title='Multiple used in 88 places.'>g_new0</a> (<a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a>, 1);
<a id='L251' name='L251'></a> 251 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>);
<a id='L252' name='L252'></a> 252 <a href='../S/lib--widget--widget-common.c.html#L307' title='Defined at 307 in lib/widget/widget-common.c.'>widget_init</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, &amp;<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>, <a href='../S/lib--widget--buttonbar.c.html#L165' title='Defined at 165 in lib/widget/buttonbar.c.'>buttonbar_callback</a>, <a href='../S/lib--widget--buttonbar.c.html#L219' title='Defined at 219 in lib/widget/buttonbar.c.'>buttonbar_mouse_callback</a>);
<a id='L253' name='L253'></a> 253
<a id='L254' name='L254'></a> 254 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L108' title='Defined at 108 in lib/widget/widget-common.h.'>WPOS_KEEP_HORZ</a> | <a href='../S/lib--widget--widget-common.h.html#L107' title='Defined at 107 in lib/widget/widget-common.h.'>WPOS_KEEP_BOTTOM</a>;
<a id='L255' name='L255'></a> 255 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/options.html' title='Multiple used in 120 places.'>options</a> |= <a href='../S/lib--widget--widget-common.h.html#L72' title='Defined at 72 in lib/widget/widget-common.h.'>WOP_WANT_HOTKEY</a>;
<a id='L256' name='L256'></a> 256
<a id='L257' name='L257'></a> 257 <strong class='reserved'>return</strong> <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>;
<a id='L258' name='L258'></a> 258 <em class='brace'>}</em>
<a id='L259' name='L259'></a> 259
<a id='L260' name='L260'></a> 260 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L261' name='L261'></a> 261
<a id='L262' name='L262'></a> 262 <strong class='reserved'>void</strong>
<a id='L263' name='L263'></a> 263 <a href='../R/buttonbar_set_label.html' title='Multiple referred from 64 places.'>buttonbar_set_label</a> (<a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <strong class='reserved'>int</strong> <a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>, <strong class='reserved'>const</strong> <a href='../D/global_keymap_t.html' title='Multiple defined in 2 places.'>global_keymap_t</a> *<a href='../Y/keymap.html' title='Multiple used in 125 places.'>keymap</a>,
<em class='comment'>/* <a href='#L244'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L287'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+263 lib/widget/buttonbar.c' /> */</em>
<a id='L264' name='L264'></a> 264 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/receiver.html' title='Multiple used in 9 places.'>receiver</a>)
<a id='L265' name='L265'></a> 265 <em class='brace'>{</em>
<a id='L266' name='L266'></a> 266 <strong class='reserved'>if</strong> ((<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>) &amp;&amp; (<a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a> &gt;= 1) &amp;&amp; (<a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a> &lt;= <a href='../S/lib--widget--buttonbar.h.html#L14' title='Defined at 14 in lib/widget/buttonbar.h.'>BUTTONBAR_LABELS_NUM</a>))
<a id='L267' name='L267'></a> 267 <em class='brace'>{</em>
<a id='L268' name='L268'></a> 268 <strong class='reserved'>long</strong> <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> = <a href='../S/lib--keybind.h.html#L38' title='Defined at 38 in lib/keybind.h.'>CK_IgnoreKey</a>;
<a id='L269' name='L269'></a> 269
<a id='L270' name='L270'></a> 270 <strong class='reserved'>if</strong> (<a href='../Y/keymap.html' title='Multiple used in 125 places.'>keymap</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L271' name='L271'></a> 271 <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> = <a href='../S/lib--keybind.c.html#L489' title='Defined at 489 in lib/keybind.c.'>keybind_lookup_keymap_command</a> (<a href='../Y/keymap.html' title='Multiple used in 125 places.'>keymap</a>, <a href='../S/lib--tty--tty-slang.h.html#L9' title='Defined at 9 in lib/tty/tty-slang.h.'>KEY_F</a> (<a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a>));
<a id='L272' name='L272'></a> 272
<a id='L273' name='L273'></a> 273 <strong class='reserved'>if</strong> ((<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>) || (<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>[0] == '\0'))
<a id='L274' name='L274'></a> 274 <a href='../S/lib--widget--buttonbar.c.html#L138' title='Defined at 138 in lib/widget/buttonbar.c.'>set_label_text</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a>, "");
<a id='L275' name='L275'></a> 275 <strong class='reserved'>else</strong>
<a id='L276' name='L276'></a> 276 <a href='../S/lib--widget--buttonbar.c.html#L138' title='Defined at 138 in lib/widget/buttonbar.c.'>set_label_text</a> (<a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>, <a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a>, <a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>);
<a id='L277' name='L277'></a> 277
<a id='L278' name='L278'></a> 278 <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a> - 1].<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> = <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>;
<a id='L279' name='L279'></a> 279 <a href='../Y/bb.html' title='Multiple used in 56 places.'>bb</a>-&gt;<a href='../Y/labels.html' title='Multiple used in 16 places.'>labels</a>[<a href='../Y/idx.html' title='Multiple used in 116 places.'>idx</a> - 1].<a href='../Y/receiver.html' title='Multiple used in 9 places.'>receiver</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/receiver.html' title='Multiple used in 9 places.'>receiver</a>);
<a id='L280' name='L280'></a> 280 <em class='brace'>}</em>
<a id='L281' name='L281'></a> 281 <em class='brace'>}</em>
<a id='L282' name='L282'></a> 282
<a id='L283' name='L283'></a> 283 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L284' name='L284'></a> 284
<a id='L285' name='L285'></a> 285 <em class='comment'>/* Find ButtonBar widget in the dialog */</em>
<a id='L286' name='L286'></a> 286 <a href='../D/WButtonBar.html' title='Multiple defined in 2 places.'>WButtonBar</a> *
<a id='L287' name='L287'></a> 287 <a href='../R/buttonbar_find.html' title='Multiple referred from 13 places.'>buttonbar_find</a> (<strong class='reserved'>const</strong> <a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)
<em class='comment'>/* <a href='#L263'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+287 lib/widget/buttonbar.c' /> */</em>
<a id='L288' name='L288'></a> 288 <em class='brace'>{</em>
<a id='L289' name='L289'></a> 289 <strong class='reserved'>return</strong> <a href='../S/lib--widget--buttonbar.h.html#L11' title='Defined at 11 in lib/widget/buttonbar.h.'>BUTTONBAR</a> (<a href='../S/lib--widget--widget-common.h.html#L348' title='Defined at 348 in lib/widget/widget-common.h.'>widget_find_by_type</a> (<a href='../S/lib--widget--widget-common.h.html#L16' title='Defined at 16 in lib/widget/widget-common.h.'>CONST_WIDGET</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>), <a href='../S/lib--widget--buttonbar.c.html#L165' title='Defined at 165 in lib/widget/buttonbar.c.'>buttonbar_callback</a>));
<a id='L290' name='L290'></a> 290 <em class='brace'>}</em>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L65'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L287'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+290 lib/widget/buttonbar.c' /> */</em>
</body>
</html>