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

78 lines
11 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>DIALOG</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#L66'>DIALOG</a> 66 lib/widget/button.c WDialog *h = DIALOG (g);</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L96'>DIALOG</a> 96 lib/widget/dialog-switch.c WDialog *old = DIALOG (mc_current-&gt;data);</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L111'>DIALOG</a> 111 lib/widget/dialog-switch.c if (DIALOG (dlg-&gt;data) != filemanager)</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L166'>DIALOG</a> 166 lib/widget/dialog-switch.c if (DIALOG (mc_current-&gt;data) == h)</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L175'>DIALOG</a> 175 lib/widget/dialog-switch.c mc_current = g_list_find (mc_dialogs, DIALOG (top_dlg-&gt;data));</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L247'>DIALOG</a> 247 lib/widget/dialog-switch.c WDialog *dlg = DIALOG (h-&gt;data);</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L275'>DIALOG</a> 275 lib/widget/dialog-switch.c h = DIALOG (mc_current-&gt;data);</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L328'>DIALOG</a> 328 lib/widget/dialog-switch.c WDialog *dlg = DIALOG (mc_dialogs-&gt;data);</span>
<span class='curline'><a href='../S/lib--widget--dialog-switch.c.html#L422'>DIALOG</a> 422 lib/widget/dialog-switch.c dialog_switch_resize (DIALOG (d-&gt;data));</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L302'>DIALOG</a> 302 lib/widget/dialog.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L353'>DIALOG</a> 353 lib/widget/dialog.c DIALOG (w)-&gt;ret_value = B_CANCEL;</span>
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L354'>DIALOG</a> 354 lib/widget/dialog.c dlg_close (DIALOG (w));</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L130'>DIALOG</a> 130 lib/widget/history.c return history_dlg_reposition (DIALOG (w));</span>
<span class='curline'><a href='../S/lib--widget--history.c.html#L135'>DIALOG</a> 135 lib/widget/history.c WDialog *d = DIALOG (w);</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L844'>DIALOG</a> 844 lib/widget/input.c if (!in-&gt;is_password &amp;&amp; (DIALOG (WIDGET (in)-&gt;owner)-&gt;ret_value != B_CANCEL))</span>
<span class='curline'><a href='../S/lib--widget--input.c.html#L1010'>DIALOG</a> 1010 lib/widget/input.c WDialog *h = DIALOG (w-&gt;owner);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L990'>DIALOG</a> 990 lib/widget/input_complete.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/lib--widget--listbox.c.html#L430'>DIALOG</a> 430 lib/widget/listbox.c WDialog *h = DIALOG (WIDGET (l)-&gt;owner);</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L334'>DIALOG</a> 334 lib/widget/menu.c if (DIALOG (w-&gt;owner)-&gt;bg != NULL)</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L335'>DIALOG</a> 335 lib/widget/menu.c widget_set_bottom (WIDGET (DIALOG (w-&gt;owner)-&gt;bg));</span>
<span class='curline'><a href='../S/lib--widget--menu.c.html#L1001'>DIALOG</a> 1001 lib/widget/menu.c menu_arrange (menu, DIALOG (WIDGET (menubar)-&gt;owner)-&gt;get_shortcut);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L70'>DIALOG</a> 70 lib/widget/wtools.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L85'>DIALOG</a> 85 lib/widget/wtools.c prev_dlg = DIALOG (top_dlg-&gt;data);</span>
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L94'>DIALOG</a> 94 lib/widget/wtools.c prev_dlg = DIALOG (p-&gt;data);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2898'>DIALOG</a> 2898 src/diffviewer/ydiff.c b = buttonbar_find (DIALOG (d-&gt;owner));</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L3185'>DIALOG</a> 3185 src/diffviewer/ydiff.c WDialog *h = DIALOG (w-&gt;owner);</span>
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L3264'>DIALOG</a> 3264 src/diffviewer/ydiff.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L759'>DIALOG</a> 759 src/editor/editcmd.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1308'>DIALOG</a> 1308 src/editor/editcmd.c edit = edit_find_editor (DIALOG (g));</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L757'>DIALOG</a> 757 src/editor/editwidget.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L863'>DIALOG</a> 863 src/editor/editwidget.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L941'>DIALOG</a> 941 src/editor/editwidget.c edit_set_buttonbar (e, buttonbar_find (DIALOG (w-&gt;owner)));</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L1325'>DIALOG</a> 1325 src/editor/editwidget.c widget_draw (WIDGET (buttonbar_find (DIALOG (WIDGET (e)-&gt;owner))));</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L312'>DIALOG</a> 312 src/filemanager/achown.c print_flags (DIALOG (g));</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L484'>DIALOG</a> 484 src/filemanager/achown.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L521'>DIALOG</a> 521 src/filemanager/achown.c WDialog *h = DIALOG (g);</span>
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L653'>DIALOG</a> 653 src/filemanager/achown.c advanced_chown_refresh (DIALOG (w-&gt;owner));</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L188'>DIALOG</a> 188 src/filemanager/boxes.c WDialog *d = DIALOG (w);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L363'>DIALOG</a> 363 src/filemanager/boxes.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L238'>DIALOG</a> 238 src/filemanager/chmod.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L390'>DIALOG</a> 390 src/filemanager/filegui.c DIALOG (w)-&gt;ret_value = FILE_ABORT; // for file_progress_check_buttons()</span>
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L136'>DIALOG</a> 136 src/filemanager/filemanager.c dlg_close (DIALOG (top_dlg-&gt;data));</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L478'>DIALOG</a> 478 src/filemanager/find.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1539'>DIALOG</a> 1539 src/filemanager/find.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--filemanager--find.c.html#L1588'>DIALOG</a> 1588 src/filemanager/find.c find_relocate_buttons (DIALOG (w-&gt;owner), FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L561'>DIALOG</a> 561 src/filemanager/hotlist.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--filemanager--hotlist.c.html#L624'>DIALOG</a> 624 src/filemanager/hotlist.c WDialog *dlg = DIALOG (WIDGET (list)-&gt;owner);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L279'>DIALOG</a> 279 src/filemanager/layout.c update_split (DIALOG (WIDGET (button)-&gt;owner));</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L323'>DIALOG</a> 323 src/filemanager/layout.c update_split (DIALOG (w-&gt;owner));</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L347'>DIALOG</a> 347 src/filemanager/layout.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--filemanager--layout.c.html#L1470'>DIALOG</a> 1470 src/filemanager/layout.c if (top_dlg != NULL &amp;&amp; DIALOG (top_dlg-&gt;data) == filemanager &amp;&amp; command_prompt)</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3766'>DIALOG</a> 3766 src/filemanager/panel.c WDialog *h = DIALOG (w-&gt;owner);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L602'>DIALOG</a> 602 src/filemanager/tree.c WDialog *h = DIALOG (WIDGET (tree)-&gt;owner);</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L966'>DIALOG</a> 966 src/filemanager/tree.c b = buttonbar_find (DIALOG (w-&gt;owner));</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1042'>DIALOG</a> 1042 src/filemanager/tree.c dlg_close (DIALOG (WIDGET (tree)-&gt;owner));</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1151'>DIALOG</a> 1151 src/filemanager/tree.c WDialog *h = DIALOG (w-&gt;owner);</span>
<span class='curline'><a href='../S/src--help.c.html#L924'>DIALOG</a> 924 src/help.c help_show (DIALOG (w-&gt;owner), currentpoint);</span>
<span class='curline'><a href='../S/src--help.c.html#L956'>DIALOG</a> 956 src/help.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--keymap.c.html#L932'>DIALOG</a> 932 src/keymap.c LOAD_KEYMAP (DIALOG, dialog);</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L535'>DIALOG</a> 535 src/viewer/actions_cmd.c dlg_close (DIALOG (WIDGET (view)-&gt;owner));</span>
<span class='curline'><a href='../S/src--viewer--actions_cmd.c.html#L736'>DIALOG</a> 736 src/viewer/actions_cmd.c WDialog *h = DIALOG (w);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L78'>DIALOG</a> 78 src/viewer/display.c WDialog *h = DIALOG (w-&gt;owner);</span>
<span class='curline'><a href='../S/src--viewer--display.c.html#L200'>DIALOG</a> 200 src/viewer/display.c widget_draw (WIDGET (buttonbar_find (DIALOG (WIDGET (view)-&gt;owner))));</span>
</pre>
</body>
</html>