mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
215 lines
35 KiB
HTML
215 lines
35 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/frame.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='#L57'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
|
|
<li><a href='#L147'><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>/frame.c</span></li>
|
|
</ul></div>
|
|
<!-- end of fixed guide -->
|
|
<div align='right'>Manual pages:
|
|
<a href=man/mc.html>mc</a> • <a href=man/mcdiff.html>mcdiff</a> • <a href=man/mcedit.html>mcedit</a> • <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>/frame.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='#L57'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L147'><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> <input type='text' readonly onfocus='this.select();' value='+1 lib/widget/frame.c' /> */</em>
|
|
<hr />
|
|
<h2 class='header'>DEFINITIONS</h2>
|
|
This source file includes following definitions.
|
|
<ol>
|
|
<li><a href='#L57' title='Defined at 57.'>frame_adjust</a></li>
|
|
<li><a href='#L68' title='Defined at 68.'>frame_draw</a></li>
|
|
<li><a href='#L99' title='Defined at 99.'>frame_new</a></li>
|
|
<li><a href='#L121' title='Defined at 121.'>frame_callback</a></li>
|
|
<li><a href='#L147' title='Defined at 147.'>frame_set_title</a></li>
|
|
</ol>
|
|
<hr />
|
|
<pre>
|
|
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
|
|
<a id='L2' name='L2'></a> 2 <em class='comment'> Widgets for the Midnight Commander</em>
|
|
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
|
|
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 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'> Authors:</em>
|
|
<a id='L8' name='L8'></a> 8 <em class='comment'> Andrew Borodin <aborodin@vmail.ru>, 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 <https://www.gnu.org/licenses/>.</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 frame.c</em>
|
|
<a id='L27' name='L27'></a> 27 <em class='comment'> * \brief Source: WFrame widget (frame of dialogs)</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> <config.h>
|
|
<a id='L31' name='L31'></a> 31
|
|
<a id='L32' name='L32'></a> 32 <em class='sharp'>#include</em> <stdlib.h>
|
|
<a id='L33' name='L33'></a> 33
|
|
<a id='L34' name='L34'></a> 34 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
|
|
<a id='L35' name='L35'></a> 35 <em class='sharp'>#include</em> "<a href='lib--tty--tty.h.html'>lib/tty/tty.h</a>"
|
|
<a id='L36' name='L36'></a> 36 <em class='sharp'>#include</em> "<a href='lib--tty--color.h.html'>lib/tty/color.h</a>"
|
|
<a id='L37' name='L37'></a> 37 <em class='sharp'>#include</em> "<a href='lib--skin.h.html'>lib/skin.h</a>"
|
|
<a id='L38' name='L38'></a> 38 <em class='sharp'>#include</em> "<a href='lib--strutil.h.html'>lib/strutil.h</a>"
|
|
<a id='L39' name='L39'></a> 39 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>" <em class='comment'>// MC_PTR_FREE</em>
|
|
<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'>/*** forward declarations (file scope functions) *************************************************/</em>
|
|
<a id='L49' name='L49'></a> 49
|
|
<a id='L50' name='L50'></a> 50 <em class='comment'>/*** file scope variables ************************************************************************/</em>
|
|
<a id='L51' name='L51'></a> 51
|
|
<a id='L52' name='L52'></a> 52 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L53' name='L53'></a> 53 <em class='comment'>/*** file scope functions ************************************************************************/</em>
|
|
<a id='L54' name='L54'></a> 54 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L55' name='L55'></a> 55
|
|
<a id='L56' name='L56'></a> 56 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L57' name='L57'></a> 57 <a href='../S/lib--widget--frame.c.html#L128' title='Referred from 128 in lib/widget/frame.c.'>frame_adjust</a> (<a href='../S/lib--widget--frame.h.html#L31' title='Defined at 31 in lib/widget/frame.h.'>WFrame</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>)
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L68'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L147'><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> <input type='text' readonly onfocus='this.select();' value='+57 lib/widget/frame.c' /> */</em>
|
|
<a id='L58' name='L58'></a> 58 <em class='brace'>{</em>
|
|
<a id='L59' name='L59'></a> 59 <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/f.html' title='Multiple used in 318 places.'>f</a>);
|
|
<a id='L60' name='L60'></a> 60
|
|
<a id='L61' name='L61'></a> 61 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</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 href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>)-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
|
|
<a id='L62' name='L62'></a> 62 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> |= <a href='../S/lib--widget--widget-common.h.html#L110' title='Defined at 110 in lib/widget/widget-common.h.'>WPOS_KEEP_ALL</a>;
|
|
<a id='L63' name='L63'></a> 63 <em class='brace'>}</em>
|
|
<a id='L64' name='L64'></a> 64
|
|
<a id='L65' name='L65'></a> 65 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L66' name='L66'></a> 66
|
|
<a id='L67' name='L67'></a> 67 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L68' name='L68'></a> 68 <a href='../S/lib--widget--frame.c.html#L132' title='Referred from 132 in lib/widget/frame.c.'>frame_draw</a> (<strong class='reserved'>const</strong> <a href='../S/lib--widget--frame.h.html#L31' title='Defined at 31 in lib/widget/frame.h.'>WFrame</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>)
|
|
<em class='comment'>/* <a href='#L57'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L99'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L57'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L147'><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> <input type='text' readonly onfocus='this.select();' value='+68 lib/widget/frame.c' /> */</em>
|
|
<a id='L69' name='L69'></a> 69 <em class='brace'>{</em>
|
|
<a id='L70' name='L70'></a> 70 <strong class='reserved'>const</strong> <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/wf.html' title='Multiple used in 3 places.'>wf</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/f.html' title='Multiple used in 318 places.'>f</a>);
|
|
<a id='L71' name='L71'></a> 71 <strong class='reserved'>const</strong> <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> = &<a href='../Y/wf.html' title='Multiple used in 3 places.'>wf</a>-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
|
|
<a id='L72' name='L72'></a> 72 <strong class='reserved'>int</strong> <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> = <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/compact.html' title='Multiple used in 11 places.'>compact</a> ? 0 : 1;
|
|
<a id='L73' name='L73'></a> 73 <strong class='reserved'>const</strong> <strong class='reserved'>int</strong> *<a href='../Y/colors.html' title='Multiple used in 65 places.'>colors</a>;
|
|
<a id='L74' name='L74'></a> 74
|
|
<a id='L75' name='L75'></a> 75 <a href='../Y/colors.html' title='Multiple used in 65 places.'>colors</a> = <a href='../S/lib--widget--widget-common.h.html#L408' title='Defined at 408 in lib/widget/widget-common.h.'>widget_get_colors</a> (<a href='../Y/wf.html' title='Multiple used in 3 places.'>wf</a>);
|
|
<a id='L76' name='L76'></a> 76
|
|
<a id='L77' name='L77'></a> 77 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/tty.html' title='Multiple used in 199 places.'>tty</a>.<a href='../Y/shadows.html' title='Multiple used in 9 places.'>shadows</a>)
|
|
<a id='L78' name='L78'></a> 78 <a href='../S/lib--tty--tty.c.html#L295' title='Defined at 295 in lib/tty/tty.c.'>tty_draw_box_shadow</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>, <a href='../S/lib--skin.h.html#L25' title='Defined at 25 in lib/skin.h.'>CORE_SHADOW_COLOR</a>);
|
|
<a id='L79' name='L79'></a> 79
|
|
<a id='L80' name='L80'></a> 80 <a href='../D/tty_setcolor.html' title='Multiple defined in 2 places.'>tty_setcolor</a> (<a href='../Y/colors.html' title='Multiple used in 65 places.'>colors</a>[<a href='../S/lib--widget--frame.h.html#L14' title='Defined at 14 in lib/widget/frame.h.'>FRAME_COLOR_NORMAL</a>]);
|
|
<a id='L81' name='L81'></a> 81 <a href='../D/tty_fill_region.html' title='Multiple defined in 2 places.'>tty_fill_region</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>, ' ');
|
|
<a id='L82' name='L82'></a> 82 <a href='../D/tty_setcolor.html' title='Multiple defined in 2 places.'>tty_setcolor</a> (<a href='../Y/colors.html' title='Multiple used in 65 places.'>colors</a>[<a href='../S/lib--widget--frame.h.html#L16' title='Defined at 16 in lib/widget/frame.h.'>FRAME_COLOR_FRAME</a>]);
|
|
<a id='L83' name='L83'></a> 83 <a href='../S/lib--tty--tty.c.html#L265' title='Defined at 265 in lib/tty/tty.c.'>tty_draw_box</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> + <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - 2 * <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> - 2 * <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>, <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/single.html' title='Multiple used in 21 places.'>single</a>);
|
|
<a id='L84' name='L84'></a> 84
|
|
<a id='L85' name='L85'></a> 85 <strong class='reserved'>if</strong> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L86' name='L86'></a> 86 <em class='brace'>{</em>
|
|
<a id='L87' name='L87'></a> 87 <em class='comment'>// TODO: truncate long title</em>
|
|
<a id='L88' name='L88'></a> 88 <a href='../D/tty_setcolor.html' title='Multiple defined in 2 places.'>tty_setcolor</a> (<a href='../Y/colors.html' title='Multiple used in 65 places.'>colors</a>[<a href='../S/lib--widget--frame.h.html#L15' title='Defined at 15 in lib/widget/frame.h.'>FRAME_COLOR_TITLE</a>]);
|
|
<a id='L89' name='L89'></a> 89 <a href='../S/lib--widget--widget-common.h.html#L18' title='Defined at 18 in lib/widget/widget-common.h.'>widget_gotoyx</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>, <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>, (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> - <a href='../S/lib--strutil--strutil.c.html#L653' title='Defined at 653 in lib/strutil/strutil.c.'>str_term_width1</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>)) / 2);
|
|
<a id='L90' name='L90'></a> 90 <a href='../D/tty_print_string.html' title='Multiple defined in 2 places.'>tty_print_string</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>);
|
|
<a id='L91' name='L91'></a> 91 <em class='brace'>}</em>
|
|
<a id='L92' name='L92'></a> 92 <em class='brace'>}</em>
|
|
<a id='L93' name='L93'></a> 93
|
|
<a id='L94' name='L94'></a> 94 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L95' name='L95'></a> 95 <em class='comment'>/*** public functions ****************************************************************************/</em>
|
|
<a id='L96' name='L96'></a> 96 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L97' name='L97'></a> 97
|
|
<a id='L98' name='L98'></a> 98 <a href='../S/lib--widget--frame.h.html#L31' title='Defined at 31 in lib/widget/frame.h.'>WFrame</a> *
|
|
<a id='L99' name='L99'></a> 99 <a href='../R/frame_new.html' title='Multiple referred from 2 places.'>frame_new</a> (<strong class='reserved'>int</strong> <a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, <strong class='reserved'>int</strong> <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <strong class='reserved'>int</strong> <a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>, <strong class='reserved'>int</strong> <a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/single.html' title='Multiple used in 21 places.'>single</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/compact.html' title='Multiple used in 11 places.'>compact</a>)
|
|
<em class='comment'>/* <a href='#L68'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L121'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L57'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L147'><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> <input type='text' readonly onfocus='this.select();' value='+99 lib/widget/frame.c' /> */</em>
|
|
<a id='L100' name='L100'></a> 100 <em class='brace'>{</em>
|
|
<a id='L101' name='L101'></a> 101 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <em class='brace'>{</em> <a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>, <a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> <em class='brace'>}</em>;
|
|
<a id='L102' name='L102'></a> 102 <a href='../S/lib--widget--frame.h.html#L31' title='Defined at 31 in lib/widget/frame.h.'>WFrame</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>;
|
|
<a id='L103' name='L103'></a> 103 <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='L104' name='L104'></a> 104
|
|
<a id='L105' name='L105'></a> 105 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a> = <a href='../Y/g_new.html' title='Multiple used in 58 places.'>g_new</a> (<a href='../S/lib--widget--frame.h.html#L31' title='Defined at 31 in lib/widget/frame.h.'>WFrame</a>, 1);
|
|
<a id='L106' name='L106'></a> 106 <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/f.html' title='Multiple used in 318 places.'>f</a>);
|
|
<a id='L107' name='L107'></a> 107 <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='../S/lib--widget--frame.c.html#L121' title='Defined at 121 in lib/widget/frame.c.'>frame_callback</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L108' name='L108'></a> 108
|
|
<a id='L109' name='L109'></a> 109 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/single.html' title='Multiple used in 21 places.'>single</a> = <a href='../Y/single.html' title='Multiple used in 21 places.'>single</a>;
|
|
<a id='L110' name='L110'></a> 110 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/compact.html' title='Multiple used in 11 places.'>compact</a> = <a href='../Y/compact.html' title='Multiple used in 11 places.'>compact</a>;
|
|
<a id='L111' name='L111'></a> 111
|
|
<a id='L112' name='L112'></a> 112 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L113' name='L113'></a> 113 <a href='../S/lib--widget--frame.c.html#L147' title='Defined at 147 in lib/widget/frame.c.'>frame_set_title</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>, <a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>);
|
|
<a id='L114' name='L114'></a> 114
|
|
<a id='L115' name='L115'></a> 115 <strong class='reserved'>return</strong> <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>;
|
|
<a id='L116' name='L116'></a> 116 <em class='brace'>}</em>
|
|
<a id='L117' name='L117'></a> 117
|
|
<a id='L118' name='L118'></a> 118 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L119' name='L119'></a> 119
|
|
<a id='L120' name='L120'></a> 120 <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='L121' name='L121'></a> 121 <a href='../R/frame_callback.html' title='Multiple referred from 12 places.'>frame_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='#L99'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L147'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L57'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L147'><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> <input type='text' readonly onfocus='this.select();' value='+121 lib/widget/frame.c' /> */</em>
|
|
<a id='L122' name='L122'></a> 122 <em class='brace'>{</em>
|
|
<a id='L123' name='L123'></a> 123 <a href='../S/lib--widget--frame.h.html#L31' title='Defined at 31 in lib/widget/frame.h.'>WFrame</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a> = <a href='../S/lib--widget--frame.h.html#L11' title='Defined at 11 in lib/widget/frame.h.'>FRAME</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
|
|
<a id='L124' name='L124'></a> 124
|
|
<a id='L125' name='L125'></a> 125 <strong class='reserved'>switch</strong> (<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>)
|
|
<a id='L126' name='L126'></a> 126 <em class='brace'>{</em>
|
|
<a id='L127' name='L127'></a> 127 <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='L128' name='L128'></a> 128 <a href='../S/lib--widget--frame.c.html#L57' title='Defined at 57 in lib/widget/frame.c.'>frame_adjust</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>);
|
|
<a id='L129' name='L129'></a> 129 <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='L130' name='L130'></a> 130
|
|
<a id='L131' name='L131'></a> 131 <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='L132' name='L132'></a> 132 <a href='../S/lib--widget--frame.c.html#L68' title='Defined at 68 in lib/widget/frame.c.'>frame_draw</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>);
|
|
<a id='L133' name='L133'></a> 133 <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='L134' name='L134'></a> 134
|
|
<a id='L135' name='L135'></a> 135 <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='L136' name='L136'></a> 136 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>);
|
|
<a id='L137' name='L137'></a> 137 <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='L138' name='L138'></a> 138
|
|
<a id='L139' name='L139'></a> 139 <strong class='reserved'>default</strong>:
|
|
<a id='L140' name='L140'></a> 140 <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='L141' name='L141'></a> 141 <em class='brace'>}</em>
|
|
<a id='L142' name='L142'></a> 142 <em class='brace'>}</em>
|
|
<a id='L143' name='L143'></a> 143
|
|
<a id='L144' name='L144'></a> 144 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L145' name='L145'></a> 145
|
|
<a id='L146' name='L146'></a> 146 <strong class='reserved'>void</strong>
|
|
<a id='L147' name='L147'></a> 147 <a href='../R/frame_set_title.html' title='Multiple referred from 4 places.'>frame_set_title</a> (<a href='../S/lib--widget--frame.h.html#L31' title='Defined at 31 in lib/widget/frame.h.'>WFrame</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>)
|
|
<em class='comment'>/* <a href='#L121'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L57'><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> <input type='text' readonly onfocus='this.select();' value='+147 lib/widget/frame.c' /> */</em>
|
|
<a id='L148' name='L148'></a> 148 <em class='brace'>{</em>
|
|
<a id='L149' name='L149'></a> 149 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>);
|
|
<a id='L150' name='L150'></a> 150
|
|
<a id='L151' name='L151'></a> 151 <em class='comment'>// Strip existing spaces, add one space before and after the title</em>
|
|
<a id='L152' name='L152'></a> 152 <strong class='reserved'>if</strong> (<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && *<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> != '\0')
|
|
<a id='L153' name='L153'></a> 153 <em class='brace'>{</em>
|
|
<a id='L154' name='L154'></a> 154 <strong class='reserved'>char</strong> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
|
|
<a id='L155' name='L155'></a> 155
|
|
<a id='L156' name='L156'></a> 156 <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> = <a href='../Y/g_strstrip.html' title='Multiple used in 11 places.'>g_strstrip</a> (<a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>));
|
|
<a id='L157' name='L157'></a> 157 <strong class='reserved'>if</strong> (*<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> != '\0')
|
|
<a id='L158' name='L158'></a> 158 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>-><a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> (" %s ", <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>);
|
|
<a id='L159' name='L159'></a> 159 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>);
|
|
<a id='L160' name='L160'></a> 160 <em class='brace'>}</em>
|
|
<a id='L161' name='L161'></a> 161
|
|
<a id='L162' name='L162'></a> 162 <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/f.html' title='Multiple used in 318 places.'>f</a>));
|
|
<a id='L163' name='L163'></a> 163 <em class='brace'>}</em>
|
|
<a id='L164' name='L164'></a> 164
|
|
<a id='L165' name='L165'></a> 165 <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='#L57'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L147'><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> <input type='text' readonly onfocus='this.select();' value='+165 lib/widget/frame.c' /> */</em>
|
|
</body>
|
|
</html>
|