mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
42 lines
5.3 KiB
HTML
42 lines
5.3 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>focused</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--button.c.html#L129'>focused</a> 129 lib/widget/button.c gboolean focused;</span>
|
|
<span class='curline'><a href='../S/lib--widget--button.c.html#L131'>focused</a> 131 lib/widget/button.c focused = widget_get_state (w, WST_FOCUSED);</span>
|
|
<span class='curline'><a href='../S/lib--widget--button.c.html#L133'>focused</a> 133 lib/widget/button.c widget_selectcolor (w, focused, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--button.c.html#L152'>focused</a> 152 lib/widget/button.c hotkey_draw (w, b->text, focused);</span>
|
|
<span class='curline'><a href='../S/lib--widget--check.c.html#L91'>focused</a> 91 lib/widget/check.c gboolean focused;</span>
|
|
<span class='curline'><a href='../S/lib--widget--check.c.html#L93'>focused</a> 93 lib/widget/check.c focused = widget_get_state (w, WST_FOCUSED);</span>
|
|
<span class='curline'><a href='../S/lib--widget--check.c.html#L94'>focused</a> 94 lib/widget/check.c widget_selectcolor (w, focused, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--check.c.html#L97'>focused</a> 97 lib/widget/check.c hotkey_draw (w, c->text, focused);</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L134'>focused</a> 134 lib/widget/listbox.c listbox_draw (WListbox *l, gboolean focused)</span>
|
|
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L152'>focused</a> 152 lib/widget/listbox.c : colors[focused ? DLG_COLOR_SELECTED_FOCUS : DLG_COLOR_SELECTED_NORMAL];</span>
|
|
<span class='curline'><a href='../S/lib--widget--radio.c.html#L161'>focused</a> 161 lib/widget/radio.c gboolean focused;</span>
|
|
<span class='curline'><a href='../S/lib--widget--radio.c.html#L163'>focused</a> 163 lib/widget/radio.c focused = widget_get_state (w, WST_FOCUSED);</span>
|
|
<span class='curline'><a href='../S/lib--widget--radio.c.html#L167'>focused</a> 167 lib/widget/radio.c widget_selectcolor (w, i == r->pos && focused, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--radio.c.html#L171'>focused</a> 171 lib/widget/radio.c hotkey_draw (w, r->texts[i], i == r->pos && focused);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L262'>focused</a> 262 lib/widget/widget-common.c hotkey_draw (const Widget *w, const hotkey_t hotkey, gboolean focused)</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L266'>focused</a> 266 lib/widget/widget-common.c widget_selectcolor (w, focused, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L272'>focused</a> 272 lib/widget/widget-common.c widget_selectcolor (w, focused, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L278'>focused</a> 278 lib/widget/widget-common.c widget_selectcolor (w, focused, FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L457'>focused</a> 457 lib/widget/widget-common.c widget_selectcolor (const Widget *w, gboolean focused, gboolean hotkey)</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L467'>focused</a> 467 lib/widget/widget-common.c color = colors[focused ? DLG_COLOR_HOT_FOCUS : DLG_COLOR_HOT_NORMAL];</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L469'>focused</a> 469 lib/widget/widget-common.c color = colors[focused ? DLG_COLOR_FOCUS : DLG_COLOR_NORMAL];</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L201'>focused</a> 201 lib/widget/widget-common.h void hotkey_draw (const Widget *w, const hotkey_t hotkey, gboolean focused);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L216'>focused</a> 216 lib/widget/widget-common.h void widget_selectcolor (const Widget *w, gboolean focused, gboolean hotkey);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1137'>focused</a> 1137 src/filemanager/tree.c const gboolean focused = widget_get_state (w, WST_FOCUSED);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1139'>focused</a> 1139 src/filemanager/tree.c tty_setcolor (focused ? CORE_REVERSE_COLOR : CORE_NORMAL_COLOR);</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L347'>focused</a> 347 src/viewer/display.c const gboolean focused = widget_get_state (w, WST_FOCUSED);</span>
|
|
<span class='curline'><a href='../S/src--viewer--display.c.html#L350'>focused</a> 350 src/viewer/display.c tty_setcolor (focused ? CORE_REVERSE_COLOR : CORE_NORMAL_COLOR);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|