mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
42 lines
5.0 KiB
HTML
42 lines
5.0 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>Gpm_Event</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--tty--key.c.html#L745'>Gpm_Event</a> 745 lib/tty/key.c xmouse_get_event (Gpm_Event *ev, gboolean extended)</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L1877'>Gpm_Event</a> 1877 lib/tty/key.c tty_get_event (struct Gpm_Event *event, gboolean redo_event, gboolean block)</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L1882'>Gpm_Event</a> 1882 lib/tty/key.c static struct Gpm_Event ev; // Mouse event</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L2099'>Gpm_Event</a> 2099 lib/tty/key.c Gpm_Event ev;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.h.html#L55'>Gpm_Event</a> 55 lib/tty/key.h struct Gpm_Event;</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.h.html#L80'>Gpm_Event</a> 80 lib/tty/key.h int tty_get_event (struct Gpm_Event *event, gboolean redo_event, gboolean block);</span>
|
|
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L233'>Gpm_Event</a> 233 lib/widget/dialog.c dlg_handle_mouse_event (Widget *w, Gpm_Event *event)</span>
|
|
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L253'>Gpm_Event</a> 253 lib/widget/dialog.c Gpm_Event event;</span>
|
|
<span class='curline'><a href='../S/lib--widget--dialog.c.html#L508'>Gpm_Event</a> 508 lib/widget/dialog.c dlg_process_event (WDialog *h, int key, Gpm_Event *event)</span>
|
|
<span class='curline'><a href='../S/lib--widget--dialog.h.html#L117'>Gpm_Event</a> 117 lib/widget/dialog.h void dlg_process_event (WDialog *h, int key, Gpm_Event *event);</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.c.html#L714'>Gpm_Event</a> 714 lib/widget/group.c group_handle_mouse_event (Widget *w, Gpm_Event *event)</span>
|
|
<span class='curline'><a href='../S/lib--widget--group.h.html#L46'>Gpm_Event</a> 46 lib/widget/group.h int group_handle_mouse_event (Widget *w, Gpm_Event *event);</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L62'>Gpm_Event</a> 62 lib/widget/mouse.c init_mouse_event (mouse_event_t *event, mouse_msg_t msg, const Gpm_Event *global_gpm,</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L85'>Gpm_Event</a> 85 lib/widget/mouse.c mouse_translate_event (Widget *w, Gpm_Event *event)</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.c.html#L217'>Gpm_Event</a> 217 lib/widget/mouse.c mouse_handle_event (Widget *w, Gpm_Event *event)</span>
|
|
<span class='curline'><a href='../S/lib--widget--mouse.h.html#L62'>Gpm_Event</a> 62 lib/widget/mouse.h int mouse_handle_event (Widget *w, Gpm_Event *event);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L875'>Gpm_Event</a> 875 lib/widget/widget-common.c Gpm_Event</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L876'>Gpm_Event</a> 876 lib/widget/widget-common.c mouse_get_local (const Gpm_Event *global, const Widget *w)</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L878'>Gpm_Event</a> 878 lib/widget/widget-common.c Gpm_Event local;</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.c.html#L893'>Gpm_Event</a> 893 lib/widget/widget-common.c mouse_global_in_widget (const Gpm_Event *event, const Widget *w)</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L129'>Gpm_Event</a> 129 lib/widget/widget-common.h typedef int (*widget_mouse_handle_fn) (Widget *w, Gpm_Event *event);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L240'>Gpm_Event</a> 240 lib/widget/widget-common.h Gpm_Event mouse_get_local (const Gpm_Event *global, const Widget *w);</span>
|
|
<span class='curline'><a href='../S/lib--widget--widget-common.h.html#L241'>Gpm_Event</a> 241 lib/widget/widget-common.h gboolean mouse_global_in_widget (const Gpm_Event *event, const Widget *w);</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L616'>Gpm_Event</a> 616 lib/widget/wtools.c Gpm_Event event;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L833'>Gpm_Event</a> 833 src/filemanager/chattr.c chattrboxes_handle_mouse_event (Widget *w, Gpm_Event *event)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L813'>Gpm_Event</a> 813 src/filemanager/filegui.c Gpm_Event event;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L918'>Gpm_Event</a> 918 src/filemanager/find.c Gpm_Event event;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|