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

1072 lines
194 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/group.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='#L72'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#L965'><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>/group.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>/group.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='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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/group.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L72' title='Defined at 72.'>group_widget_init</a></li>
<li><a href='#L82' title='Defined at 82.'>group_get_next_or_prev_of</a></li>
<li><a href='#L113' title='Defined at 113.'>group_select_next_or_prev</a></li>
<li><a href='#L132' title='Defined at 132.'>group_widget_set_state</a></li>
<li><a href='#L151' title='Defined at 151.'>group_send_broadcast_msg_custom</a></li>
<li><a href='#L189' title='Defined at 189.'>group_default_make_global</a></li>
<li><a href='#L225' title='Defined at 225.'>group_default_make_local</a></li>
<li><a href='#L263' title='Defined at 263.'>group_default_find</a></li>
<li><a href='#L295' title='Defined at 295.'>group_default_find_by_type</a></li>
<li><a href='#L327' title='Defined at 327.'>group_default_find_by_id</a></li>
<li><a href='#L357' title='Defined at 357.'>group_update_cursor</a></li>
<li><a href='#L383' title='Defined at 383.'>group_widget_set_position</a></li>
<li><a href='#L425' title='Defined at 425.'>group_set_position</a></li>
<li><a href='#L454' title='Defined at 454.'>group_default_resize</a></li>
<li><a href='#L473' title='Defined at 473.'>group_draw</a></li>
<li><a href='#L498' title='Defined at 498.'>group_handle_key</a></li>
<li><a href='#L519' title='Defined at 519.'>group_handle_hotkey</a></li>
<li><a href='#L599' title='Defined at 599.'>group_init</a></li>
<li><a href='#L622' title='Defined at 622.'>group_default_callback</a></li>
<li><a href='#L672' title='Defined at 672.'>group_default_set_state</a></li>
<li><a href='#L714' title='Defined at 714.'>group_handle_mouse_event</a></li>
<li><a href='#L764' title='Defined at 764.'>group_add_widget_autopos</a></li>
<li><a href='#L825' title='Defined at 825.'>group_remove_widget</a></li>
<li><a href='#L864' title='Defined at 864.'>group_set_current_widget_next</a></li>
<li><a href='#L877' title='Defined at 877.'>group_set_current_widget_prev</a></li>
<li><a href='#L892' title='Defined at 892.'>group_get_widget_next_of</a></li>
<li><a href='#L907' title='Defined at 907.'>group_get_widget_prev_of</a></li>
<li><a href='#L920' title='Defined at 920.'>group_select_next_widget</a></li>
<li><a href='#L933' title='Defined at 933.'>group_select_prev_widget</a></li>
<li><a href='#L947' title='Defined at 947.'>group_select_widget_by_id</a></li>
<li><a href='#L965' title='Defined at 965.'>group_send_broadcast_msg</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'> Widget group features module 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) 2020-2025</em>
<a id='L5' name='L5'></a> 5 <em class='comment'> The 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'> Written by:</em>
<a id='L8' name='L8'></a> 8 <em class='comment'> Andrew Borodin &lt;aborodin@vmail.ru&gt;, 2020-2022</em>
<a id='L9' name='L9'></a> 9 <em class='comment'></em>
<a id='L10' name='L10'></a> 10 <em class='comment'> This file is part of the Midnight Commander.</em>
<a id='L11' name='L11'></a> 11 <em class='comment'></em>
<a id='L12' name='L12'></a> 12 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
<a id='L13' name='L13'></a> 13 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L14' name='L14'></a> 14 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L15' name='L15'></a> 15 <em class='comment'> or (at your option) any later version.</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 distributed in the hope that it will be useful,</em>
<a id='L18' name='L18'></a> 18 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L19' name='L19'></a> 19 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L20' name='L20'></a> 20 <em class='comment'> GNU General Public License for more details.</em>
<a id='L21' name='L21'></a> 21 <em class='comment'></em>
<a id='L22' name='L22'></a> 22 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L23' name='L23'></a> 23 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L24' name='L24'></a> 24 <em class='comment'> */</em>
<a id='L25' name='L25'></a> 25
<a id='L26' name='L26'></a> 26 <em class='comment'>/** \file group.c</em>
<a id='L27' name='L27'></a> 27 <em class='comment'> * \brief Source: widget group features module</em>
<a id='L28' name='L28'></a> 28 <em class='comment'> */</em>
<a id='L29' name='L29'></a> 29
<a id='L30' name='L30'></a> 30 <em class='sharp'>#include</em> &lt;config.h&gt;
<a id='L31' name='L31'></a> 31
<a id='L32' name='L32'></a> 32 <em class='sharp'>#include</em> &lt;assert.h&gt;
<a id='L33' name='L33'></a> 33 <em class='sharp'>#include</em> &lt;stdlib.h&gt;
<a id='L34' name='L34'></a> 34 <em class='sharp'>#include</em> &lt;string.h&gt;
<a id='L35' name='L35'></a> 35
<a id='L36' name='L36'></a> 36 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
<a id='L37' name='L37'></a> 37
<a id='L38' name='L38'></a> 38 <em class='sharp'>#include</em> "<a href='lib--tty--key.h.html'>lib/tty/key.h</a>" <em class='comment'>// ALT()</em>
<a id='L39' name='L39'></a> 39
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> "<a href='lib--widget.h.html'>lib/widget.h</a>"
<a id='L41' name='L41'></a> 41
<a id='L42' name='L42'></a> 42 <em class='comment'>/*** global variables ****************************************************************************/</em>
<a id='L43' name='L43'></a> 43
<a id='L44' name='L44'></a> 44 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
<a id='L45' name='L45'></a> 45
<a id='L46' name='L46'></a> 46 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
<a id='L47' name='L47'></a> 47
<a id='L48' name='L48'></a> 48 <em class='comment'>/* Control widget positions in a group */</em>
<a id='L49' name='L49'></a> 49 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L50' name='L50'></a> 50 <em class='brace'>{</em>
<a id='L51' name='L51'></a> 51 <strong class='reserved'>int</strong> <a href='../Y/shift_x.html' title='Multiple used in 6 places.'>shift_x</a>;
<a id='L52' name='L52'></a> 52 <strong class='reserved'>int</strong> <a href='../Y/scale_x.html' title='Multiple used in 5 places.'>scale_x</a>;
<a id='L53' name='L53'></a> 53 <strong class='reserved'>int</strong> <a href='../Y/shift_y.html' title='Multiple used in 6 places.'>shift_y</a>;
<a id='L54' name='L54'></a> 54 <strong class='reserved'>int</strong> <a href='../Y/scale_y.html' title='Multiple used in 5 places.'>scale_y</a>;
<a id='L55' name='L55'></a> 55 <em class='brace'>}</em> <a href='../R/widget_shift_scale_t.html' title='Multiple referred from 2 places.'>widget_shift_scale_t</a>;
<a id='L56' name='L56'></a> 56
<a id='L57' name='L57'></a> 57 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L58' name='L58'></a> 58 <em class='brace'>{</em>
<a id='L59' name='L59'></a> 59 <a href='../S/lib--widget--widget-common.h.html#L94' title='Defined at 94 in lib/widget/widget-common.h.'>widget_state_t</a> <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>;
<a id='L60' name='L60'></a> 60 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/enable.html' title='Multiple used in 22 places.'>enable</a>;
<a id='L61' name='L61'></a> 61 <em class='brace'>}</em> <a href='../R/widget_state_info_t.html' title='Multiple referred from 2 places.'>widget_state_info_t</a>;
<a id='L62' name='L62'></a> 62
<a id='L63' name='L63'></a> 63 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
<a id='L64' name='L64'></a> 64
<a id='L65' name='L65'></a> 65 <em class='comment'>/*** file scope variables ************************************************************************/</em>
<a id='L66' name='L66'></a> 66
<a id='L67' name='L67'></a> 67 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L68' name='L68'></a> 68 <em class='comment'>/*** file scope functions ************************************************************************/</em>
<a id='L69' name='L69'></a> 69 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L70' name='L70'></a> 70
<a id='L71' name='L71'></a> 71 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L72' name='L72'></a> 72 <a href='../R/group_widget_init.html' title='Multiple referred from 2 places.'>group_widget_init</a> (<strong class='reserved'>void</strong> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, <strong class='reserved'>void</strong> *<a href='../Y/user_data.html' title='Multiple used in 75 places.'>user_data</a>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L82'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L965'><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='+72 lib/widget/group.c' /> */</em>
<a id='L73' name='L73'></a> 73 <em class='brace'>{</em>
<a id='L74' name='L74'></a> 74 (<strong class='reserved'>void</strong>) <a href='../Y/user_data.html' title='Multiple used in 75 places.'>user_data</a>;
<a id='L75' name='L75'></a> 75
<a id='L76' name='L76'></a> 76 <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='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>), <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/lib--widget--widget-common.h.html#L32' title='Defined at 32 in lib/widget/widget-common.h.'>MSG_INIT</a>, 0, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L77' name='L77'></a> 77 <em class='brace'>}</em>
<a id='L78' name='L78'></a> 78
<a id='L79' name='L79'></a> 79 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L80' name='L80'></a> 80
<a id='L81' name='L81'></a> 81 <strong class='reserved'>static</strong> <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *
<a id='L82' name='L82'></a> 82 <a href='../R/group_get_next_or_prev_of.html' title='Multiple referred from 7 places.'>group_get_next_or_prev_of</a> (<a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>)
<em class='comment'>/* <a href='#L72'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L113'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+82 lib/widget/group.c' /> */</em>
<a id='L83' name='L83'></a> 83 <em class='brace'>{</em>
<a id='L84' name='L84'></a> 84 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L85' name='L85'></a> 85
<a id='L86' name='L86'></a> 86 <strong class='reserved'>if</strong> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L87' name='L87'></a> 87 <em class='brace'>{</em>
<a id='L88' name='L88'></a> 88 <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</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/list.html' title='Multiple used in 382 places.'>list</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)-&gt;<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>;
<a id='L89' name='L89'></a> 89
<a id='L90' name='L90'></a> 90 <strong class='reserved'>if</strong> (<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L91' name='L91'></a> 91 <em class='brace'>{</em>
<a id='L92' name='L92'></a> 92 <strong class='reserved'>if</strong> (<a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>)
<a id='L93' name='L93'></a> 93 <em class='brace'>{</em>
<a id='L94' name='L94'></a> 94 <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>);
<a id='L95' name='L95'></a> 95 <strong class='reserved'>if</strong> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L96' name='L96'></a> 96 <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>;
<a id='L97' name='L97'></a> 97 <em class='brace'>}</em>
<a id='L98' name='L98'></a> 98 <strong class='reserved'>else</strong>
<a id='L99' name='L99'></a> 99 <em class='brace'>{</em>
<a id='L100' name='L100'></a> 100 <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/g_list_previous.html' title='Multiple used in 18 places.'>g_list_previous</a> (<a href='../Y/list.html' title='Multiple used in 382 places.'>list</a>);
<a id='L101' name='L101'></a> 101 <strong class='reserved'>if</strong> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L102' name='L102'></a> 102 <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/g_list_last.html' title='Multiple used in 16 places.'>g_list_last</a> (<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>);
<a id='L103' name='L103'></a> 103 <em class='brace'>}</em>
<a id='L104' name='L104'></a> 104 <em class='brace'>}</em>
<a id='L105' name='L105'></a> 105 <em class='brace'>}</em>
<a id='L106' name='L106'></a> 106
<a id='L107' name='L107'></a> 107 <strong class='reserved'>return</strong> <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>;
<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 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L113' name='L113'></a> 113 <a href='../R/group_select_next_or_prev.html' title='Multiple referred from 2 places.'>group_select_next_or_prev</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>)
<em class='comment'>/* <a href='#L82'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L132'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+113 lib/widget/group.c' /> */</em>
<a id='L114' name='L114'></a> 114 <em class='brace'>{</em>
<a id='L115' name='L115'></a> 115 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> &amp;&amp; <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L116' name='L116'></a> 116 <em class='brace'>{</em>
<a id='L117' name='L117'></a> 117 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>;
<a id='L118' name='L118'></a> 118
<a id='L119' name='L119'></a> 119 <strong class='reserved'>do</strong>
<a id='L120' name='L120'></a> 120 <em class='brace'>{</em>
<a id='L121' name='L121'></a> 121 <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../S/lib--widget--group.c.html#L82' title='Defined at 82 in lib/widget/group.c.'>group_get_next_or_prev_of</a> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>, <a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>);
<a id='L122' name='L122'></a> 122 <em class='brace'>}</em>
<a id='L123' name='L123'></a> 123 <strong class='reserved'>while</strong> (!<a href='../S/lib--widget--widget-common.c.html#L605' title='Defined at 605 in lib/widget/widget-common.c.'>widget_is_focusable</a> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>) &amp;&amp; <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> != <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>);
<a id='L124' name='L124'></a> 124
<a id='L125' name='L125'></a> 125 <a href='../S/lib--widget--widget-common.c.html#L622' title='Defined at 622 in lib/widget/widget-common.c.'>widget_select</a> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L126' name='L126'></a> 126 <em class='brace'>}</em>
<a id='L127' name='L127'></a> 127 <em class='brace'>}</em>
<a id='L128' name='L128'></a> 128
<a id='L129' name='L129'></a> 129 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L130' name='L130'></a> 130
<a id='L131' name='L131'></a> 131 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L132' name='L132'></a> 132 <a href='../R/group_widget_set_state.html' title='Multiple referred from 2 places.'>group_widget_set_state</a> (<a href='../Y/gpointer.html' title='Multiple used in 108 places.'>gpointer</a> <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, <a href='../Y/gpointer.html' title='Multiple used in 108 places.'>gpointer</a> <a href='../Y/user_data.html' title='Multiple used in 75 places.'>user_data</a>)
<em class='comment'>/* <a href='#L113'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L151'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+132 lib/widget/group.c' /> */</em>
<a id='L133' name='L133'></a> 133 <em class='brace'>{</em>
<a id='L134' name='L134'></a> 134 <a href='../S/lib--widget--group.c.html#L61' title='Defined at 61 in lib/widget/group.c.'>widget_state_info_t</a> *<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> = (<a href='../S/lib--widget--group.c.html#L61' title='Defined at 61 in lib/widget/group.c.'>widget_state_info_t</a> *) <a href='../Y/user_data.html' title='Multiple used in 75 places.'>user_data</a>;
<a id='L135' name='L135'></a> 135
<a id='L136' name='L136'></a> 136 <a href='../S/lib--widget--widget-common.h.html#L381' title='Defined at 381 in lib/widget/widget-common.h.'>widget_set_state</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/data.html' title='Multiple used in 916 places.'>data</a>), <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>-&gt;<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>, <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>-&gt;<a href='../Y/enable.html' title='Multiple used in 22 places.'>enable</a>);
<a id='L137' name='L137'></a> 137 <em class='brace'>}</em>
<a id='L138' name='L138'></a> 138
<a id='L139' name='L139'></a> 139 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L140' name='L140'></a> 140 <em class='comment'>/**</em>
<a id='L141' name='L141'></a> 141 <em class='comment'> * Send broadcast message to all widgets in the group that have specified options.</em>
<a id='L142' name='L142'></a> 142 <em class='comment'> *</em>
<a id='L143' name='L143'></a> 143 <em class='comment'> * @param g WGroup object</em>
<a id='L144' name='L144'></a> 144 <em class='comment'> * @param msg message sent to widgets</em>
<a id='L145' name='L145'></a> 145 <em class='comment'> * @param reverse if TRUE, send message in reverse order, FALSE -- in direct one.</em>
<a id='L146' name='L146'></a> 146 <em class='comment'> * @param options if WOP_DEFAULT, the message is sent to all widgets. Else message is sent to</em>
<a id='L147' name='L147'></a> 147 <em class='comment'> * widgets that have specified options.</em>
<a id='L148' name='L148'></a> 148 <em class='comment'> */</em>
<a id='L149' name='L149'></a> 149
<a id='L150' name='L150'></a> 150 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L151' name='L151'></a> 151 <a href='../S/lib--widget--group.c.html#L967' title='Referred from 967 in lib/widget/group.c.'>group_send_broadcast_msg_custom</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</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>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>,
<em class='comment'>/* <a href='#L132'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L189'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+151 lib/widget/group.c' /> */</em>
<a id='L152' name='L152'></a> 152 <a href='../S/lib--widget--widget-common.h.html#L78' title='Defined at 78 in lib/widget/widget-common.h.'>widget_options_t</a> <a href='../Y/options.html' title='Multiple used in 120 places.'>options</a>)
<a id='L153' name='L153'></a> 153 <em class='brace'>{</em>
<a id='L154' name='L154'></a> 154 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, *<a href='../Y/first.html' title='Multiple used in 49 places.'>first</a>;
<a id='L155' name='L155'></a> 155
<a id='L156' name='L156'></a> 156 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L157' name='L157'></a> 157 <strong class='reserved'>return</strong>;
<a id='L158' name='L158'></a> 158
<a id='L159' name='L159'></a> 159 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L160' name='L160'></a> 160 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>;
<a id='L161' name='L161'></a> 161
<a id='L162' name='L162'></a> 162 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/lib--widget--group.c.html#L82' title='Defined at 82 in lib/widget/group.c.'>group_get_next_or_prev_of</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>, !<a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>);
<a id='L163' name='L163'></a> 163 <a href='../Y/first.html' title='Multiple used in 49 places.'>first</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L164' name='L164'></a> 164
<a id='L165' name='L165'></a> 165 <strong class='reserved'>do</strong>
<a id='L166' name='L166'></a> 166 <em class='brace'>{</em>
<a id='L167' name='L167'></a> 167 <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/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L168' name='L168'></a> 168
<a id='L169' name='L169'></a> 169 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/lib--widget--group.c.html#L82' title='Defined at 82 in lib/widget/group.c.'>group_get_next_or_prev_of</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, !<a href='../Y/reverse.html' title='Multiple used in 25 places.'>reverse</a>);
<a id='L170' name='L170'></a> 170
<a id='L171' name='L171'></a> 171 <strong class='reserved'>if</strong> (<a href='../Y/options.html' title='Multiple used in 120 places.'>options</a> == <a href='../S/lib--widget--widget-common.h.html#L71' title='Defined at 71 in lib/widget/widget-common.h.'>WOP_DEFAULT</a> || (<a href='../Y/options.html' title='Multiple used in 120 places.'>options</a> &amp; <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>) != 0)
<a id='L172' name='L172'></a> 172 <em class='comment'>// special case: don't draw invisible widgets</em>
<a id='L173' name='L173'></a> 173 <strong class='reserved'>if</strong> (<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a> != <a href='../S/lib--widget--widget-common.h.html#L38' title='Defined at 38 in lib/widget/widget-common.h.'>MSG_DRAW</a> || <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='L174' name='L174'></a> 174 <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/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, 0, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L175' name='L175'></a> 175 <em class='brace'>}</em>
<a id='L176' name='L176'></a> 176 <strong class='reserved'>while</strong> (<a href='../Y/first.html' title='Multiple used in 49 places.'>first</a> != <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L177' name='L177'></a> 177 <em class='brace'>}</em>
<a id='L178' name='L178'></a> 178
<a id='L179' name='L179'></a> 179 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L180' name='L180'></a> 180
<a id='L181' name='L181'></a> 181 <em class='comment'>/**</em>
<a id='L182' name='L182'></a> 182 <em class='comment'> * Default group callback to convert group coordinates from local (relative to owner) to global</em>
<a id='L183' name='L183'></a> 183 <em class='comment'> * (relative to screen).</em>
<a id='L184' name='L184'></a> 184 <em class='comment'> *</em>
<a id='L185' name='L185'></a> 185 <em class='comment'> * @param w widget</em>
<a id='L186' name='L186'></a> 186 <em class='comment'> */</em>
<a id='L187' name='L187'></a> 187
<a id='L188' name='L188'></a> 188 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L189' name='L189'></a> 189 <a href='../S/lib--widget--group.c.html#L607' title='Referred from 607 in lib/widget/group.c.'>group_default_make_global</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>, <strong class='reserved'>const</strong> <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> *<a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a>)
<em class='comment'>/* <a href='#L151'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L225'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+189 lib/widget/group.c' /> */</em>
<a id='L190' name='L190'></a> 190 <em class='brace'>{</em>
<a id='L191' name='L191'></a> 191 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>;
<a id='L192' name='L192'></a> 192
<a id='L193' name='L193'></a> 193 <strong class='reserved'>if</strong> (<a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L194' name='L194'></a> 194 <em class='brace'>{</em>
<a id='L195' name='L195'></a> 195 <em class='comment'>// change own coordinates</em>
<a id='L196' name='L196'></a> 196 <a href='../S/lib--widget--widget-common.c.html#L687' title='Defined at 687 in lib/widget/widget-common.c.'>widget_default_make_global</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a>);
<a id='L197' name='L197'></a> 197 <em class='comment'>// change child widget coordinates</em>
<a id='L198' name='L198'></a> 198 <strong class='reserved'>for</strong> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>))
<a id='L199' name='L199'></a> 199 <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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)-&gt;<a href='../Y/make_global.html' title='Multiple used in 6 places.'>make_global</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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>), <a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a>);
<a id='L200' name='L200'></a> 200 <em class='brace'>}</em>
<a id='L201' name='L201'></a> 201 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<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 href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L202' name='L202'></a> 202 <em class='brace'>{</em>
<a id='L203' name='L203'></a> 203 <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> = <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>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
<a id='L204' name='L204'></a> 204
<a id='L205' name='L205'></a> 205 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> = 0;
<a id='L206' name='L206'></a> 206 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> = 0;
<a id='L207' name='L207'></a> 207 <em class='comment'>// change own coordinates</em>
<a id='L208' name='L208'></a> 208 <a href='../S/lib--widget--widget-common.c.html#L687' title='Defined at 687 in lib/widget/widget-common.c.'>widget_default_make_global</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 id='L209' name='L209'></a> 209 <em class='comment'>// change child widget coordinates</em>
<a id='L210' name='L210'></a> 210 <strong class='reserved'>for</strong> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>))
<a id='L211' name='L211'></a> 211 <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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)-&gt;<a href='../Y/make_global.html' title='Multiple used in 6 places.'>make_global</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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>), &amp;<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>);
<a id='L212' name='L212'></a> 212 <em class='brace'>}</em>
<a id='L213' name='L213'></a> 213 <em class='brace'>}</em>
<a id='L214' name='L214'></a> 214
<a id='L215' name='L215'></a> 215 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L216' name='L216'></a> 216
<a id='L217' name='L217'></a> 217 <em class='comment'>/**</em>
<a id='L218' name='L218'></a> 218 <em class='comment'> * Default group callback to convert group coordinates from global (relative to screen) to local</em>
<a id='L219' name='L219'></a> 219 <em class='comment'> * (relative to owner).</em>
<a id='L220' name='L220'></a> 220 <em class='comment'> *</em>
<a id='L221' name='L221'></a> 221 <em class='comment'> * @param w widget</em>
<a id='L222' name='L222'></a> 222 <em class='comment'> */</em>
<a id='L223' name='L223'></a> 223
<a id='L224' name='L224'></a> 224 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L225' name='L225'></a> 225 <a href='../S/lib--widget--group.c.html#L608' title='Referred from 608 in lib/widget/group.c.'>group_default_make_local</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>, <strong class='reserved'>const</strong> <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> *<a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a>)
<em class='comment'>/* <a href='#L189'><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='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+225 lib/widget/group.c' /> */</em>
<a id='L226' name='L226'></a> 226 <em class='brace'>{</em>
<a id='L227' name='L227'></a> 227 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>;
<a id='L228' name='L228'></a> 228
<a id='L229' name='L229'></a> 229 <strong class='reserved'>if</strong> (<a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L230' name='L230'></a> 230 <em class='brace'>{</em>
<a id='L231' name='L231'></a> 231 <em class='comment'>// change own coordinates</em>
<a id='L232' name='L232'></a> 232 <a href='../S/lib--widget--widget-common.c.html#L706' title='Defined at 706 in lib/widget/widget-common.c.'>widget_default_make_local</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a>);
<a id='L233' name='L233'></a> 233 <em class='comment'>// change child widget coordinates</em>
<a id='L234' name='L234'></a> 234 <strong class='reserved'>for</strong> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>))
<a id='L235' name='L235'></a> 235 <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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)-&gt;<a href='../Y/make_local.html' title='Multiple used in 6 places.'>make_local</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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>), <a href='../Y/delta.html' title='Multiple used in 22 places.'>delta</a>);
<a id='L236' name='L236'></a> 236 <em class='brace'>}</em>
<a id='L237' name='L237'></a> 237 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<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 href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L238' name='L238'></a> 238 <em class='brace'>{</em>
<a id='L239' name='L239'></a> 239 <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> = <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>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
<a id='L240' name='L240'></a> 240
<a id='L241' name='L241'></a> 241 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> = 0;
<a id='L242' name='L242'></a> 242 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> = 0;
<a id='L243' name='L243'></a> 243 <em class='comment'>// change own coordinates</em>
<a id='L244' name='L244'></a> 244 <a href='../S/lib--widget--widget-common.c.html#L706' title='Defined at 706 in lib/widget/widget-common.c.'>widget_default_make_local</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 id='L245' name='L245'></a> 245 <em class='comment'>// change child widget coordinates</em>
<a id='L246' name='L246'></a> 246 <strong class='reserved'>for</strong> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>))
<a id='L247' name='L247'></a> 247 <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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)-&gt;<a href='../Y/make_local.html' title='Multiple used in 6 places.'>make_local</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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>), &amp;<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>);
<a id='L248' name='L248'></a> 248 <em class='brace'>}</em>
<a id='L249' name='L249'></a> 249 <em class='brace'>}</em>
<a id='L250' name='L250'></a> 250
<a id='L251' name='L251'></a> 251 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L252' name='L252'></a> 252
<a id='L253' name='L253'></a> 253 <em class='comment'>/**</em>
<a id='L254' name='L254'></a> 254 <em class='comment'> * Default group callback function to find widget in the group.</em>
<a id='L255' name='L255'></a> 255 <em class='comment'> *</em>
<a id='L256' name='L256'></a> 256 <em class='comment'> * @param w WGroup object</em>
<a id='L257' name='L257'></a> 257 <em class='comment'> * @param what widget to find</em>
<a id='L258' name='L258'></a> 258 <em class='comment'> *</em>
<a id='L259' name='L259'></a> 259 <em class='comment'> * @return holder of @what if found, NULL otherwise</em>
<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'>static</strong> <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *
<a id='L263' name='L263'></a> 263 <a href='../S/lib--widget--group.c.html#L610' title='Referred from 610 in lib/widget/group.c.'>group_default_find</a> (<strong class='reserved'>const</strong> <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>, <strong class='reserved'>const</strong> <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/what.html' title='Multiple used in 19 places.'>what</a>)
<em class='comment'>/* <a href='#L225'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L295'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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/group.c' /> */</em>
<a id='L264' name='L264'></a> 264 <em class='brace'>{</em>
<a id='L265' name='L265'></a> 265 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a>;
<a id='L266' name='L266'></a> 266
<a id='L267' name='L267'></a> 267 <a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> = <a href='../S/lib--widget--widget-common.c.html#L725' title='Defined at 725 in lib/widget/widget-common.c.'>widget_default_find</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/what.html' title='Multiple used in 19 places.'>what</a>);
<a id='L268' name='L268'></a> 268 <strong class='reserved'>if</strong> (<a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L269' name='L269'></a> 269 <em class='brace'>{</em>
<a id='L270' name='L270'></a> 270 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>;
<a id='L271' name='L271'></a> 271
<a id='L272' name='L272'></a> 272 <strong class='reserved'>for</strong> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../S/lib--widget--group.h.html#L17' title='Defined at 17 in lib/widget/group.h.'>CONST_GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>))
<a id='L273' name='L273'></a> 273 <em class='brace'>{</em>
<a id='L274' name='L274'></a> 274 <a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> = <a href='../S/lib--widget--widget-common.h.html#L331' title='Defined at 331 in lib/widget/widget-common.h.'>widget_find</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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>), <a href='../Y/what.html' title='Multiple used in 19 places.'>what</a>);
<a id='L275' name='L275'></a> 275 <strong class='reserved'>if</strong> (<a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L276' name='L276'></a> 276 <strong class='reserved'>break</strong>;
<a id='L277' name='L277'></a> 277 <em class='brace'>}</em>
<a id='L278' name='L278'></a> 278 <em class='brace'>}</em>
<a id='L279' name='L279'></a> 279
<a id='L280' name='L280'></a> 280 <strong class='reserved'>return</strong> <a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a>;
<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'>/**</em>
<a id='L286' name='L286'></a> 286 <em class='comment'> * Default group callback function to find widget in the group using widget callback.</em>
<a id='L287' name='L287'></a> 287 <em class='comment'> *</em>
<a id='L288' name='L288'></a> 288 <em class='comment'> * @param w WGroup object</em>
<a id='L289' name='L289'></a> 289 <em class='comment'> * @param cb widget callback</em>
<a id='L290' name='L290'></a> 290 <em class='comment'> *</em>
<a id='L291' name='L291'></a> 291 <em class='comment'> * @return widget object if found, NULL otherwise</em>
<a id='L292' name='L292'></a> 292 <em class='comment'> */</em>
<a id='L293' name='L293'></a> 293
<a id='L294' name='L294'></a> 294 <strong class='reserved'>static</strong> <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *
<a id='L295' name='L295'></a> 295 <a href='../S/lib--widget--group.c.html#L611' title='Referred from 611 in lib/widget/group.c.'>group_default_find_by_type</a> (<strong class='reserved'>const</strong> <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='../Y/widget_cb_fn.html' title='Multiple used in 16 places.'>widget_cb_fn</a> <a href='../Y/cb.html' title='Multiple used in 138 places.'>cb</a>)
<em class='comment'>/* <a href='#L263'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L327'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+295 lib/widget/group.c' /> */</em>
<a id='L296' name='L296'></a> 296 <em class='brace'>{</em>
<a id='L297' name='L297'></a> 297 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a>;
<a id='L298' name='L298'></a> 298
<a id='L299' name='L299'></a> 299 <a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> = <a href='../S/lib--widget--widget-common.c.html#L743' title='Defined at 743 in lib/widget/widget-common.c.'>widget_default_find_by_type</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/cb.html' title='Multiple used in 138 places.'>cb</a>);
<a id='L300' name='L300'></a> 300 <strong class='reserved'>if</strong> (<a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L301' name='L301'></a> 301 <em class='brace'>{</em>
<a id='L302' name='L302'></a> 302 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>;
<a id='L303' name='L303'></a> 303
<a id='L304' name='L304'></a> 304 <strong class='reserved'>for</strong> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../S/lib--widget--group.h.html#L17' title='Defined at 17 in lib/widget/group.h.'>CONST_GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>))
<a id='L305' name='L305'></a> 305 <em class='brace'>{</em>
<a id='L306' name='L306'></a> 306 <a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</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#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>), <a href='../Y/cb.html' title='Multiple used in 138 places.'>cb</a>);
<a id='L307' name='L307'></a> 307 <strong class='reserved'>if</strong> (<a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L308' name='L308'></a> 308 <strong class='reserved'>break</strong>;
<a id='L309' name='L309'></a> 309 <em class='brace'>}</em>
<a id='L310' name='L310'></a> 310 <em class='brace'>}</em>
<a id='L311' name='L311'></a> 311
<a id='L312' name='L312'></a> 312 <strong class='reserved'>return</strong> <a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a>;
<a id='L313' name='L313'></a> 313 <em class='brace'>}</em>
<a id='L314' name='L314'></a> 314
<a id='L315' name='L315'></a> 315 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L316' name='L316'></a> 316
<a id='L317' name='L317'></a> 317 <em class='comment'>/**</em>
<a id='L318' name='L318'></a> 318 <em class='comment'> * Default group callback function to find widget by widget ID in the group.</em>
<a id='L319' name='L319'></a> 319 <em class='comment'> *</em>
<a id='L320' name='L320'></a> 320 <em class='comment'> * @param w WGroup object</em>
<a id='L321' name='L321'></a> 321 <em class='comment'> * @param id widget ID</em>
<a id='L322' name='L322'></a> 322 <em class='comment'> *</em>
<a id='L323' name='L323'></a> 323 <em class='comment'> * @return widget object if widget with specified id is found in group, NULL otherwise</em>
<a id='L324' name='L324'></a> 324 <em class='comment'> */</em>
<a id='L325' name='L325'></a> 325
<a id='L326' name='L326'></a> 326 <strong class='reserved'>static</strong> <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *
<a id='L327' name='L327'></a> 327 <a href='../S/lib--widget--group.c.html#L612' title='Referred from 612 in lib/widget/group.c.'>group_default_find_by_id</a> (<strong class='reserved'>const</strong> <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>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/id.html' title='Multiple used in 143 places.'>id</a>)
<em class='comment'>/* <a href='#L295'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L357'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+327 lib/widget/group.c' /> */</em>
<a id='L328' name='L328'></a> 328 <em class='brace'>{</em>
<a id='L329' name='L329'></a> 329 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a>;
<a id='L330' name='L330'></a> 330
<a id='L331' name='L331'></a> 331 <a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> = <a href='../S/lib--widget--widget-common.c.html#L759' title='Defined at 759 in lib/widget/widget-common.c.'>widget_default_find_by_id</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/id.html' title='Multiple used in 143 places.'>id</a>);
<a id='L332' name='L332'></a> 332 <strong class='reserved'>if</strong> (<a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L333' name='L333'></a> 333 <em class='brace'>{</em>
<a id='L334' name='L334'></a> 334 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>;
<a id='L335' name='L335'></a> 335
<a id='L336' name='L336'></a> 336 <strong class='reserved'>for</strong> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../S/lib--widget--group.h.html#L17' title='Defined at 17 in lib/widget/group.h.'>CONST_GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/iter.html' title='Multiple used in 50 places.'>iter</a>))
<a id='L337' name='L337'></a> 337 <em class='brace'>{</em>
<a id='L338' name='L338'></a> 338 <a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> = <a href='../S/lib--widget--widget-common.h.html#L364' title='Defined at 364 in lib/widget/widget-common.h.'>widget_find_by_id</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/iter.html' title='Multiple used in 50 places.'>iter</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>), <a href='../Y/id.html' title='Multiple used in 143 places.'>id</a>);
<a id='L339' name='L339'></a> 339 <strong class='reserved'>if</strong> (<a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L340' name='L340'></a> 340 <strong class='reserved'>break</strong>;
<a id='L341' name='L341'></a> 341 <em class='brace'>}</em>
<a id='L342' name='L342'></a> 342 <em class='brace'>}</em>
<a id='L343' name='L343'></a> 343
<a id='L344' name='L344'></a> 344 <strong class='reserved'>return</strong> <a href='../Y/w0.html' title='Multiple used in 72 places.'>w0</a>;
<a id='L345' name='L345'></a> 345 <em class='brace'>}</em>
<a id='L346' name='L346'></a> 346
<a id='L347' name='L347'></a> 347 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L348' name='L348'></a> 348 <em class='comment'>/**</em>
<a id='L349' name='L349'></a> 349 <em class='comment'> * Update cursor position in the active widget of the group.</em>
<a id='L350' name='L350'></a> 350 <em class='comment'> *</em>
<a id='L351' name='L351'></a> 351 <em class='comment'> * @param g WGroup object</em>
<a id='L352' name='L352'></a> 352 <em class='comment'> *</em>
<a id='L353' name='L353'></a> 353 <em class='comment'> * @return MSG_HANDLED if cursor was updated in the specified group, MSG_NOT_HANDLED otherwise</em>
<a id='L354' name='L354'></a> 354 <em class='comment'> */</em>
<a id='L355' name='L355'></a> 355
<a id='L356' name='L356'></a> 356 <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='L357' name='L357'></a> 357 <a href='../S/lib--widget--group.c.html#L643' title='Referred from 643 in lib/widget/group.c.'>group_update_cursor</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>)
<em class='comment'>/* <a href='#L327'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L383'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+357 lib/widget/group.c' /> */</em>
<a id='L358' name='L358'></a> 358 <em class='brace'>{</em>
<a id='L359' name='L359'></a> 359 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>;
<a id='L360' name='L360'></a> 360
<a id='L361' name='L361'></a> 361 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> &amp;&amp; <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='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>), <a href='../S/lib--widget--widget-common.h.html#L91' title='Defined at 91 in lib/widget/widget-common.h.'>WST_ACTIVE</a>))
<a id='L362' name='L362'></a> 362 <strong class='reserved'>do</strong>
<a id='L363' name='L363'></a> 363 <em class='brace'>{</em>
<a id='L364' name='L364'></a> 364 <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/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L365' name='L365'></a> 365
<a id='L366' name='L366'></a> 366 <em class='comment'>/* Don't use widget_is_selectable() here.</em>
<a id='L367' name='L367'></a> 367 <em class='comment'> If WOP_SELECTABLE option is not set, widget can handle mouse events.</em>
<a id='L368' name='L368'></a> 368 <em class='comment'> For example, commandl line in file manager */</em>
<a id='L369' name='L369'></a> 369 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--widget-common.h.html#L270' title='Defined at 270 in lib/widget/widget-common.h.'>widget_get_options</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../S/lib--widget--widget-common.h.html#L73' title='Defined at 73 in lib/widget/widget-common.h.'>WOP_WANT_CURSOR</a>) &amp;&amp; <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='L370' name='L370'></a> 370 &amp;&amp; !<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#L85' title='Defined at 85 in lib/widget/widget-common.h.'>WST_DISABLED</a>) &amp;&amp; <a href='../S/lib--widget--widget-common.h.html#L423' title='Defined at 423 in lib/widget/widget-common.h.'>widget_update_cursor</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/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)))
<a id='L371' name='L371'></a> 371 <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='L372' name='L372'></a> 372
<a id='L373' name='L373'></a> 373 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/lib--widget--group.c.html#L892' title='Defined at 892 in lib/widget/group.c.'>group_get_widget_next_of</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L374' name='L374'></a> 374 <em class='brace'>}</em>
<a id='L375' name='L375'></a> 375 <strong class='reserved'>while</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> != <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>);
<a id='L376' name='L376'></a> 376
<a id='L377' name='L377'></a> 377 <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='L378' name='L378'></a> 378 <em class='brace'>}</em>
<a id='L379' name='L379'></a> 379
<a id='L380' name='L380'></a> 380 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L381' name='L381'></a> 381
<a id='L382' name='L382'></a> 382 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L383' name='L383'></a> 383 <a href='../S/lib--widget--group.c.html#L448' title='Referred from 448 in lib/widget/group.c.'>group_widget_set_position</a> (<a href='../Y/gpointer.html' title='Multiple used in 108 places.'>gpointer</a> <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, <a href='../Y/gpointer.html' title='Multiple used in 108 places.'>gpointer</a> <a href='../Y/user_data.html' title='Multiple used in 75 places.'>user_data</a>)
<em class='comment'>/* <a href='#L357'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L425'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+383 lib/widget/group.c' /> */</em>
<a id='L384' name='L384'></a> 384 <em class='brace'>{</em>
<a id='L385' name='L385'></a> 385 <em class='comment'>/* there are, mainly, 2 generally possible situations:</em>
<a id='L386' name='L386'></a> 386 <em class='comment'> * 1. control sticks to one side - it should be moved</em>
<a id='L387' name='L387'></a> 387 <em class='comment'> * 2. control sticks to two sides of one direction - it should be sized</em>
<a id='L388' name='L388'></a> 388 <em class='comment'> */</em>
<a id='L389' name='L389'></a> 389
<a id='L390' name='L390'></a> 390 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/c.html' title='Multiple used in 818 places.'>c</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/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L391' name='L391'></a> 391 <strong class='reserved'>const</strong> <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = &amp;<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/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
<a id='L392' name='L392'></a> 392 <strong class='reserved'>const</strong> <a href='../S/lib--widget--group.c.html#L55' title='Defined at 55 in lib/widget/group.c.'>widget_shift_scale_t</a> *<a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a> = (<strong class='reserved'>const</strong> <a href='../S/lib--widget--group.c.html#L55' title='Defined at 55 in lib/widget/group.c.'>widget_shift_scale_t</a> *) <a href='../Y/user_data.html' title='Multiple used in 75 places.'>user_data</a>;
<a id='L393' name='L393'></a> 393 <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> = <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
<a id='L394' name='L394'></a> 394
<a id='L395' name='L395'></a> 395 <strong class='reserved'>if</strong> ((<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L100' title='Defined at 100 in lib/widget/widget-common.h.'>WPOS_CENTER_HORZ</a>) != 0)
<a id='L396' name='L396'></a> 396 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> - <a href='../Y/c.html' title='Multiple used in 818 places.'>c</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>) / 2;
<a id='L397' name='L397'></a> 397 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> ((<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L104' title='Defined at 104 in lib/widget/widget-common.h.'>WPOS_KEEP_LEFT</a>) != 0 &amp;&amp; (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L105' title='Defined at 105 in lib/widget/widget-common.h.'>WPOS_KEEP_RIGHT</a>) != 0)
<a id='L398' name='L398'></a> 398 <em class='brace'>{</em>
<a id='L399' name='L399'></a> 399 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> += <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/shift_x.html' title='Multiple used in 6 places.'>shift_x</a>;
<a id='L400' name='L400'></a> 400 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> += <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/scale_x.html' title='Multiple used in 5 places.'>scale_x</a>;
<a id='L401' name='L401'></a> 401 <em class='brace'>}</em>
<a id='L402' name='L402'></a> 402 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> ((<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L104' title='Defined at 104 in lib/widget/widget-common.h.'>WPOS_KEEP_LEFT</a>) != 0)
<a id='L403' name='L403'></a> 403 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> += <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/shift_x.html' title='Multiple used in 6 places.'>shift_x</a>;
<a id='L404' name='L404'></a> 404 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> ((<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L105' title='Defined at 105 in lib/widget/widget-common.h.'>WPOS_KEEP_RIGHT</a>) != 0)
<a id='L405' name='L405'></a> 405 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> += <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/shift_x.html' title='Multiple used in 6 places.'>shift_x</a> + <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/scale_x.html' title='Multiple used in 5 places.'>scale_x</a>;
<a id='L406' name='L406'></a> 406
<a id='L407' name='L407'></a> 407 <strong class='reserved'>if</strong> ((<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L101' title='Defined at 101 in lib/widget/widget-common.h.'>WPOS_CENTER_VERT</a>) != 0)
<a id='L408' name='L408'></a> 408 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> = <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> + (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>) / 2;
<a id='L409' name='L409'></a> 409 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> ((<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a>) != 0 &amp;&amp; (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L107' title='Defined at 107 in lib/widget/widget-common.h.'>WPOS_KEEP_BOTTOM</a>) != 0)
<a id='L410' name='L410'></a> 410 <em class='brace'>{</em>
<a id='L411' name='L411'></a> 411 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> += <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/shift_y.html' title='Multiple used in 6 places.'>shift_y</a>;
<a id='L412' name='L412'></a> 412 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> += <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/scale_y.html' title='Multiple used in 5 places.'>scale_y</a>;
<a id='L413' name='L413'></a> 413 <em class='brace'>}</em>
<a id='L414' name='L414'></a> 414 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> ((<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a>) != 0)
<a id='L415' name='L415'></a> 415 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> += <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/shift_y.html' title='Multiple used in 6 places.'>shift_y</a>;
<a id='L416' name='L416'></a> 416 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> ((<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L107' title='Defined at 107 in lib/widget/widget-common.h.'>WPOS_KEEP_BOTTOM</a>) != 0)
<a id='L417' name='L417'></a> 417 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> += <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/shift_y.html' title='Multiple used in 6 places.'>shift_y</a> + <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>-&gt;<a href='../Y/scale_y.html' title='Multiple used in 5 places.'>scale_y</a>;
<a id='L418' name='L418'></a> 418
<a id='L419' name='L419'></a> 419 <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/c.html' title='Multiple used in 818 places.'>c</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/lib--widget--widget-common.h.html#L49' title='Defined at 49 in lib/widget/widget-common.h.'>MSG_RESIZE</a>, 0, &amp;<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>);
<a id='L420' name='L420'></a> 420 <em class='brace'>}</em>
<a id='L421' name='L421'></a> 421
<a id='L422' name='L422'></a> 422 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L423' name='L423'></a> 423
<a id='L424' name='L424'></a> 424 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L425' name='L425'></a> 425 <a href='../S/lib--widget--group.c.html#L467' title='Referred from 467 in lib/widget/group.c.'>group_set_position</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <strong class='reserved'>const</strong> <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='comment'>/* <a href='#L383'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L454'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+425 lib/widget/group.c' /> */</em>
<a id='L426' name='L426'></a> 426 <em class='brace'>{</em>
<a id='L427' name='L427'></a> 427 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = &amp;<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/g.html' title='Multiple used in 537 places.'>g</a>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
<a id='L428' name='L428'></a> 428 <a href='../S/lib--widget--group.c.html#L55' title='Defined at 55 in lib/widget/group.c.'>widget_shift_scale_t</a> <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>;
<a id='L429' name='L429'></a> 429 <em class='comment'>// save old positions, will be used to reposition childs</em>
<a id='L430' name='L430'></a> 430 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> <a href='../Y/or.html' title='Multiple used in 5 places.'>or</a> = *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>;
<a id='L431' name='L431'></a> 431
<a id='L432' name='L432'></a> 432 *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = *<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
<a id='L433' name='L433'></a> 433
<a id='L434' name='L434'></a> 434 <em class='comment'>// dialog is empty</em>
<a id='L435' name='L435'></a> 435 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L436' name='L436'></a> 436 <strong class='reserved'>return</strong>;
<a id='L437' name='L437'></a> 437
<a id='L438' name='L438'></a> 438 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L439' name='L439'></a> 439 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>;
<a id='L440' name='L440'></a> 440
<a id='L441' name='L441'></a> 441 <em class='comment'>// values by which controls should be moved</em>
<a id='L442' name='L442'></a> 442 <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>.<a href='../Y/shift_x.html' title='Multiple used in 6 places.'>shift_x</a> = <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> - <a href='../Y/or.html' title='Multiple used in 5 places.'>or</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>;
<a id='L443' name='L443'></a> 443 <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>.<a href='../Y/scale_x.html' title='Multiple used in 5 places.'>scale_x</a> = <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> - <a href='../Y/or.html' title='Multiple used in 5 places.'>or</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>;
<a id='L444' name='L444'></a> 444 <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>.<a href='../Y/shift_y.html' title='Multiple used in 6 places.'>shift_y</a> = <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> - <a href='../Y/or.html' title='Multiple used in 5 places.'>or</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>;
<a id='L445' name='L445'></a> 445 <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>.<a href='../Y/scale_y.html' title='Multiple used in 5 places.'>scale_y</a> = <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - <a href='../Y/or.html' title='Multiple used in 5 places.'>or</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>;
<a id='L446' name='L446'></a> 446
<a id='L447' name='L447'></a> 447 <strong class='reserved'>if</strong> (<a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>.<a href='../Y/shift_x.html' title='Multiple used in 6 places.'>shift_x</a> != 0 || <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>.<a href='../Y/shift_y.html' title='Multiple used in 6 places.'>shift_y</a> != 0 || <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>.<a href='../Y/scale_x.html' title='Multiple used in 5 places.'>scale_x</a> != 0 || <a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>.<a href='../Y/scale_y.html' title='Multiple used in 5 places.'>scale_y</a> != 0)
<a id='L448' name='L448'></a> 448 <a href='../Y/g_list_foreach.html' title='Multiple used in 10 places.'>g_list_foreach</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../S/lib--widget--group.c.html#L383' title='Defined at 383 in lib/widget/group.c.'>group_widget_set_position</a>, &amp;<a href='../Y/wss.html' title='Multiple used in 16 places.'>wss</a>);
<a id='L449' name='L449'></a> 449 <em class='brace'>}</em>
<a id='L450' name='L450'></a> 450
<a id='L451' name='L451'></a> 451 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L452' name='L452'></a> 452
<a id='L453' name='L453'></a> 453 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L454' name='L454'></a> 454 <a href='../S/lib--widget--group.c.html#L646' title='Referred from 646 in lib/widget/group.c.'>group_default_resize</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <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='comment'>/* <a href='#L425'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L473'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+454 lib/widget/group.c' /> */</em>
<a id='L455' name='L455'></a> 455 <em class='brace'>{</em>
<a id='L456' name='L456'></a> 456 <em class='comment'>/* This is default resizing mechanism.</em>
<a id='L457' name='L457'></a> 457 <em class='comment'> * The main idea of this code is to resize dialog according to flags</em>
<a id='L458' name='L458'></a> 458 <em class='comment'> * (if any of flags require automatic resizing, like WPOS_CENTER,</em>
<a id='L459' name='L459'></a> 459 <em class='comment'> * end after that reposition controls in dialog according to flags of widget)</em>
<a id='L460' name='L460'></a> 460 <em class='comment'> */</em>
<a id='L461' name='L461'></a> 461
<a id='L462' name='L462'></a> 462 <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/g.html' title='Multiple used in 537 places.'>g</a>);
<a id='L463' name='L463'></a> 463 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> <a href='../Y/r0.html' title='Multiple used in 10 places.'>r0</a>;
<a id='L464' name='L464'></a> 464
<a id='L465' name='L465'></a> 465 <a href='../Y/r0.html' title='Multiple used in 10 places.'>r0</a> = <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> ? *<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> : <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 id='L466' name='L466'></a> 466 <a href='../S/lib--widget--widget-common.c.html#L392' title='Defined at 392 in lib/widget/widget-common.c.'>widget_adjust_position</a> (<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>, &amp;<a href='../Y/r0.html' title='Multiple used in 10 places.'>r0</a>);
<a id='L467' name='L467'></a> 467 <a href='../S/lib--widget--group.c.html#L425' title='Defined at 425 in lib/widget/group.c.'>group_set_position</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, &amp;<a href='../Y/r0.html' title='Multiple used in 10 places.'>r0</a>);
<a id='L468' name='L468'></a> 468 <em class='brace'>}</em>
<a id='L469' name='L469'></a> 469
<a id='L470' name='L470'></a> 470 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L471' name='L471'></a> 471
<a id='L472' name='L472'></a> 472 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L473' name='L473'></a> 473 <a href='../R/group_draw.html' title='Multiple referred from 2 places.'>group_draw</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>)
<em class='comment'>/* <a href='#L454'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L498'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+473 lib/widget/group.c' /> */</em>
<a id='L474' name='L474'></a> 474 <em class='brace'>{</em>
<a id='L475' name='L475'></a> 475 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/wg.html' title='Multiple used in 15 places.'>wg</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/g.html' title='Multiple used in 537 places.'>g</a>);
<a id='L476' name='L476'></a> 476
<a id='L477' name='L477'></a> 477 <em class='comment'>// draw all widgets in Z-order, from first to last</em>
<a id='L478' name='L478'></a> 478 <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/wg.html' title='Multiple used in 15 places.'>wg</a>, <a href='../S/lib--widget--widget-common.h.html#L91' title='Defined at 91 in lib/widget/widget-common.h.'>WST_ACTIVE</a>))
<a id='L479' name='L479'></a> 479 <em class='brace'>{</em>
<a id='L480' name='L480'></a> 480 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L481' name='L481'></a> 481
<a id='L482' name='L482'></a> 482 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/winch_pending.html' title='Multiple used in 5 places.'>winch_pending</a>)
<a id='L483' name='L483'></a> 483 <em class='brace'>{</em>
<a id='L484' name='L484'></a> 484 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/winch_pending.html' title='Multiple used in 5 places.'>winch_pending</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L485' name='L485'></a> 485 <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/wg.html' title='Multiple used in 15 places.'>wg</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/lib--widget--widget-common.h.html#L49' title='Defined at 49 in lib/widget/widget-common.h.'>MSG_RESIZE</a>, 0, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L486' name='L486'></a> 486 <em class='brace'>}</em>
<a id='L487' name='L487'></a> 487
<a id='L488' name='L488'></a> 488 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>))
<a id='L489' name='L489'></a> 489 <a href='../S/lib--widget--widget-common.c.html#L526' title='Defined at 526 in lib/widget/widget-common.c.'>widget_draw</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/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>));
<a id='L490' name='L490'></a> 490
<a id='L491' name='L491'></a> 491 <a href='../S/lib--widget--widget-common.h.html#L423' title='Defined at 423 in lib/widget/widget-common.h.'>widget_update_cursor</a> (<a href='../Y/wg.html' title='Multiple used in 15 places.'>wg</a>);
<a id='L492' name='L492'></a> 492 <em class='brace'>}</em>
<a id='L493' name='L493'></a> 493 <em class='brace'>}</em>
<a id='L494' name='L494'></a> 494
<a id='L495' name='L495'></a> 495 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L496' name='L496'></a> 496
<a id='L497' name='L497'></a> 497 <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='L498' name='L498'></a> 498 <a href='../S/lib--widget--group.c.html#L637' title='Referred from 637 in lib/widget/group.c.'>group_handle_key</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <strong class='reserved'>int</strong> <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>)
<em class='comment'>/* <a href='#L473'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L519'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+498 lib/widget/group.c' /> */</em>
<a id='L499' name='L499'></a> 499 <em class='brace'>{</em>
<a id='L500' name='L500'></a> 500 <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/handled.html' title='Multiple used in 22 places.'>handled</a>;
<a id='L501' name='L501'></a> 501
<a id='L502' name='L502'></a> 502 <em class='comment'>// first try the hotkey</em>
<a id='L503' name='L503'></a> 503 <a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</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/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/lib--widget--widget-common.h.html#L40' title='Defined at 40 in lib/widget/widget-common.h.'>MSG_HOTKEY</a>, <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L504' name='L504'></a> 504
<a id='L505' name='L505'></a> 505 <em class='comment'>// not used - then try widget_callback</em>
<a id='L506' name='L506'></a> 506 <strong class='reserved'>if</strong> (<a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</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='L507' name='L507'></a> 507 <a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</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/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/lib--widget--widget-common.h.html#L39' title='Defined at 39 in lib/widget/widget-common.h.'>MSG_KEY</a>, <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L508' name='L508'></a> 508
<a id='L509' name='L509'></a> 509 <em class='comment'>// not used - try to use the unhandled case</em>
<a id='L510' name='L510'></a> 510 <strong class='reserved'>if</strong> (<a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</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='L511' name='L511'></a> 511 <a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</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/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, <a href='../S/lib--widget--widget-common.h.html#L42' title='Defined at 42 in lib/widget/widget-common.h.'>MSG_UNHANDLED_KEY</a>, <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L512' name='L512'></a> 512
<a id='L513' name='L513'></a> 513 <strong class='reserved'>return</strong> <a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</a>;
<a id='L514' name='L514'></a> 514 <em class='brace'>}</em>
<a id='L515' name='L515'></a> 515
<a id='L516' name='L516'></a> 516 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L517' name='L517'></a> 517
<a id='L518' name='L518'></a> 518 <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='L519' name='L519'></a> 519 <a href='../S/lib--widget--group.c.html#L640' title='Referred from 640 in lib/widget/group.c.'>group_handle_hotkey</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <strong class='reserved'>int</strong> <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>)
<em class='comment'>/* <a href='#L498'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L599'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+519 lib/widget/group.c' /> */</em>
<a id='L520' name='L520'></a> 520 <em class='brace'>{</em>
<a id='L521' name='L521'></a> 521 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>;
<a id='L522' name='L522'></a> 522 <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='L523' name='L523'></a> 523 <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/handled.html' title='Multiple used in 22 places.'>handled</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='L524' name='L524'></a> 524 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L525' name='L525'></a> 525
<a id='L526' name='L526'></a> 526 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L527' name='L527'></a> 527 <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='L528' name='L528'></a> 528
<a id='L529' name='L529'></a> 529 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L530' name='L530'></a> 530 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>;
<a id='L531' name='L531'></a> 531
<a id='L532' name='L532'></a> 532 <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/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L533' name='L533'></a> 533
<a id='L534' name='L534'></a> 534 <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 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#L85' title='Defined at 85 in lib/widget/widget-common.h.'>WST_DISABLED</a>))
<a id='L535' name='L535'></a> 535 <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='L536' name='L536'></a> 536
<a id='L537' name='L537'></a> 537 <em class='comment'>/* Explanation: we don't send letter hotkeys to other widgets</em>
<a id='L538' name='L538'></a> 538 <em class='comment'> * if the currently selected widget is an input line */</em>
<a id='L539' name='L539'></a> 539 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--widget-common.h.html#L270' title='Defined at 270 in lib/widget/widget-common.h.'>widget_get_options</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../S/lib--widget--widget-common.h.html#L75' title='Defined at 75 in lib/widget/widget-common.h.'>WOP_IS_INPUT</a>))
<a id='L540' name='L540'></a> 540 <em class='brace'>{</em>
<a id='L541' name='L541'></a> 541 <em class='comment'>// skip ascii control characters, anything else can valid character in some encoding</em>
<a id='L542' name='L542'></a> 542 <strong class='reserved'>if</strong> (<a href='../Y/key.html' title='Multiple used in 190 places.'>key</a> &gt;= 32 &amp;&amp; <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a> &lt; 256)
<a id='L543' name='L543'></a> 543 <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='L544' name='L544'></a> 544 <em class='brace'>}</em>
<a id='L545' name='L545'></a> 545
<a id='L546' name='L546'></a> 546 <em class='comment'>// If it's an alt key, send the message</em>
<a id='L547' name='L547'></a> 547 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a> &amp; ~<a href='../S/lib--tty--key.h.html#L27' title='Defined at 27 in lib/tty/key.h.'>ALT</a> (0);
<a id='L548' name='L548'></a> 548 <strong class='reserved'>if</strong> (<a href='../Y/key.html' title='Multiple used in 190 places.'>key</a> &amp; <a href='../S/lib--tty--key.h.html#L27' title='Defined at 27 in lib/tty/key.h.'>ALT</a> (0) &amp;&amp; <a href='../Y/g_ascii_isalpha.html' title='Multiple used in 4 places.'>g_ascii_isalpha</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L549' name='L549'></a> 549 <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a> = <a href='../Y/g_ascii_tolower.html' title='Multiple used in 11 places.'>g_ascii_tolower</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L550' name='L550'></a> 550
<a id='L551' name='L551'></a> 551 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--widget-common.h.html#L270' title='Defined at 270 in lib/widget/widget-common.h.'>widget_get_options</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</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='L552' name='L552'></a> 552 <a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</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/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/lib--widget--widget-common.h.html#L40' title='Defined at 40 in lib/widget/widget-common.h.'>MSG_HOTKEY</a>, <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L553' name='L553'></a> 553
<a id='L554' name='L554'></a> 554 <em class='comment'>// If not used, send hotkey to other widgets</em>
<a id='L555' name='L555'></a> 555 <strong class='reserved'>if</strong> (<a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</a> == <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='L556' name='L556'></a> 556 <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='L557' name='L557'></a> 557
<a id='L558' name='L558'></a> 558 <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../S/lib--widget--group.c.html#L892' title='Defined at 892 in lib/widget/group.c.'>group_get_widget_next_of</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>);
<a id='L559' name='L559'></a> 559
<a id='L560' name='L560'></a> 560 <em class='comment'>// send it to all widgets</em>
<a id='L561' name='L561'></a> 561 <strong class='reserved'>while</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> != <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> &amp;&amp; <a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</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='L562' name='L562'></a> 562 <em class='brace'>{</em>
<a id='L563' name='L563'></a> 563 <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/current.html' title='Multiple used in 568 places.'>current</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L564' name='L564'></a> 564
<a id='L565' name='L565'></a> 565 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--widget-common.h.html#L270' title='Defined at 270 in lib/widget/widget-common.h.'>widget_get_options</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</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>) &amp;&amp; !<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#L85' title='Defined at 85 in lib/widget/widget-common.h.'>WST_DISABLED</a>))
<a id='L566' name='L566'></a> 566 <a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</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/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../S/lib--widget--widget-common.h.html#L40' title='Defined at 40 in lib/widget/widget-common.h.'>MSG_HOTKEY</a>, <a href='../Y/key.html' title='Multiple used in 190 places.'>key</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L567' name='L567'></a> 567
<a id='L568' name='L568'></a> 568 <strong class='reserved'>if</strong> (<a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</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='L569' name='L569'></a> 569 <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../S/lib--widget--group.c.html#L892' title='Defined at 892 in lib/widget/group.c.'>group_get_widget_next_of</a> (<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>);
<a id='L570' name='L570'></a> 570 <em class='brace'>}</em>
<a id='L571' name='L571'></a> 571
<a id='L572' name='L572'></a> 572 <strong class='reserved'>if</strong> (<a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</a> == <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='L573' name='L573'></a> 573 <em class='brace'>{</em>
<a id='L574' name='L574'></a> 574 <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/current.html' title='Multiple used in 568 places.'>current</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L575' name='L575'></a> 575 <a href='../S/lib--widget--widget-common.c.html#L622' title='Defined at 622 in lib/widget/widget-common.c.'>widget_select</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
<a id='L576' name='L576'></a> 576 <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/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../S/lib--widget--widget-common.h.html#L41' title='Defined at 41 in lib/widget/widget-common.h.'>MSG_HOTKEY_HANDLED</a>, 0, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L577' name='L577'></a> 577 <em class='brace'>}</em>
<a id='L578' name='L578'></a> 578
<a id='L579' name='L579'></a> 579 <strong class='reserved'>return</strong> <a href='../Y/handled.html' title='Multiple used in 22 places.'>handled</a>;
<a id='L580' name='L580'></a> 580 <em class='brace'>}</em>
<a id='L581' name='L581'></a> 581
<a id='L582' name='L582'></a> 582 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L583' name='L583'></a> 583 <em class='comment'>/*** public functions ****************************************************************************/</em>
<a id='L584' name='L584'></a> 584 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L585' name='L585'></a> 585
<a id='L586' name='L586'></a> 586 <em class='comment'>/**</em>
<a id='L587' name='L587'></a> 587 <em class='comment'> * Initialize group.</em>
<a id='L588' name='L588'></a> 588 <em class='comment'> *</em>
<a id='L589' name='L589'></a> 589 <em class='comment'> * @param g WGroup widget</em>
<a id='L590' name='L590'></a> 590 <em class='comment'> * @param y1 y-coordinate of top-left corner</em>
<a id='L591' name='L591'></a> 591 <em class='comment'> * @param x1 x-coordinate of top-left corner</em>
<a id='L592' name='L592'></a> 592 <em class='comment'> * @param lines group height</em>
<a id='L593' name='L593'></a> 593 <em class='comment'> * @param cols group width</em>
<a id='L594' name='L594'></a> 594 <em class='comment'> * @param callback group callback</em>
<a id='L595' name='L595'></a> 595 <em class='comment'> * @param mouse_callback group mouse handler</em>
<a id='L596' name='L596'></a> 596 <em class='comment'> */</em>
<a id='L597' name='L597'></a> 597
<a id='L598' name='L598'></a> 598 <strong class='reserved'>void</strong>
<a id='L599' name='L599'></a> 599 <a href='../R/group_init.html' title='Multiple referred from 12 places.'>group_init</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <strong class='reserved'>const</strong> <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>, <a href='../Y/widget_cb_fn.html' title='Multiple used in 16 places.'>widget_cb_fn</a> <a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a>, <a href='../Y/widget_mouse_cb_fn.html' title='Multiple used in 9 places.'>widget_mouse_cb_fn</a> <a href='../Y/mouse_callback.html' title='Multiple used in 45 places.'>mouse_callback</a>)
<em class='comment'>/* <a href='#L519'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L622'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+599 lib/widget/group.c' /> */</em>
<a id='L600' name='L600'></a> 600 <em class='brace'>{</em>
<a id='L601' name='L601'></a> 601 <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/g.html' title='Multiple used in 537 places.'>g</a>);
<a id='L602' name='L602'></a> 602
<a id='L603' name='L603'></a> 603 <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>, <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>, <a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> ? <a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> : <a href='../S/lib--widget--group.c.html#L622' title='Defined at 622 in lib/widget/group.c.'>group_default_callback</a>, <a href='../Y/mouse_callback.html' title='Multiple used in 45 places.'>mouse_callback</a>);
<a id='L604' name='L604'></a> 604
<a id='L605' name='L605'></a> 605 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/mouse_handler.html' title='Multiple used in 7 places.'>mouse_handler</a> = <a href='../S/lib--widget--group.c.html#L714' title='Defined at 714 in lib/widget/group.c.'>group_handle_mouse_event</a>;
<a id='L606' name='L606'></a> 606
<a id='L607' name='L607'></a> 607 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/make_global.html' title='Multiple used in 6 places.'>make_global</a> = <a href='../S/lib--widget--group.c.html#L189' title='Defined at 189 in lib/widget/group.c.'>group_default_make_global</a>;
<a id='L608' name='L608'></a> 608 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/make_local.html' title='Multiple used in 6 places.'>make_local</a> = <a href='../S/lib--widget--group.c.html#L225' title='Defined at 225 in lib/widget/group.c.'>group_default_make_local</a>;
<a id='L609' name='L609'></a> 609
<a id='L610' name='L610'></a> 610 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/find.html' title='Multiple used in 4 places.'>find</a> = <a href='../S/lib--widget--group.c.html#L263' title='Defined at 263 in lib/widget/group.c.'>group_default_find</a>;
<a id='L611' name='L611'></a> 611 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/find_by_type.html' title='Multiple used in 4 places.'>find_by_type</a> = <a href='../S/lib--widget--group.c.html#L295' title='Defined at 295 in lib/widget/group.c.'>group_default_find_by_type</a>;
<a id='L612' name='L612'></a> 612 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/find_by_id.html' title='Multiple used in 4 places.'>find_by_id</a> = <a href='../S/lib--widget--group.c.html#L327' title='Defined at 327 in lib/widget/group.c.'>group_default_find_by_id</a>;
<a id='L613' name='L613'></a> 613
<a id='L614' name='L614'></a> 614 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/set_state.html' title='Multiple used in 4 places.'>set_state</a> = <a href='../S/lib--widget--group.c.html#L672' title='Defined at 672 in lib/widget/group.c.'>group_default_set_state</a>;
<a id='L615' name='L615'></a> 615
<a id='L616' name='L616'></a> 616 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/mouse_status.html' title='Multiple used in 5 places.'>mouse_status</a> = <a href='../S/lib--tty--mouse.h.html#L64' title='Defined at 64 in lib/tty/mouse.h.'>MOU_UNHANDLED</a>;
<a id='L617' name='L617'></a> 617 <em class='brace'>}</em>
<a id='L618' name='L618'></a> 618
<a id='L619' name='L619'></a> 619 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L620' name='L620'></a> 620
<a id='L621' name='L621'></a> 621 <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='L622' name='L622'></a> 622 <a href='../R/group_default_callback.html' title='Multiple referred from 16 places.'>group_default_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='#L599'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L672'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+622 lib/widget/group.c' /> */</em>
<a id='L623' name='L623'></a> 623 <em class='brace'>{</em>
<a id='L624' name='L624'></a> 624 <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
<a id='L625' name='L625'></a> 625
<a id='L626' name='L626'></a> 626 <strong class='reserved'>switch</strong> (<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>)
<a id='L627' name='L627'></a> 627 <em class='brace'>{</em>
<a id='L628' name='L628'></a> 628 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L32' title='Defined at 32 in lib/widget/widget-common.h.'>MSG_INIT</a>:
<a id='L629' name='L629'></a> 629 <a href='../Y/g_list_foreach.html' title='Multiple used in 10 places.'>g_list_foreach</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../S/lib--widget--group.c.html#L72' title='Defined at 72 in lib/widget/group.c.'>group_widget_init</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L630' name='L630'></a> 630 <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='L631' name='L631'></a> 631
<a id='L632' name='L632'></a> 632 <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='L633' name='L633'></a> 633 <a href='../S/lib--widget--group.c.html#L473' title='Defined at 473 in lib/widget/group.c.'>group_draw</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>);
<a id='L634' name='L634'></a> 634 <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='L635' name='L635'></a> 635
<a id='L636' name='L636'></a> 636 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L39' title='Defined at 39 in lib/widget/widget-common.h.'>MSG_KEY</a>:
<a id='L637' name='L637'></a> 637 <strong class='reserved'>return</strong> <a href='../S/lib--widget--group.c.html#L498' title='Defined at 498 in lib/widget/group.c.'>group_handle_key</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>);
<a id='L638' name='L638'></a> 638
<a id='L639' name='L639'></a> 639 <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='L640' name='L640'></a> 640 <strong class='reserved'>return</strong> <a href='../S/lib--widget--group.c.html#L519' title='Defined at 519 in lib/widget/group.c.'>group_handle_hotkey</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>);
<a id='L641' name='L641'></a> 641
<a id='L642' name='L642'></a> 642 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L47' title='Defined at 47 in lib/widget/widget-common.h.'>MSG_CURSOR</a>:
<a id='L643' name='L643'></a> 643 <strong class='reserved'>return</strong> <a href='../S/lib--widget--group.c.html#L357' title='Defined at 357 in lib/widget/group.c.'>group_update_cursor</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>);
<a id='L644' name='L644'></a> 644
<a id='L645' name='L645'></a> 645 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L49' title='Defined at 49 in lib/widget/widget-common.h.'>MSG_RESIZE</a>:
<a id='L646' name='L646'></a> 646 <a href='../S/lib--widget--group.c.html#L454' title='Defined at 454 in lib/widget/group.c.'>group_default_resize</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../S/lib--widget--rect.h.html#L11' title='Defined at 11 in lib/widget/rect.h.'>RECT</a> (<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>));
<a id='L647' name='L647'></a> 647 <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='L648' name='L648'></a> 648
<a id='L649' name='L649'></a> 649 <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='L650' name='L650'></a> 650 <a href='../Y/g_list_foreach.html' title='Multiple used in 10 places.'>g_list_foreach</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, (<a href='../Y/GFunc.html' title='Multiple used in 4 places.'>GFunc</a>) <a href='../S/lib--widget--widget-common.h.html#L394' title='Defined at 394 in lib/widget/widget-common.h.'>widget_destroy</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L651' name='L651'></a> 651 <a href='../Y/g_list_free.html' title='Multiple used in 3 places.'>g_list_free</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>);
<a id='L652' name='L652'></a> 652 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L653' name='L653'></a> 653 <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='L654' name='L654'></a> 654
<a id='L655' name='L655'></a> 655 <strong class='reserved'>default</strong>:
<a id='L656' name='L656'></a> 656 <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='L657' name='L657'></a> 657 <em class='brace'>}</em>
<a id='L658' name='L658'></a> 658 <em class='brace'>}</em>
<a id='L659' name='L659'></a> 659
<a id='L660' name='L660'></a> 660 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L661' name='L661'></a> 661
<a id='L662' name='L662'></a> 662 <em class='comment'>/**</em>
<a id='L663' name='L663'></a> 663 <em class='comment'> * Change state of group.</em>
<a id='L664' name='L664'></a> 664 <em class='comment'> *</em>
<a id='L665' name='L665'></a> 665 <em class='comment'> * @param w group</em>
<a id='L666' name='L666'></a> 666 <em class='comment'> * @param state widget state flag to modify</em>
<a id='L667' name='L667'></a> 667 <em class='comment'> * @param enable specifies whether to turn the flag on (TRUE) or off (FALSE).</em>
<a id='L668' name='L668'></a> 668 <em class='comment'> * Only one flag per call can be modified.</em>
<a id='L669' name='L669'></a> 669 <em class='comment'> * @return MSG_HANDLED if set was handled successfully, MSG_NOT_HANDLED otherwise.</em>
<a id='L670' name='L670'></a> 670 <em class='comment'> */</em>
<a id='L671' name='L671'></a> 671 <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='L672' name='L672'></a> 672 <a href='../R/group_default_set_state.html' title='Multiple referred from 2 places.'>group_default_set_state</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--widget-common.h.html#L94' title='Defined at 94 in lib/widget/widget-common.h.'>widget_state_t</a> <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/enable.html' title='Multiple used in 22 places.'>enable</a>)
<em class='comment'>/* <a href='#L622'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L714'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+672 lib/widget/group.c' /> */</em>
<a id='L673' name='L673'></a> 673 <em class='brace'>{</em>
<a id='L674' name='L674'></a> 674 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <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='L675' name='L675'></a> 675 <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
<a id='L676' name='L676'></a> 676 <a href='../S/lib--widget--group.c.html#L61' title='Defined at 61 in lib/widget/group.c.'>widget_state_info_t</a> <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a> = <em class='brace'>{</em>
<a id='L677' name='L677'></a> 677 .<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> = <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>,
<a id='L678' name='L678'></a> 678 .<a href='../Y/enable.html' title='Multiple used in 22 places.'>enable</a> = <a href='../Y/enable.html' title='Multiple used in 22 places.'>enable</a>,
<a id='L679' name='L679'></a> 679 <em class='brace'>}</em>;
<a id='L680' name='L680'></a> 680
<a id='L681' name='L681'></a> 681 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/lib--widget--widget-common.c.html#L777' title='Defined at 777 in lib/widget/widget-common.c.'>widget_default_set_state</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>, <a href='../Y/enable.html' title='Multiple used in 22 places.'>enable</a>);
<a id='L682' name='L682'></a> 682
<a id='L683' name='L683'></a> 683 <strong class='reserved'>if</strong> (<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> == <a href='../S/lib--widget--widget-common.h.html#L91' title='Defined at 91 in lib/widget/widget-common.h.'>WST_ACTIVE</a> || <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> == <a href='../S/lib--widget--widget-common.h.html#L92' title='Defined at 92 in lib/widget/widget-common.h.'>WST_SUSPENDED</a> || <a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> == <a href='../S/lib--widget--widget-common.h.html#L93' title='Defined at 93 in lib/widget/widget-common.h.'>WST_CLOSED</a>)
<a id='L684' name='L684'></a> 684 <em class='comment'>// inform all child widgets</em>
<a id='L685' name='L685'></a> 685 <a href='../Y/g_list_foreach.html' title='Multiple used in 10 places.'>g_list_foreach</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../S/lib--widget--group.c.html#L132' title='Defined at 132 in lib/widget/group.c.'>group_widget_set_state</a>, &amp;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>);
<a id='L686' name='L686'></a> 686
<a id='L687' name='L687'></a> 687 <strong class='reserved'>if</strong> ((<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L91' title='Defined at 91 in lib/widget/widget-common.h.'>WST_ACTIVE</a>) != 0)
<a id='L688' name='L688'></a> 688 <em class='brace'>{</em>
<a id='L689' name='L689'></a> 689 <strong class='reserved'>if</strong> ((<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L88' title='Defined at 88 in lib/widget/widget-common.h.'>WST_FOCUSED</a>) != 0)
<a id='L690' name='L690'></a> 690 <em class='brace'>{</em>
<a id='L691' name='L691'></a> 691 <em class='comment'>// update current widget</em>
<a id='L692' name='L692'></a> 692 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L693' name='L693'></a> 693 <a href='../S/lib--widget--widget-common.h.html#L381' title='Defined at 381 in lib/widget/widget-common.h.'>widget_set_state</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/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>), <a href='../S/lib--widget--widget-common.h.html#L88' title='Defined at 88 in lib/widget/widget-common.h.'>WST_FOCUSED</a>, <a href='../Y/enable.html' title='Multiple used in 22 places.'>enable</a>);
<a id='L694' name='L694'></a> 694 <em class='brace'>}</em>
<a id='L695' name='L695'></a> 695 <strong class='reserved'>else</strong>
<a id='L696' name='L696'></a> 696 <em class='comment'>// inform all child widgets</em>
<a id='L697' name='L697'></a> 697 <a href='../Y/g_list_foreach.html' title='Multiple used in 10 places.'>g_list_foreach</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../S/lib--widget--group.c.html#L132' title='Defined at 132 in lib/widget/group.c.'>group_widget_set_state</a>, &amp;<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>);
<a id='L698' name='L698'></a> 698 <em class='brace'>}</em>
<a id='L699' name='L699'></a> 699
<a id='L700' name='L700'></a> 700 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L701' name='L701'></a> 701 <em class='brace'>}</em>
<a id='L702' name='L702'></a> 702
<a id='L703' name='L703'></a> 703 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L704' name='L704'></a> 704
<a id='L705' name='L705'></a> 705 <em class='comment'>/**</em>
<a id='L706' name='L706'></a> 706 <em class='comment'> * Handling mouse events.</em>
<a id='L707' name='L707'></a> 707 <em class='comment'> *</em>
<a id='L708' name='L708'></a> 708 <em class='comment'> * @param g WGroup object</em>
<a id='L709' name='L709'></a> 709 <em class='comment'> * @param event GPM mouse event</em>
<a id='L710' name='L710'></a> 710 <em class='comment'> *</em>
<a id='L711' name='L711'></a> 711 <em class='comment'> * @return result of mouse event handling</em>
<a id='L712' name='L712'></a> 712 <em class='comment'> */</em>
<a id='L713' name='L713'></a> 713 <strong class='reserved'>int</strong>
<a id='L714' name='L714'></a> 714 <a href='../R/group_handle_mouse_event.html' title='Multiple referred from 4 places.'>group_handle_mouse_event</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/Gpm_Event.html' title='Multiple defined in 2 places.'>Gpm_Event</a> *<a href='../Y/event.html' title='Multiple used in 188 places.'>event</a>)
<em class='comment'>/* <a href='#L672'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L764'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+714 lib/widget/group.c' /> */</em>
<a id='L715' name='L715'></a> 715 <em class='brace'>{</em>
<a id='L716' name='L716'></a> 716 <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
<a id='L717' name='L717'></a> 717
<a id='L718' name='L718'></a> 718 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L719' name='L719'></a> 719 <em class='brace'>{</em>
<a id='L720' name='L720'></a> 720 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L721' name='L721'></a> 721
<a id='L722' name='L722'></a> 722 <em class='comment'>// send the event to widgets in reverse Z-order</em>
<a id='L723' name='L723'></a> 723 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/g_list_last.html' title='Multiple used in 16 places.'>g_list_last</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>);
<a id='L724' name='L724'></a> 724 <strong class='reserved'>do</strong>
<a id='L725' name='L725'></a> 725 <em class='brace'>{</em>
<a id='L726' name='L726'></a> 726 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/wp.html' title='Multiple used in 3 places.'>wp</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/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L727' name='L727'></a> 727
<a id='L728' name='L728'></a> 728 <em class='comment'>/* Don't use widget_is_selectable() here.</em>
<a id='L729' name='L729'></a> 729 <em class='comment'> If WOP_SELECTABLE option is not set, widget can handle mouse events.</em>
<a id='L730' name='L730'></a> 730 <em class='comment'> For example, commandl line in file manager */</em>
<a id='L731' name='L731'></a> 731 <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>) &amp;&amp; !<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/wp.html' title='Multiple used in 3 places.'>wp</a>, <a href='../S/lib--widget--widget-common.h.html#L85' title='Defined at 85 in lib/widget/widget-common.h.'>WST_DISABLED</a>))
<a id='L732' name='L732'></a> 732 <em class='brace'>{</em>
<a id='L733' name='L733'></a> 733 <em class='comment'>// put global cursor position to the widget</em>
<a id='L734' name='L734'></a> 734 <strong class='reserved'>int</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L735' name='L735'></a> 735
<a id='L736' name='L736'></a> 736 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/wp.html' title='Multiple used in 3 places.'>wp</a>-&gt;<a href='../Y/mouse_handler.html' title='Multiple used in 7 places.'>mouse_handler</a> (<a href='../Y/wp.html' title='Multiple used in 3 places.'>wp</a>, <a href='../Y/event.html' title='Multiple used in 188 places.'>event</a>);
<a id='L737' name='L737'></a> 737 <strong class='reserved'>if</strong> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> != <a href='../S/lib--tty--mouse.h.html#L64' title='Defined at 64 in lib/tty/mouse.h.'>MOU_UNHANDLED</a>)
<a id='L738' name='L738'></a> 738 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L739' name='L739'></a> 739 <em class='brace'>}</em>
<a id='L740' name='L740'></a> 740
<a id='L741' name='L741'></a> 741 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/g_list_previous.html' title='Multiple used in 18 places.'>g_list_previous</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L742' name='L742'></a> 742 <em class='brace'>}</em>
<a id='L743' name='L743'></a> 743 <strong class='reserved'>while</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L744' name='L744'></a> 744 <em class='brace'>}</em>
<a id='L745' name='L745'></a> 745
<a id='L746' name='L746'></a> 746 <strong class='reserved'>return</strong> <a href='../S/lib--tty--mouse.h.html#L64' title='Defined at 64 in lib/tty/mouse.h.'>MOU_UNHANDLED</a>;
<a id='L747' name='L747'></a> 747 <em class='brace'>}</em>
<a id='L748' name='L748'></a> 748
<a id='L749' name='L749'></a> 749 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L750' name='L750'></a> 750
<a id='L751' name='L751'></a> 751 <em class='comment'>/**</em>
<a id='L752' name='L752'></a> 752 <em class='comment'> * Insert widget to group before specified widget with specified positioning.</em>
<a id='L753' name='L753'></a> 753 <em class='comment'> * Make the inserted widget current.</em>
<a id='L754' name='L754'></a> 754 <em class='comment'> *</em>
<a id='L755' name='L755'></a> 755 <em class='comment'> * @param g WGroup object</em>
<a id='L756' name='L756'></a> 756 <em class='comment'> * @param w widget to be added</em>
<a id='L757' name='L757'></a> 757 <em class='comment'> * @pos positioning flags</em>
<a id='L758' name='L758'></a> 758 <em class='comment'> * @param before add @w before this widget</em>
<a id='L759' name='L759'></a> 759 <em class='comment'> *</em>
<a id='L760' name='L760'></a> 760 <em class='comment'> * @return widget ID</em>
<a id='L761' name='L761'></a> 761 <em class='comment'> */</em>
<a id='L762' name='L762'></a> 762
<a id='L763' name='L763'></a> 763 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong>
<a id='L764' name='L764'></a> 764 <a href='../R/group_add_widget_autopos.html' title='Multiple referred from 43 places.'>group_add_widget_autopos</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <strong class='reserved'>void</strong> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../S/lib--widget--widget-common.h.html#L112' title='Defined at 112 in lib/widget/widget-common.h.'>widget_pos_flags_t</a> <a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a>, <strong class='reserved'>const</strong> <strong class='reserved'>void</strong> *<a href='../Y/before.html' title='Multiple used in 6 places.'>before</a>)
<em class='comment'>/* <a href='#L714'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L825'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+764 lib/widget/group.c' /> */</em>
<a id='L765' name='L765'></a> 765 <em class='brace'>{</em>
<a id='L766' name='L766'></a> 766 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/wg.html' title='Multiple used in 15 places.'>wg</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/g.html' title='Multiple used in 537 places.'>g</a>);
<a id='L767' name='L767'></a> 767 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</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>);
<a id='L768' name='L768'></a> 768 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/new_current.html' title='Multiple used in 5 places.'>new_current</a>;
<a id='L769' name='L769'></a> 769
<a id='L770' name='L770'></a> 770 <em class='comment'>// Don't accept NULL widget. This shouldn't happen</em>
<a id='L771' name='L771'></a> 771 <a href='../Y/assert.html' title='Multiple used in 4 places.'>assert</a> (<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L772' name='L772'></a> 772
<a id='L773' name='L773'></a> 773 <strong class='reserved'>if</strong> ((<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L100' title='Defined at 100 in lib/widget/widget-common.h.'>WPOS_CENTER_HORZ</a>) != 0)
<a id='L774' name='L774'></a> 774 <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = (<a href='../Y/wg.html' title='Multiple used in 15 places.'>wg</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 href='../Y/ww.html' title='Multiple used in 31 places.'>ww</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>) / 2;
<a id='L775' name='L775'></a> 775
<a id='L776' name='L776'></a> 776 <strong class='reserved'>if</strong> ((<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> &amp; <a href='../S/lib--widget--widget-common.h.html#L101' title='Defined at 101 in lib/widget/widget-common.h.'>WPOS_CENTER_VERT</a>) != 0)
<a id='L777' name='L777'></a> 777 <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> = (<a href='../Y/wg.html' title='Multiple used in 15 places.'>wg</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>) / 2;
<a id='L778' name='L778'></a> 778
<a id='L779' name='L779'></a> 779 <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>-&gt;<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a> = <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>;
<a id='L780' name='L780'></a> 780 <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>-&gt;<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a>;
<a id='L781' name='L781'></a> 781 <a href='../S/lib--widget--widget-common.h.html#L300' title='Defined at 300 in lib/widget/widget-common.h.'>widget_make_global</a> (<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>);
<a id='L782' name='L782'></a> 782
<a id='L783' name='L783'></a> 783 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || <a href='../Y/before.html' title='Multiple used in 6 places.'>before</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L784' name='L784'></a> 784 <em class='brace'>{</em>
<a id='L785' name='L785'></a> 785 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> = <a href='../Y/g_list_append.html' title='Multiple used in 3 places.'>g_list_append</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>);
<a id='L786' name='L786'></a> 786 <a href='../Y/new_current.html' title='Multiple used in 5 places.'>new_current</a> = <a href='../Y/g_list_last.html' title='Multiple used in 16 places.'>g_list_last</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>);
<a id='L787' name='L787'></a> 787 <em class='brace'>}</em>
<a id='L788' name='L788'></a> 788 <strong class='reserved'>else</strong>
<a id='L789' name='L789'></a> 789 <em class='brace'>{</em>
<a id='L790' name='L790'></a> 790 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L791' name='L791'></a> 791
<a id='L792' name='L792'></a> 792 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../Y/g_list_find.html' title='Multiple used in 8 places.'>g_list_find</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../Y/before.html' title='Multiple used in 6 places.'>before</a>);
<a id='L793' name='L793'></a> 793
<a id='L794' name='L794'></a> 794 <em class='comment'>// don't accept widget not from group. This shouldn't happen</em>
<a id='L795' name='L795'></a> 795 <a href='../Y/assert.html' title='Multiple used in 4 places.'>assert</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L796' name='L796'></a> 796
<a id='L797' name='L797'></a> 797 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../Y/g_list_next.html' title='Multiple used in 57 places.'>g_list_next</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L798' name='L798'></a> 798 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> = g_list_insert_before (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>);
<a id='L799' name='L799'></a> 799 <strong class='reserved'>if</strong> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L800' name='L800'></a> 800 <a href='../Y/new_current.html' title='Multiple used in 5 places.'>new_current</a> = <a href='../Y/g_list_previous.html' title='Multiple used in 18 places.'>g_list_previous</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L801' name='L801'></a> 801 <strong class='reserved'>else</strong>
<a id='L802' name='L802'></a> 802 <a href='../Y/new_current.html' title='Multiple used in 5 places.'>new_current</a> = <a href='../Y/g_list_last.html' title='Multiple used in 16 places.'>g_list_last</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>);
<a id='L803' name='L803'></a> 803 <em class='brace'>}</em>
<a id='L804' name='L804'></a> 804
<a id='L805' name='L805'></a> 805 <em class='comment'>// widget has been added at runtime</em>
<a id='L806' name='L806'></a> 806 <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/wg.html' title='Multiple used in 15 places.'>wg</a>, <a href='../S/lib--widget--widget-common.h.html#L91' title='Defined at 91 in lib/widget/widget-common.h.'>WST_ACTIVE</a>))
<a id='L807' name='L807'></a> 807 <em class='brace'>{</em>
<a id='L808' name='L808'></a> 808 <a href='../S/lib--widget--group.c.html#L72' title='Defined at 72 in lib/widget/group.c.'>group_widget_init</a> (<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L809' name='L809'></a> 809 <a href='../S/lib--widget--widget-common.c.html#L622' title='Defined at 622 in lib/widget/widget-common.c.'>widget_select</a> (<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>);
<a id='L810' name='L810'></a> 810 <em class='brace'>}</em>
<a id='L811' name='L811'></a> 811 <strong class='reserved'>else</strong>
<a id='L812' name='L812'></a> 812 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../Y/new_current.html' title='Multiple used in 5 places.'>new_current</a>;
<a id='L813' name='L813'></a> 813
<a id='L814' name='L814'></a> 814 <strong class='reserved'>return</strong> <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>-&gt;<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a>;
<a id='L815' name='L815'></a> 815 <em class='brace'>}</em>
<a id='L816' name='L816'></a> 816
<a id='L817' name='L817'></a> 817 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L818' name='L818'></a> 818
<a id='L819' name='L819'></a> 819 <em class='comment'>/**</em>
<a id='L820' name='L820'></a> 820 <em class='comment'> * Remove widget from group.</em>
<a id='L821' name='L821'></a> 821 <em class='comment'> *</em>
<a id='L822' name='L822'></a> 822 <em class='comment'> * @param w Widget object</em>
<a id='L823' name='L823'></a> 823 <em class='comment'> */</em>
<a id='L824' name='L824'></a> 824 <strong class='reserved'>void</strong>
<a id='L825' name='L825'></a> 825 <a href='../R/group_remove_widget.html' title='Multiple referred from 7 places.'>group_remove_widget</a> (<strong class='reserved'>void</strong> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)
<em class='comment'>/* <a href='#L764'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L864'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+825 lib/widget/group.c' /> */</em>
<a id='L826' name='L826'></a> 826 <em class='brace'>{</em>
<a id='L827' name='L827'></a> 827 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</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>);
<a id='L828' name='L828'></a> 828 <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>;
<a id='L829' name='L829'></a> 829 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>;
<a id='L830' name='L830'></a> 830
<a id='L831' name='L831'></a> 831 <em class='comment'>// Don't accept NULL widget. This shouldn't happen</em>
<a id='L832' name='L832'></a> 832 <a href='../Y/assert.html' title='Multiple used in 4 places.'>assert</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L833' name='L833'></a> 833
<a id='L834' name='L834'></a> 834 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>-&gt;<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>;
<a id='L835' name='L835'></a> 835
<a id='L836' name='L836'></a> 836 <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> = <a href='../Y/g_list_find.html' title='Multiple used in 8 places.'>g_list_find</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>);
<a id='L837' name='L837'></a> 837 <strong class='reserved'>if</strong> (<a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> == <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>)
<a id='L838' name='L838'></a> 838 <a href='../S/lib--widget--group.c.html#L864' title='Defined at 864 in lib/widget/group.c.'>group_set_current_widget_next</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>);
<a id='L839' name='L839'></a> 839
<a id='L840' name='L840'></a> 840 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> = <a href='../Y/g_list_delete_link.html' title='Multiple used in 2 places.'>g_list_delete_link</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>);
<a id='L841' name='L841'></a> 841 <strong class='reserved'>if</strong> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L842' name='L842'></a> 842 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L843' name='L843'></a> 843
<a id='L844' name='L844'></a> 844 <em class='comment'>// widget has been deleted at runtime</em>
<a id='L845' name='L845'></a> 845 <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='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>), <a href='../S/lib--widget--widget-common.h.html#L91' title='Defined at 91 in lib/widget/widget-common.h.'>WST_ACTIVE</a>))
<a id='L846' name='L846'></a> 846 <em class='brace'>{</em>
<a id='L847' name='L847'></a> 847 <a href='../S/lib--widget--group.c.html#L473' title='Defined at 473 in lib/widget/group.c.'>group_draw</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>);
<a id='L848' name='L848'></a> 848 <a href='../S/lib--widget--group.h.html#L110' title='Defined at 110 in lib/widget/group.h.'>group_select_current_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>);
<a id='L849' name='L849'></a> 849 <em class='brace'>}</em>
<a id='L850' name='L850'></a> 850
<a id='L851' name='L851'></a> 851 <a href='../S/lib--widget--widget-common.h.html#L314' title='Defined at 314 in lib/widget/widget-common.h.'>widget_make_local</a> (<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>);
<a id='L852' name='L852'></a> 852 <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>-&gt;<a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L853' name='L853'></a> 853 <em class='brace'>}</em>
<a id='L854' name='L854'></a> 854
<a id='L855' name='L855'></a> 855 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L856' name='L856'></a> 856
<a id='L857' name='L857'></a> 857 <em class='comment'>/**</em>
<a id='L858' name='L858'></a> 858 <em class='comment'> * Switch current widget to widget after current in group.</em>
<a id='L859' name='L859'></a> 859 <em class='comment'> *</em>
<a id='L860' name='L860'></a> 860 <em class='comment'> * @param g WGroup object</em>
<a id='L861' name='L861'></a> 861 <em class='comment'> */</em>
<a id='L862' name='L862'></a> 862
<a id='L863' name='L863'></a> 863 <strong class='reserved'>void</strong>
<a id='L864' name='L864'></a> 864 <a href='../R/group_set_current_widget_next.html' title='Multiple referred from 4 places.'>group_set_current_widget_next</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>)
<em class='comment'>/* <a href='#L825'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L877'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+864 lib/widget/group.c' /> */</em>
<a id='L865' name='L865'></a> 865 <em class='brace'>{</em>
<a id='L866' name='L866'></a> 866 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../S/lib--widget--group.c.html#L82' title='Defined at 82 in lib/widget/group.c.'>group_get_next_or_prev_of</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L867' name='L867'></a> 867 <em class='brace'>}</em>
<a id='L868' name='L868'></a> 868
<a id='L869' name='L869'></a> 869 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L870' name='L870'></a> 870 <em class='comment'>/**</em>
<a id='L871' name='L871'></a> 871 <em class='comment'> * Switch current widget to widget before current in group.</em>
<a id='L872' name='L872'></a> 872 <em class='comment'> *</em>
<a id='L873' name='L873'></a> 873 <em class='comment'> * @param g WGroup object</em>
<a id='L874' name='L874'></a> 874 <em class='comment'> */</em>
<a id='L875' name='L875'></a> 875
<a id='L876' name='L876'></a> 876 <strong class='reserved'>void</strong>
<a id='L877' name='L877'></a> 877 <a href='../S/lib--widget--group.h.html#L53' title='Referred from 53 in lib/widget/group.h.'>group_set_current_widget_prev</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>)
<em class='comment'>/* <a href='#L864'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L892'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+877 lib/widget/group.c' /> */</em>
<a id='L878' name='L878'></a> 878 <em class='brace'>{</em>
<a id='L879' name='L879'></a> 879 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../S/lib--widget--group.c.html#L82' title='Defined at 82 in lib/widget/group.c.'>group_get_next_or_prev_of</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-&gt;<a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L880' name='L880'></a> 880 <em class='brace'>}</em>
<a id='L881' name='L881'></a> 881
<a id='L882' name='L882'></a> 882 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L883' name='L883'></a> 883 <em class='comment'>/**</em>
<a id='L884' name='L884'></a> 884 <em class='comment'> * Get widget that is after specified widget in group.</em>
<a id='L885' name='L885'></a> 885 <em class='comment'> *</em>
<a id='L886' name='L886'></a> 886 <em class='comment'> * @param w widget holder</em>
<a id='L887' name='L887'></a> 887 <em class='comment'> *</em>
<a id='L888' name='L888'></a> 888 <em class='comment'> * @return widget that is after "w" or NULL if "w" is NULL or widget doesn't have owner</em>
<a id='L889' name='L889'></a> 889 <em class='comment'> */</em>
<a id='L890' name='L890'></a> 890
<a id='L891' name='L891'></a> 891 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *
<a id='L892' name='L892'></a> 892 <a href='../R/group_get_widget_next_of.html' title='Multiple referred from 6 places.'>group_get_widget_next_of</a> (<a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)
<em class='comment'>/* <a href='#L877'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L907'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+892 lib/widget/group.c' /> */</em>
<a id='L893' name='L893'></a> 893 <em class='brace'>{</em>
<a id='L894' name='L894'></a> 894 <strong class='reserved'>return</strong> <a href='../S/lib--widget--group.c.html#L82' title='Defined at 82 in lib/widget/group.c.'>group_get_next_or_prev_of</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L895' name='L895'></a> 895 <em class='brace'>}</em>
<a id='L896' name='L896'></a> 896
<a id='L897' name='L897'></a> 897 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L898' name='L898'></a> 898 <em class='comment'>/**</em>
<a id='L899' name='L899'></a> 899 <em class='comment'> * Get widget that is before specified widget in group.</em>
<a id='L900' name='L900'></a> 900 <em class='comment'> *</em>
<a id='L901' name='L901'></a> 901 <em class='comment'> * @param w widget holder</em>
<a id='L902' name='L902'></a> 902 <em class='comment'> *</em>
<a id='L903' name='L903'></a> 903 <em class='comment'> * @return widget that is before "w" or NULL if "w" is NULL or widget doesn't have owner</em>
<a id='L904' name='L904'></a> 904 <em class='comment'> */</em>
<a id='L905' name='L905'></a> 905
<a id='L906' name='L906'></a> 906 <a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *
<a id='L907' name='L907'></a> 907 <a href='../S/lib--widget--group.h.html#L56' title='Referred from 56 in lib/widget/group.h.'>group_get_widget_prev_of</a> (<a href='../Y/GList.html' title='Multiple used in 182 places.'>GList</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>)
<em class='comment'>/* <a href='#L892'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L920'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+907 lib/widget/group.c' /> */</em>
<a id='L908' name='L908'></a> 908 <em class='brace'>{</em>
<a id='L909' name='L909'></a> 909 <strong class='reserved'>return</strong> <a href='../S/lib--widget--group.c.html#L82' title='Defined at 82 in lib/widget/group.c.'>group_get_next_or_prev_of</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L910' name='L910'></a> 910 <em class='brace'>}</em>
<a id='L911' name='L911'></a> 911
<a id='L912' name='L912'></a> 912 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L913' name='L913'></a> 913 <em class='comment'>/**</em>
<a id='L914' name='L914'></a> 914 <em class='comment'> * Try to select next widget in the Z order.</em>
<a id='L915' name='L915'></a> 915 <em class='comment'> *</em>
<a id='L916' name='L916'></a> 916 <em class='comment'> * @param g WGroup object</em>
<a id='L917' name='L917'></a> 917 <em class='comment'> */</em>
<a id='L918' name='L918'></a> 918
<a id='L919' name='L919'></a> 919 <strong class='reserved'>void</strong>
<a id='L920' name='L920'></a> 920 <a href='../R/group_select_next_widget.html' title='Multiple referred from 10 places.'>group_select_next_widget</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>)
<em class='comment'>/* <a href='#L907'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L933'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+920 lib/widget/group.c' /> */</em>
<a id='L921' name='L921'></a> 921 <em class='brace'>{</em>
<a id='L922' name='L922'></a> 922 <a href='../S/lib--widget--group.c.html#L113' title='Defined at 113 in lib/widget/group.c.'>group_select_next_or_prev</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L923' name='L923'></a> 923 <em class='brace'>}</em>
<a id='L924' name='L924'></a> 924
<a id='L925' name='L925'></a> 925 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L926' name='L926'></a> 926 <em class='comment'>/**</em>
<a id='L927' name='L927'></a> 927 <em class='comment'> * Try to select previous widget in the Z order.</em>
<a id='L928' name='L928'></a> 928 <em class='comment'> *</em>
<a id='L929' name='L929'></a> 929 <em class='comment'> * @param g WGroup object</em>
<a id='L930' name='L930'></a> 930 <em class='comment'> */</em>
<a id='L931' name='L931'></a> 931
<a id='L932' name='L932'></a> 932 <strong class='reserved'>void</strong>
<a id='L933' name='L933'></a> 933 <a href='../R/group_select_prev_widget.html' title='Multiple referred from 6 places.'>group_select_prev_widget</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>)
<em class='comment'>/* <a href='#L920'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L947'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+933 lib/widget/group.c' /> */</em>
<a id='L934' name='L934'></a> 934 <em class='brace'>{</em>
<a id='L935' name='L935'></a> 935 <a href='../S/lib--widget--group.c.html#L113' title='Defined at 113 in lib/widget/group.c.'>group_select_next_or_prev</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L936' name='L936'></a> 936 <em class='brace'>}</em>
<a id='L937' name='L937'></a> 937
<a id='L938' name='L938'></a> 938 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L939' name='L939'></a> 939 <em class='comment'>/**</em>
<a id='L940' name='L940'></a> 940 <em class='comment'> * Find the widget with the specified ID in the group and select it</em>
<a id='L941' name='L941'></a> 941 <em class='comment'> *</em>
<a id='L942' name='L942'></a> 942 <em class='comment'> * @param g WGroup object</em>
<a id='L943' name='L943'></a> 943 <em class='comment'> * @param id widget ID</em>
<a id='L944' name='L944'></a> 944 <em class='comment'> */</em>
<a id='L945' name='L945'></a> 945
<a id='L946' name='L946'></a> 946 <strong class='reserved'>void</strong>
<a id='L947' name='L947'></a> 947 <a href='../R/group_select_widget_by_id.html' title='Multiple referred from 3 places.'>group_select_widget_by_id</a> (<strong class='reserved'>const</strong> <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/id.html' title='Multiple used in 143 places.'>id</a>)
<em class='comment'>/* <a href='#L933'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L965'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+947 lib/widget/group.c' /> */</em>
<a id='L948' name='L948'></a> 948 <em class='brace'>{</em>
<a id='L949' name='L949'></a> 949 <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='L950' name='L950'></a> 950
<a id='L951' name='L951'></a> 951 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../S/lib--widget--widget-common.h.html#L364' title='Defined at 364 in lib/widget/widget-common.h.'>widget_find_by_id</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/g.html' title='Multiple used in 537 places.'>g</a>), <a href='../Y/id.html' title='Multiple used in 143 places.'>id</a>);
<a id='L952' name='L952'></a> 952 <strong class='reserved'>if</strong> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L953' name='L953'></a> 953 <a href='../S/lib--widget--widget-common.c.html#L622' title='Defined at 622 in lib/widget/widget-common.c.'>widget_select</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
<a id='L954' name='L954'></a> 954 <em class='brace'>}</em>
<a id='L955' name='L955'></a> 955
<a id='L956' name='L956'></a> 956 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L957' name='L957'></a> 957 <em class='comment'>/**</em>
<a id='L958' name='L958'></a> 958 <em class='comment'> * Send broadcast message to all widgets in the group.</em>
<a id='L959' name='L959'></a> 959 <em class='comment'> *</em>
<a id='L960' name='L960'></a> 960 <em class='comment'> * @param g WGroup object</em>
<a id='L961' name='L961'></a> 961 <em class='comment'> * @param msg message sent to widgets</em>
<a id='L962' name='L962'></a> 962 <em class='comment'> */</em>
<a id='L963' name='L963'></a> 963
<a id='L964' name='L964'></a> 964 <strong class='reserved'>void</strong>
<a id='L965' name='L965'></a> 965 <a href='../S/lib--widget--group.h.html#L63' title='Referred from 63 in lib/widget/group.h.'>group_send_broadcast_msg</a> (<a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</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>)
<em class='comment'>/* <a href='#L947'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L72'><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='+965 lib/widget/group.c' /> */</em>
<a id='L966' name='L966'></a> 966 <em class='brace'>{</em>
<a id='L967' name='L967'></a> 967 <a href='../S/lib--widget--group.c.html#L151' title='Defined at 151 in lib/widget/group.c.'>group_send_broadcast_msg_custom</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../S/lib--widget--widget-common.h.html#L71' title='Defined at 71 in lib/widget/widget-common.h.'>WOP_DEFAULT</a>);
<a id='L968' name='L968'></a> 968 <em class='brace'>}</em>
<a id='L969' name='L969'></a> 969
<a id='L970' name='L970'></a> 970 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</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='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L965'><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='+970 lib/widget/group.c' /> */</em>
</body>
</html>