Files
source/Y/disabled.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

36 lines
4.1 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>disabled</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--widget--groupbox.c.html#L68'>disabled</a> 68 lib/widget/groupbox.c gboolean disabled;</span>
<span class='curline'><a href='../S/lib--widget--groupbox.c.html#L73'>disabled</a> 73 lib/widget/groupbox.c disabled = widget_get_state (w, WST_DISABLED);</span>
<span class='curline'><a href='../S/lib--widget--groupbox.c.html#L74'>disabled</a> 74 lib/widget/groupbox.c tty_setcolor (disabled ? CORE_DISABLED_COLOR : colors[DLG_COLOR_FRAME]);</span>
<span class='curline'><a href='../S/lib--widget--groupbox.c.html#L79'>disabled</a> 79 lib/widget/groupbox.c tty_setcolor (disabled ? CORE_DISABLED_COLOR : colors[DLG_COLOR_TITLE]);</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L107'>disabled</a> 107 lib/widget/input.c gboolean disabled;</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L117'>disabled</a> 117 lib/widget/input.c disabled = widget_get_state (WIDGET (in), WST_DISABLED);</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L118'>disabled</a> 118 lib/widget/input.c tty_setcolor (disabled ? CORE_DISABLED_COLOR : in-&gt;color[WINPUTC_HISTORY]);</span>
<span class='curline'><a href='../S/lib--widget--label.c.html#L74'>disabled</a> 74 lib/widget/label.c gboolean disabled;</span>
<span class='curline'><a href='../S/lib--widget--label.c.html#L80'>disabled</a> 80 lib/widget/label.c disabled = widget_get_state (w, WST_DISABLED);</span>
<span class='curline'><a href='../S/lib--widget--label.c.html#L83'>disabled</a> 83 lib/widget/label.c tty_setcolor (disabled ? CORE_DISABLED_COLOR : CORE_DEFAULT_COLOR);</span>
<span class='curline'><a href='../S/lib--widget--label.c.html#L89'>disabled</a> 89 lib/widget/label.c tty_setcolor (disabled ? CORE_DISABLED_COLOR : colors[DLG_COLOR_NORMAL]);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L139'>disabled</a> 139 lib/widget/listbox.c gboolean disabled;</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L149'>disabled</a> 149 lib/widget/listbox.c disabled = widget_get_state (wl, WST_DISABLED);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L150'>disabled</a> 150 lib/widget/listbox.c normalc = disabled ? CORE_DISABLED_COLOR : colors[DLG_COLOR_NORMAL];</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L151'>disabled</a> 151 lib/widget/listbox.c selc = disabled ? CORE_DISABLED_COLOR</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L153'>disabled</a> 153 lib/widget/listbox.c scrollbarc = disabled ? CORE_DISABLED_COLOR : colors[DLG_COLOR_FRAME];</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L576'>disabled</a> 576 src/filemanager/layout.c widget_state_t disabled;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L579'>disabled</a> 579 src/filemanager/layout.c disabled = mc_global.tty.console_flag != '\0' ? 0 : WST_DISABLED;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L582'>disabled</a> 582 src/filemanager/layout.c w-&gt;state |= disabled;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L587'>disabled</a> 587 src/filemanager/layout.c w-&gt;state |= disabled;</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L592'>disabled</a> 592 src/filemanager/layout.c w-&gt;state |= disabled;</span>
</pre>
</body>
</html>