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

403 lines
71 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/quick.h</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='#L354'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#BOTTOM'><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>/quick.h</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>/quick.h</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='#L354'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><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/quick.h' /> */</em>
<hr />
<h2 class='header'><a href='lib--widget.h.html#L37' title='Included from 37 in lib/widget.h.'>INCLUDED FROM</a></h2>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L354' title='Defined at 354.'>quick_dialog</a></li>
</ol>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='comment'>/** \file quick.h</em>
<a id='L2' name='L2'></a> 2 <em class='comment'> * \brief Header: quick dialog engine</em>
<a id='L3' name='L3'></a> 3 <em class='comment'> */</em>
<a id='L4' name='L4'></a> 4
<a id='L5' name='L5'></a> 5 <em class='sharp'>#ifndef</em> <a href='../S/lib--widget--quick.h.html#L6' title='Defined at 6 in lib/widget/quick.h.'>MC__QUICK_H</a>
<a id='L6' name='L6'></a> 6 <em class='sharp'>#define</em> <a href='../S/lib--widget--quick.h.html#L5' title='Referred from 5 in lib/widget/quick.h.'>MC__QUICK_H</a>
<a id='L7' name='L7'></a> 7
<a id='L8' name='L8'></a> 8 <em class='comment'>/*** typedefs(not structures) and defined constants **********************************************/</em>
<a id='L9' name='L9'></a> 9
<a id='L10' name='L10'></a> 10 <em class='comment'>// clang-format off</em>
<a id='L11' name='L11'></a> 11
<a id='L12' name='L12'></a> 12 <em class='sharp'>#define</em> <a href='../R/QUICK_CHECKBOX.html' title='Multiple referred from 95 places.'>QUICK_CHECKBOX</a>(<a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>, <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>) \
<a id='L13' name='L13'></a> 13 <em class='brace'>{</em> \
<a id='L14' name='L14'></a> 14 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L242' title='Defined at 242 in lib/widget/quick.h.'>quick_checkbox</a>, \
<a id='L15' name='L15'></a> 15 .<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 id='L16' name='L16'></a> 16 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L17' name='L17'></a> 17 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>, \
<a id='L18' name='L18'></a> 18 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L19' name='L19'></a> 19 .<a href='../Y/checkbox.html' title='Multiple used in 4 places.'>checkbox</a> = <em class='brace'>{</em> \
<a id='L20' name='L20'></a> 20 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, \
<a id='L21' name='L21'></a> 21 .<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a> = <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>, \
<a id='L22' name='L22'></a> 22 <em class='brace'>}</em>, \
<a id='L23' name='L23'></a> 23 <em class='brace'>}</em>, \
<a id='L24' name='L24'></a> 24 <em class='brace'>}</em>
<a id='L25' name='L25'></a> 25
<a id='L26' name='L26'></a> 26 <em class='sharp'>#define</em> <a href='../R/QUICK_BUTTON.html' title='Multiple referred from 21 places.'>QUICK_BUTTON</a>(<a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, <a href='../Y/act.html' title='Multiple used in 69 places.'>act</a>, <a href='../Y/cb.html' title='Multiple used in 138 places.'>cb</a>, <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>) \
<a id='L27' name='L27'></a> 27 <em class='brace'>{</em> \
<a id='L28' name='L28'></a> 28 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L243' title='Defined at 243 in lib/widget/quick.h.'>quick_button</a>, \
<a id='L29' name='L29'></a> 29 .<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 id='L30' name='L30'></a> 30 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L31' name='L31'></a> 31 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>, \
<a id='L32' name='L32'></a> 32 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L33' name='L33'></a> 33 .<a href='../Y/button.html' title='Multiple used in 82 places.'>button</a> = <em class='brace'>{</em> \
<a id='L34' name='L34'></a> 34 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, \
<a id='L35' name='L35'></a> 35 .<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a> = <a href='../Y/act.html' title='Multiple used in 69 places.'>act</a>, \
<a id='L36' name='L36'></a> 36 .<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> = <a href='../Y/cb.html' title='Multiple used in 138 places.'>cb</a>, \
<a id='L37' name='L37'></a> 37 <em class='brace'>}</em>, \
<a id='L38' name='L38'></a> 38 <em class='brace'>}</em>, \
<a id='L39' name='L39'></a> 39 <em class='brace'>}</em>
<a id='L40' name='L40'></a> 40
<a id='L41' name='L41'></a> 41 <em class='sharp'>#define</em> <a href='../R/QUICK_INPUT.html' title='Multiple referred from 6 places.'>QUICK_INPUT</a>(<a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, <a href='../Y/hname.html' title='Multiple used in 4 places.'>hname</a>, <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a>, <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>, <a href='../Y/is_passwd_.html' title='Multiple used in 4 places.'>is_passwd_</a>, <a href='../Y/strip_passwd_.html' title='Multiple used in 4 places.'>strip_passwd_</a>, <a href='../Y/completion_flags_.html' title='Multiple used in 4 places.'>completion_flags_</a>) \
<a id='L42' name='L42'></a> 42 <em class='brace'>{</em> \
<a id='L43' name='L43'></a> 43 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L244' title='Defined at 244 in lib/widget/quick.h.'>quick_input</a>, \
<a id='L44' name='L44'></a> 44 .<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 id='L45' name='L45'></a> 45 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L46' name='L46'></a> 46 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>, \
<a id='L47' name='L47'></a> 47 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L48' name='L48'></a> 48 .<a href='../Y/input.html' title='Multiple used in 63 places.'>input</a> = <em class='brace'>{</em> \
<a id='L49' name='L49'></a> 49 .<a href='../Y/label_text.html' title='Multiple used in 7 places.'>label_text</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L50' name='L50'></a> 50 .<a href='../Y/label_location.html' title='Multiple used in 7 places.'>label_location</a> = <a href='../S/lib--widget--quick.h.html#L258' title='Defined at 258 in lib/widget/quick.h.'>input_label_none</a>, \
<a id='L51' name='L51'></a> 51 .<a href='../Y/label.html' title='Multiple used in 143 places.'>label</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L52' name='L52'></a> 52 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, \
<a id='L53' name='L53'></a> 53 .<a href='../Y/completion_flags.html' title='Multiple used in 23 places.'>completion_flags</a> = <a href='../Y/completion_flags_.html' title='Multiple used in 4 places.'>completion_flags_</a>, \
<a id='L54' name='L54'></a> 54 .<a href='../Y/is_passwd.html' title='Multiple used in 7 places.'>is_passwd</a> = <a href='../Y/is_passwd_.html' title='Multiple used in 4 places.'>is_passwd_</a>, \
<a id='L55' name='L55'></a> 55 .<a href='../Y/strip_passwd.html' title='Multiple used in 4 places.'>strip_passwd</a> = <a href='../Y/strip_passwd_.html' title='Multiple used in 4 places.'>strip_passwd_</a>, \
<a id='L56' name='L56'></a> 56 .<a href='../Y/histname.html' title='Multiple used in 17 places.'>histname</a> = <a href='../Y/hname.html' title='Multiple used in 4 places.'>hname</a>, \
<a id='L57' name='L57'></a> 57 .<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a>, \
<a id='L58' name='L58'></a> 58 <em class='brace'>}</em>, \
<a id='L59' name='L59'></a> 59 <em class='brace'>}</em>, \
<a id='L60' name='L60'></a> 60 <em class='brace'>}</em>
<a id='L61' name='L61'></a> 61
<a id='L62' name='L62'></a> 62 <em class='sharp'>#define</em> <a href='../R/QUICK_LABELED_INPUT.html' title='Multiple referred from 25 places.'>QUICK_LABELED_INPUT</a>(<a href='../Y/label_.html' title='Multiple used in 2 places.'>label_</a>, <a href='../Y/label_loc.html' title='Multiple used in 2 places.'>label_loc</a>, <a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, <a href='../Y/hname.html' title='Multiple used in 4 places.'>hname</a>, <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a>, <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>, <a href='../Y/is_passwd_.html' title='Multiple used in 4 places.'>is_passwd_</a>, <a href='../Y/strip_passwd_.html' title='Multiple used in 4 places.'>strip_passwd_</a>, \
<a id='L63' name='L63'></a> 63 <a href='../Y/completion_flags_.html' title='Multiple used in 4 places.'>completion_flags_</a>) \
<a id='L64' name='L64'></a> 64 <em class='brace'>{</em> \
<a id='L65' name='L65'></a> 65 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L244' title='Defined at 244 in lib/widget/quick.h.'>quick_input</a>, \
<a id='L66' name='L66'></a> 66 .<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 id='L67' name='L67'></a> 67 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L68' name='L68'></a> 68 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>, \
<a id='L69' name='L69'></a> 69 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L70' name='L70'></a> 70 .<a href='../Y/input.html' title='Multiple used in 63 places.'>input</a> = <em class='brace'>{</em> \
<a id='L71' name='L71'></a> 71 .<a href='../Y/label_text.html' title='Multiple used in 7 places.'>label_text</a> = <a href='../Y/label_.html' title='Multiple used in 2 places.'>label_</a>, \
<a id='L72' name='L72'></a> 72 .<a href='../Y/label_location.html' title='Multiple used in 7 places.'>label_location</a> = <a href='../Y/label_loc.html' title='Multiple used in 2 places.'>label_loc</a>, \
<a id='L73' name='L73'></a> 73 .<a href='../Y/label.html' title='Multiple used in 143 places.'>label</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L74' name='L74'></a> 74 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, \
<a id='L75' name='L75'></a> 75 .<a href='../Y/completion_flags.html' title='Multiple used in 23 places.'>completion_flags</a> = <a href='../Y/completion_flags_.html' title='Multiple used in 4 places.'>completion_flags_</a>, \
<a id='L76' name='L76'></a> 76 .<a href='../Y/is_passwd.html' title='Multiple used in 7 places.'>is_passwd</a> = <a href='../Y/is_passwd_.html' title='Multiple used in 4 places.'>is_passwd_</a>, \
<a id='L77' name='L77'></a> 77 .<a href='../Y/strip_passwd.html' title='Multiple used in 4 places.'>strip_passwd</a> = <a href='../Y/strip_passwd_.html' title='Multiple used in 4 places.'>strip_passwd_</a>, \
<a id='L78' name='L78'></a> 78 .<a href='../Y/histname.html' title='Multiple used in 17 places.'>histname</a> = <a href='../Y/hname.html' title='Multiple used in 4 places.'>hname</a>, \
<a id='L79' name='L79'></a> 79 .<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a>, \
<a id='L80' name='L80'></a> 80 <em class='brace'>}</em>, \
<a id='L81' name='L81'></a> 81 <em class='brace'>}</em>, \
<a id='L82' name='L82'></a> 82 <em class='brace'>}</em>
<a id='L83' name='L83'></a> 83
<a id='L84' name='L84'></a> 84 <em class='sharp'>#define</em> <a href='../R/QUICK_LABEL.html' title='Multiple referred from 14 places.'>QUICK_LABEL</a>(<a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>) \
<a id='L85' name='L85'></a> 85 <em class='brace'>{</em> \
<a id='L86' name='L86'></a> 86 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L245' title='Defined at 245 in lib/widget/quick.h.'>quick_label</a>, \
<a id='L87' name='L87'></a> 87 .<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 id='L88' name='L88'></a> 88 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L89' name='L89'></a> 89 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>, \
<a id='L90' name='L90'></a> 90 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L91' name='L91'></a> 91 .<a href='../Y/label.html' title='Multiple used in 143 places.'>label</a> = <em class='brace'>{</em> \
<a id='L92' name='L92'></a> 92 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/txt.html' title='Multiple used in 18 places.'>txt</a>, \
<a id='L93' name='L93'></a> 93 .<a href='../Y/input.html' title='Multiple used in 63 places.'>input</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L94' name='L94'></a> 94 <em class='brace'>}</em>, \
<a id='L95' name='L95'></a> 95 <em class='brace'>}</em>, \
<a id='L96' name='L96'></a> 96 <em class='brace'>}</em>
<a id='L97' name='L97'></a> 97
<a id='L98' name='L98'></a> 98 <em class='sharp'>#define</em> <a href='../R/QUICK_RADIO.html' title='Multiple referred from 13 places.'>QUICK_RADIO</a>(<a href='../Y/cnt.html' title='Multiple used in 17 places.'>cnt</a>, <a href='../Y/items_.html' title='Multiple used in 2 places.'>items_</a>, <a href='../Y/val.html' title='Multiple used in 43 places.'>val</a>, <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>) \
<a id='L99' name='L99'></a> 99 <em class='brace'>{</em> \
<a id='L100' name='L100'></a> 100 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L246' title='Defined at 246 in lib/widget/quick.h.'>quick_radio</a>, \
<a id='L101' name='L101'></a> 101 .<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 id='L102' name='L102'></a> 102 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L103' name='L103'></a> 103 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/id_.html' title='Multiple used in 12 places.'>id_</a>, \
<a id='L104' name='L104'></a> 104 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L105' name='L105'></a> 105 .<a href='../Y/radio.html' title='Multiple used in 11 places.'>radio</a> = <em class='brace'>{</em> \
<a id='L106' name='L106'></a> 106 .<a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> = <a href='../Y/cnt.html' title='Multiple used in 17 places.'>cnt</a>, \
<a id='L107' name='L107'></a> 107 .<a href='../Y/items.html' title='Multiple used in 40 places.'>items</a> = <a href='../Y/items_.html' title='Multiple used in 2 places.'>items_</a>, \
<a id='L108' name='L108'></a> 108 .<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a> = <a href='../Y/val.html' title='Multiple used in 43 places.'>val</a>, \
<a id='L109' name='L109'></a> 109 <em class='brace'>}</em>, \
<a id='L110' name='L110'></a> 110 <em class='brace'>}</em>, \
<a id='L111' name='L111'></a> 111 <em class='brace'>}</em>
<a id='L112' name='L112'></a> 112
<a id='L113' name='L113'></a> 113 <em class='sharp'>#define</em> <a href='../R/QUICK_START_GROUPBOX.html' title='Multiple referred from 13 places.'>QUICK_START_GROUPBOX</a>(<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>) \
<a id='L114' name='L114'></a> 114 <em class='brace'>{</em> \
<a id='L115' name='L115'></a> 115 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L247' title='Defined at 247 in lib/widget/quick.h.'>quick_start_groupbox</a>, \
<a id='L116' name='L116'></a> 116 .<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 id='L117' name='L117'></a> 117 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L118' name='L118'></a> 118 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L119' name='L119'></a> 119 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L120' name='L120'></a> 120 .<a href='../Y/groupbox.html' title='Multiple used in 4 places.'>groupbox</a> = <em class='brace'>{</em> \
<a id='L121' name='L121'></a> 121 .<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> = <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, \
<a id='L122' name='L122'></a> 122 <em class='brace'>}</em>, \
<a id='L123' name='L123'></a> 123 <em class='brace'>}</em>, \
<a id='L124' name='L124'></a> 124 <em class='brace'>}</em>
<a id='L125' name='L125'></a> 125
<a id='L126' name='L126'></a> 126 <em class='sharp'>#define</em> <a href='../R/QUICK_STOP_GROUPBOX.html' title='Multiple referred from 13 places.'>QUICK_STOP_GROUPBOX</a> \
<a id='L127' name='L127'></a> 127 <em class='brace'>{</em> \
<a id='L128' name='L128'></a> 128 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L248' title='Defined at 248 in lib/widget/quick.h.'>quick_stop_groupbox</a>, \
<a id='L129' name='L129'></a> 129 .<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 id='L130' name='L130'></a> 130 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L131' name='L131'></a> 131 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L132' name='L132'></a> 132 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L133' name='L133'></a> 133 .<a href='../Y/input.html' title='Multiple used in 63 places.'>input</a> = <em class='brace'>{</em> \
<a id='L134' name='L134'></a> 134 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L135' name='L135'></a> 135 .<a href='../Y/histname.html' title='Multiple used in 17 places.'>histname</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L136' name='L136'></a> 136 .<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L137' name='L137'></a> 137 <em class='brace'>}</em>, \
<a id='L138' name='L138'></a> 138 <em class='brace'>}</em>, \
<a id='L139' name='L139'></a> 139 <em class='brace'>}</em>
<a id='L140' name='L140'></a> 140
<a id='L141' name='L141'></a> 141 <em class='sharp'>#define</em> <a href='../R/QUICK_SEPARATOR.html' title='Multiple referred from 26 places.'>QUICK_SEPARATOR</a>(<a href='../Y/line_.html' title='Multiple used in 4 places.'>line_</a>) \
<a id='L142' name='L142'></a> 142 <em class='brace'>{</em> \
<a id='L143' name='L143'></a> 143 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L249' title='Defined at 249 in lib/widget/quick.h.'>quick_separator</a>, \
<a id='L144' name='L144'></a> 144 .<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 id='L145' name='L145'></a> 145 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L146' name='L146'></a> 146 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L147' name='L147'></a> 147 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L148' name='L148'></a> 148 .<a href='../Y/separator.html' title='Multiple used in 6 places.'>separator</a> = <em class='brace'>{</em> \
<a id='L149' name='L149'></a> 149 .<a href='../Y/space.html' title='Multiple used in 17 places.'>space</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>, \
<a id='L150' name='L150'></a> 150 .<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> = <a href='../Y/line_.html' title='Multiple used in 4 places.'>line_</a>, \
<a id='L151' name='L151'></a> 151 <em class='brace'>}</em>, \
<a id='L152' name='L152'></a> 152 <em class='brace'>}</em>, \
<a id='L153' name='L153'></a> 153 <em class='brace'>}</em>
<a id='L154' name='L154'></a> 154
<a id='L155' name='L155'></a> 155 <em class='sharp'>#define</em> <a href='../R/QUICK_START_COLUMNS.html' title='Multiple referred from 13 places.'>QUICK_START_COLUMNS</a> \
<a id='L156' name='L156'></a> 156 <em class='brace'>{</em> \
<a id='L157' name='L157'></a> 157 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L250' title='Defined at 250 in lib/widget/quick.h.'>quick_start_columns</a>, \
<a id='L158' name='L158'></a> 158 .<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 id='L159' name='L159'></a> 159 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L160' name='L160'></a> 160 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L161' name='L161'></a> 161 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L162' name='L162'></a> 162 .<a href='../Y/input.html' title='Multiple used in 63 places.'>input</a> = <em class='brace'>{</em> \
<a id='L163' name='L163'></a> 163 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L164' name='L164'></a> 164 .<a href='../Y/histname.html' title='Multiple used in 17 places.'>histname</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L165' name='L165'></a> 165 .<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L166' name='L166'></a> 166 <em class='brace'>}</em>, \
<a id='L167' name='L167'></a> 167 <em class='brace'>}</em>, \
<a id='L168' name='L168'></a> 168 <em class='brace'>}</em>
<a id='L169' name='L169'></a> 169
<a id='L170' name='L170'></a> 170 <em class='sharp'>#define</em> <a href='../R/QUICK_NEXT_COLUMN.html' title='Multiple referred from 13 places.'>QUICK_NEXT_COLUMN</a> \
<a id='L171' name='L171'></a> 171 <em class='brace'>{</em> \
<a id='L172' name='L172'></a> 172 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L251' title='Defined at 251 in lib/widget/quick.h.'>quick_next_column</a>, \
<a id='L173' name='L173'></a> 173 .<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 id='L174' name='L174'></a> 174 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L175' name='L175'></a> 175 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L176' name='L176'></a> 176 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L177' name='L177'></a> 177 .<a href='../Y/input.html' title='Multiple used in 63 places.'>input</a> = <em class='brace'>{</em> \
<a id='L178' name='L178'></a> 178 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L179' name='L179'></a> 179 .<a href='../Y/histname.html' title='Multiple used in 17 places.'>histname</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L180' name='L180'></a> 180 .<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L181' name='L181'></a> 181 <em class='brace'>}</em>, \
<a id='L182' name='L182'></a> 182 <em class='brace'>}</em>, \
<a id='L183' name='L183'></a> 183 <em class='brace'>}</em>
<a id='L184' name='L184'></a> 184
<a id='L185' name='L185'></a> 185 <em class='sharp'>#define</em> <a href='../R/QUICK_STOP_COLUMNS.html' title='Multiple referred from 13 places.'>QUICK_STOP_COLUMNS</a> \
<a id='L186' name='L186'></a> 186 <em class='brace'>{</em> \
<a id='L187' name='L187'></a> 187 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L252' title='Defined at 252 in lib/widget/quick.h.'>quick_stop_columns</a>, \
<a id='L188' name='L188'></a> 188 .<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 id='L189' name='L189'></a> 189 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L190' name='L190'></a> 190 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L191' name='L191'></a> 191 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L192' name='L192'></a> 192 .<a href='../Y/input.html' title='Multiple used in 63 places.'>input</a> = <em class='brace'>{</em> \
<a id='L193' name='L193'></a> 193 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L194' name='L194'></a> 194 .<a href='../Y/histname.html' title='Multiple used in 17 places.'>histname</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L195' name='L195'></a> 195 .<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L196' name='L196'></a> 196 <em class='brace'>}</em>, \
<a id='L197' name='L197'></a> 197 <em class='brace'>}</em>, \
<a id='L198' name='L198'></a> 198 <em class='brace'>}</em>
<a id='L199' name='L199'></a> 199
<a id='L200' name='L200'></a> 200 <em class='sharp'>#define</em> <a href='../R/QUICK_START_BUTTONS.html' title='Multiple referred from 8 places.'>QUICK_START_BUTTONS</a>(<a href='../Y/space_.html' title='Multiple used in 2 places.'>space_</a>, <a href='../Y/line_.html' title='Multiple used in 4 places.'>line_</a>) \
<a id='L201' name='L201'></a> 201 <em class='brace'>{</em> \
<a id='L202' name='L202'></a> 202 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L253' title='Defined at 253 in lib/widget/quick.h.'>quick_buttons</a>, \
<a id='L203' name='L203'></a> 203 .<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 id='L204' name='L204'></a> 204 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L205' name='L205'></a> 205 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L206' name='L206'></a> 206 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L207' name='L207'></a> 207 .<a href='../Y/separator.html' title='Multiple used in 6 places.'>separator</a> = <em class='brace'>{</em> \
<a id='L208' name='L208'></a> 208 .<a href='../Y/space.html' title='Multiple used in 17 places.'>space</a> = <a href='../Y/space_.html' title='Multiple used in 2 places.'>space_</a>, \
<a id='L209' name='L209'></a> 209 .<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> = <a href='../Y/line_.html' title='Multiple used in 4 places.'>line_</a>, \
<a id='L210' name='L210'></a> 210 <em class='brace'>}</em>, \
<a id='L211' name='L211'></a> 211 <em class='brace'>}</em>, \
<a id='L212' name='L212'></a> 212 <em class='brace'>}</em>
<a id='L213' name='L213'></a> 213
<a id='L214' name='L214'></a> 214 <em class='sharp'>#define</em> <a href='../R/QUICK_BUTTONS_OK_CANCEL.html' title='Multiple referred from 18 places.'>QUICK_BUTTONS_OK_CANCEL</a> \
<a id='L215' name='L215'></a> 215 <a href='../S/lib--widget--quick.h.html#L200' title='Defined at 200 in lib/widget/quick.h.'>QUICK_START_BUTTONS</a> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>), \
<a id='L216' name='L216'></a> 216 <a href='../S/lib--widget--quick.h.html#L26' title='Defined at 26 in lib/widget/quick.h.'>QUICK_BUTTON</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&amp;OK"), <a href='../S/lib--widget--dialog.h.html#L27' title='Defined at 27 in lib/widget/dialog.h.'>B_ENTER</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>), \
<a id='L217' name='L217'></a> 217 <a href='../S/lib--widget--quick.h.html#L26' title='Defined at 26 in lib/widget/quick.h.'>QUICK_BUTTON</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&amp;Cancel"), <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L218' name='L218'></a> 218
<a id='L219' name='L219'></a> 219 <em class='sharp'>#define</em> <a href='../R/QUICK_END.html' title='Multiple referred from 27 places.'>QUICK_END</a> \
<a id='L220' name='L220'></a> 220 <em class='brace'>{</em> \
<a id='L221' name='L221'></a> 221 .<a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a> = <a href='../S/lib--widget--quick.h.html#L241' title='Defined at 241 in lib/widget/quick.h.'>quick_end</a>, \
<a id='L222' name='L222'></a> 222 .<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 id='L223' name='L223'></a> 223 .<a href='../Y/pos_flags.html' title='Multiple used in 79 places.'>pos_flags</a> = <a href='../S/lib--widget--widget-common.h.html#L111' title='Defined at 111 in lib/widget/widget-common.h.'>WPOS_KEEP_DEFAULT</a>, \
<a id='L224' name='L224'></a> 224 .<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L225' name='L225'></a> 225 .<a href='../Y/u.html' title='Multiple used in 189 places.'>u</a> = <em class='brace'>{</em> \
<a id='L226' name='L226'></a> 226 .<a href='../Y/input.html' title='Multiple used in 63 places.'>input</a> = <em class='brace'>{</em> \
<a id='L227' name='L227'></a> 227 .<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L228' name='L228'></a> 228 .<a href='../Y/histname.html' title='Multiple used in 17 places.'>histname</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, \
<a id='L229' name='L229'></a> 229 .<a href='../Y/result.html' title='Multiple used in 781 places.'>result</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='brace'>}</em>, \
<a id='L232' name='L232'></a> 232 <em class='brace'>}</em>
<a id='L233' name='L233'></a> 233
<a id='L234' name='L234'></a> 234 <em class='comment'>// clang-format on</em>
<a id='L235' name='L235'></a> 235
<a id='L236' name='L236'></a> 236 <em class='comment'>/*** enums ***************************************************************************************/</em>
<a id='L237' name='L237'></a> 237
<a id='L238' name='L238'></a> 238 <em class='comment'>/* Quick Widgets */</em>
<a id='L239' name='L239'></a> 239 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
<a id='L240' name='L240'></a> 240 <em class='brace'>{</em>
<a id='L241' name='L241'></a> 241 <a href='../R/quick_end.html' title='Multiple referred from 3 places.'>quick_end</a> = 0,
<a id='L242' name='L242'></a> 242 <a href='../R/quick_checkbox.html' title='Multiple referred from 4 places.'>quick_checkbox</a> = 1,
<a id='L243' name='L243'></a> 243 <a href='../R/quick_button.html' title='Multiple referred from 4 places.'>quick_button</a> = 2,
<a id='L244' name='L244'></a> 244 <a href='../R/quick_input.html' title='Multiple referred from 5 places.'>quick_input</a> = 3,
<a id='L245' name='L245'></a> 245 <a href='../R/quick_label.html' title='Multiple referred from 4 places.'>quick_label</a> = 4,
<a id='L246' name='L246'></a> 246 <a href='../R/quick_radio.html' title='Multiple referred from 4 places.'>quick_radio</a> = 5,
<a id='L247' name='L247'></a> 247 <a href='../R/quick_start_groupbox.html' title='Multiple referred from 3 places.'>quick_start_groupbox</a> = 6,
<a id='L248' name='L248'></a> 248 <a href='../R/quick_stop_groupbox.html' title='Multiple referred from 3 places.'>quick_stop_groupbox</a> = 7,
<a id='L249' name='L249'></a> 249 <a href='../R/quick_separator.html' title='Multiple referred from 3 places.'>quick_separator</a> = 8,
<a id='L250' name='L250'></a> 250 <a href='../R/quick_start_columns.html' title='Multiple referred from 3 places.'>quick_start_columns</a> = 9,
<a id='L251' name='L251'></a> 251 <a href='../R/quick_next_column.html' title='Multiple referred from 2 places.'>quick_next_column</a> = 10,
<a id='L252' name='L252'></a> 252 <a href='../R/quick_stop_columns.html' title='Multiple referred from 3 places.'>quick_stop_columns</a> = 11,
<a id='L253' name='L253'></a> 253 <a href='../R/quick_buttons.html' title='Multiple referred from 3 places.'>quick_buttons</a> = 12
<a id='L254' name='L254'></a> 254 <em class='brace'>}</em> <a href='../S/lib--widget--quick.h.html#L272' title='Referred from 272 in lib/widget/quick.h.'>quick_t</a>;
<a id='L255' name='L255'></a> 255
<a id='L256' name='L256'></a> 256 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
<a id='L257' name='L257'></a> 257 <em class='brace'>{</em>
<a id='L258' name='L258'></a> 258 <a href='../R/input_label_none.html' title='Multiple referred from 2 places.'>input_label_none</a> = 0,
<a id='L259' name='L259'></a> 259 <a href='../R/input_label_above.html' title='Multiple referred from 18 places.'>input_label_above</a> = 1,
<a id='L260' name='L260'></a> 260 <a href='../R/input_label_left.html' title='Multiple referred from 9 places.'>input_label_left</a> = 2,
<a id='L261' name='L261'></a> 261 <a href='../R/input_label_right.html' title='Multiple referred from 4 places.'>input_label_right</a> = 3,
<a id='L262' name='L262'></a> 262 <a href='../S/lib--widget--quick.c.html#L130' title='Referred from 130 in lib/widget/quick.c.'>input_label_below</a> = 4
<a id='L263' name='L263'></a> 263 <em class='brace'>}</em> <a href='../S/lib--widget--quick.h.html#L298' title='Referred from 298 in lib/widget/quick.h.'>quick_input_label_location_t</a>;
<a id='L264' name='L264'></a> 264
<a id='L265' name='L265'></a> 265 <em class='comment'>/*** structures declarations (and typedefs of structures)*****************************************/</em>
<a id='L266' name='L266'></a> 266
<a id='L267' name='L267'></a> 267 <em class='comment'>/* The widget is placed on relative_?/divisions_? of the parent widget */</em>
<a id='L268' name='L268'></a> 268 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong> <a href='../R/quick_widget_t.html' title='Multiple referred from 37 places.'>quick_widget_t</a> <a href='../D/quick_widget_t.html' title='Multiple defined in 2 places.'>quick_widget_t</a>;
<a id='L269' name='L269'></a> 269
<a id='L270' name='L270'></a> 270 <strong class='reserved'>struct</strong> <a href='../R/quick_widget_t.html' title='Multiple referred from 37 places.'>quick_widget_t</a>
<a id='L271' name='L271'></a> 271 <em class='brace'>{</em>
<a id='L272' name='L272'></a> 272 <a href='../S/lib--widget--quick.h.html#L254' title='Defined at 254 in lib/widget/quick.h.'>quick_t</a> <a href='../Y/widget_type.html' title='Multiple used in 22 places.'>widget_type</a>;
<a id='L273' name='L273'></a> 273
<a id='L274' name='L274'></a> 274 <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='L275' name='L275'></a> 275 <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='L276' name='L276'></a> 276 <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>;
<a id='L277' name='L277'></a> 277 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> *<a href='../Y/id.html' title='Multiple used in 143 places.'>id</a>;
<a id='L278' name='L278'></a> 278
<a id='L279' name='L279'></a> 279 <em class='comment'>// widget parameters</em>
<a id='L280' name='L280'></a> 280 <strong class='reserved'>union</strong>
<a id='L281' name='L281'></a> 281 <em class='brace'>{</em>
<a id='L282' name='L282'></a> 282 <strong class='reserved'>struct</strong>
<a id='L283' name='L283'></a> 283 <em class='brace'>{</em>
<a id='L284' name='L284'></a> 284 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
<a id='L285' name='L285'></a> 285 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> *<a href='../Y/state.html' title='Multiple used in 274 places.'>state</a>; <em class='comment'>/* in/out */</em>
<a id='L286' name='L286'></a> 286 <em class='brace'>}</em> <a href='../Y/checkbox.html' title='Multiple used in 4 places.'>checkbox</a>;
<a id='L287' name='L287'></a> 287
<a id='L288' name='L288'></a> 288 <strong class='reserved'>struct</strong>
<a id='L289' name='L289'></a> 289 <em class='brace'>{</em>
<a id='L290' name='L290'></a> 290 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
<a id='L291' name='L291'></a> 291 <strong class='reserved'>int</strong> <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>;
<a id='L292' name='L292'></a> 292 <a href='../Y/bcback_fn.html' title='Multiple used in 8 places.'>bcback_fn</a> <a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a>;
<a id='L293' name='L293'></a> 293 <em class='brace'>}</em> <a href='../Y/button.html' title='Multiple used in 82 places.'>button</a>;
<a id='L294' name='L294'></a> 294
<a id='L295' name='L295'></a> 295 <strong class='reserved'>struct</strong>
<a id='L296' name='L296'></a> 296 <em class='brace'>{</em>
<a id='L297' name='L297'></a> 297 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/label_text.html' title='Multiple used in 7 places.'>label_text</a>;
<a id='L298' name='L298'></a> 298 <a href='../S/lib--widget--quick.h.html#L263' title='Defined at 263 in lib/widget/quick.h.'>quick_input_label_location_t</a> <a href='../Y/label_location.html' title='Multiple used in 7 places.'>label_location</a>;
<a id='L299' name='L299'></a> 299 <a href='../D/quick_widget_t.html' title='Multiple defined in 2 places.'>quick_widget_t</a> *<a href='../Y/label.html' title='Multiple used in 143 places.'>label</a>;
<a id='L300' name='L300'></a> 300 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
<a id='L301' name='L301'></a> 301 <a href='../S/lib--widget--input.h.html#L40' title='Defined at 40 in lib/widget/input.h.'>input_complete_t</a> <a href='../Y/completion_flags.html' title='Multiple used in 23 places.'>completion_flags</a>;
<a id='L302' name='L302'></a> 302 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/is_passwd.html' title='Multiple used in 7 places.'>is_passwd</a>; <em class='comment'>// TRUE -- is password</em>
<a id='L303' name='L303'></a> 303 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/strip_passwd.html' title='Multiple used in 4 places.'>strip_passwd</a>;
<a id='L304' name='L304'></a> 304 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/histname.html' title='Multiple used in 17 places.'>histname</a>;
<a id='L305' name='L305'></a> 305 <strong class='reserved'>char</strong> **<a href='../Y/result.html' title='Multiple used in 781 places.'>result</a>;
<a id='L306' name='L306'></a> 306 <em class='brace'>}</em> <a href='../Y/input.html' title='Multiple used in 63 places.'>input</a>;
<a id='L307' name='L307'></a> 307
<a id='L308' name='L308'></a> 308 <strong class='reserved'>struct</strong>
<a id='L309' name='L309'></a> 309 <em class='brace'>{</em>
<a id='L310' name='L310'></a> 310 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/text.html' title='Multiple used in 951 places.'>text</a>;
<a id='L311' name='L311'></a> 311 <a href='../D/quick_widget_t.html' title='Multiple defined in 2 places.'>quick_widget_t</a> *<a href='../Y/input.html' title='Multiple used in 63 places.'>input</a>;
<a id='L312' name='L312'></a> 312 <em class='brace'>}</em> <a href='../Y/label.html' title='Multiple used in 143 places.'>label</a>;
<a id='L313' name='L313'></a> 313
<a id='L314' name='L314'></a> 314 <strong class='reserved'>struct</strong>
<a id='L315' name='L315'></a> 315 <em class='brace'>{</em>
<a id='L316' name='L316'></a> 316 <strong class='reserved'>int</strong> <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>;
<a id='L317' name='L317'></a> 317 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> **<a href='../Y/items.html' title='Multiple used in 40 places.'>items</a>;
<a id='L318' name='L318'></a> 318 <strong class='reserved'>int</strong> *<a href='../Y/value.html' title='Multiple used in 188 places.'>value</a>; <em class='comment'>/* in/out */</em>
<a id='L319' name='L319'></a> 319 <em class='brace'>}</em> <a href='../Y/radio.html' title='Multiple used in 11 places.'>radio</a>;
<a id='L320' name='L320'></a> 320
<a id='L321' name='L321'></a> 321 <strong class='reserved'>struct</strong>
<a id='L322' name='L322'></a> 322 <em class='brace'>{</em>
<a id='L323' name='L323'></a> 323 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>;
<a id='L324' name='L324'></a> 324 <em class='brace'>}</em> <a href='../Y/groupbox.html' title='Multiple used in 4 places.'>groupbox</a>;
<a id='L325' name='L325'></a> 325
<a id='L326' name='L326'></a> 326 <strong class='reserved'>struct</strong>
<a id='L327' name='L327'></a> 327 <em class='brace'>{</em>
<a id='L328' name='L328'></a> 328 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/space.html' title='Multiple used in 17 places.'>space</a>;
<a id='L329' name='L329'></a> 329 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>;
<a id='L330' name='L330'></a> 330 <em class='brace'>}</em> <a href='../Y/separator.html' title='Multiple used in 6 places.'>separator</a>;
<a id='L331' name='L331'></a> 331 <em class='brace'>}</em> <a href='../Y/u.html' title='Multiple used in 189 places.'>u</a>;
<a id='L332' name='L332'></a> 332 <em class='brace'>}</em>;
<a id='L333' name='L333'></a> 333
<a id='L334' name='L334'></a> 334 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L335' name='L335'></a> 335 <em class='brace'>{</em>
<a id='L336' name='L336'></a> 336 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> <a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>; <em class='comment'>/* if rect.x == -1 or rect.y == -1, then dialog is ceneterd;</em>
<a id='L337' name='L337'></a> 337 <em class='comment'> * rect.lines is unused and ignored */</em>
<a id='L338' name='L338'></a> 338 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a>;
<a id='L339' name='L339'></a> 339 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/help.html' title='Multiple used in 47 places.'>help</a>;
<a id='L340' name='L340'></a> 340 <a href='../D/quick_widget_t.html' title='Multiple defined in 2 places.'>quick_widget_t</a> *<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>;
<a id='L341' name='L341'></a> 341 <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 id='L342' name='L342'></a> 342 <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>;
<a id='L343' name='L343'></a> 343 <em class='brace'>}</em> <a href='../R/quick_dialog_t.html' title='Multiple referred from 30 places.'>quick_dialog_t</a>;
<a id='L344' name='L344'></a> 344
<a id='L345' name='L345'></a> 345 <em class='comment'>/*** global variables defined in .c file *********************************************************/</em>
<a id='L346' name='L346'></a> 346
<a id='L347' name='L347'></a> 347 <em class='comment'>/*** declarations of public functions ************************************************************/</em>
<a id='L348' name='L348'></a> 348
<a id='L349' name='L349'></a> 349 <strong class='reserved'>int</strong> <a href='../S/lib--widget--quick.c.html#L158' title='Defined at 158 in lib/widget/quick.c.'>quick_dialog_skip</a> (<a href='../S/lib--widget--quick.h.html#L343' title='Defined at 343 in lib/widget/quick.h.'>quick_dialog_t</a> *<a href='../Y/quick_dlg.html' title='Multiple used in 18 places.'>quick_dlg</a>, <strong class='reserved'>int</strong> <a href='../Y/nskip.html' title='Multiple used in 4 places.'>nskip</a>);
<a id='L350' name='L350'></a> 350
<a id='L351' name='L351'></a> 351 <em class='comment'>/*** inline functions ****************************************************************************/</em>
<a id='L352' name='L352'></a> 352
<a id='L353' name='L353'></a> 353 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>int</strong>
<a id='L354' name='L354'></a> 354 <a href='../R/quick_dialog.html' title='Multiple referred from 26 places.'>quick_dialog</a> (<a href='../S/lib--widget--quick.h.html#L343' title='Defined at 343 in lib/widget/quick.h.'>quick_dialog_t</a> *<a href='../Y/quick_dlg.html' title='Multiple used in 18 places.'>quick_dlg</a>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><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='+354 lib/widget/quick.h' /> */</em>
<a id='L355' name='L355'></a> 355 <em class='brace'>{</em>
<a id='L356' name='L356'></a> 356 <strong class='reserved'>return</strong> <a href='../S/lib--widget--quick.c.html#L158' title='Defined at 158 in lib/widget/quick.c.'>quick_dialog_skip</a> (<a href='../Y/quick_dlg.html' title='Multiple used in 18 places.'>quick_dlg</a>, 1);
<a id='L357' name='L357'></a> 357 <em class='brace'>}</em>
<a id='L358' name='L358'></a> 358
<a id='L359' name='L359'></a> 359 <em class='sharp'>#endif</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]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L354'><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='+359 lib/widget/quick.h' /> */</em>
</body>
</html>