1wxMouseCaptureLostEvent(3) Erlang Module Definition wxMouseCaptureLostEvent(3)
2
3
4

NAME

6       wxMouseCaptureLostEvent - Functions for wxMouseCaptureLostEvent class
7

DESCRIPTION

9       A  mouse capture lost event is sent to a window that had obtained mouse
10       capture, which was subsequently lost due to an  "external"  event  (for
11       example,  when a dialog box is shown or if another application captures
12       the mouse).
13
14       If this happens, this event is sent to all windows that are on the cap‐
15       ture  stack  (i.e.  called  CaptureMouse,  but didn't call ReleaseMouse
16       yet). The event is not sent if the capture changes because of a call to
17       CaptureMouse or ReleaseMouse.
18
19       This event is currently emitted under Windows only.
20
21       Only for:wxmsw
22
23       See:  wxMouseCaptureChangedEvent,  Overview  events,  wxWindow:capture‐
24       Mouse/1, wxWindow:releaseMouse/1, wxWindow:getCapture/0
25
26       This class is derived (and can use functions) from: wxEvent
27
28       wxWidgets docs: wxMouseCaptureLostEvent
29

EVENTS

31       Use wxEvtHandler:connect/3  with  wxMouseCaptureLostEventType  to  sub‐
32       scribe to events of this type.
33

DATA TYPES

35       wxMouseCaptureLostEvent() = wx:wx_object()
36
37       wxMouseCaptureLost() =
38           #wxMouseCaptureLost{type =
39                                   wxMouseCaptureLostEvent:wxMouseCaptureLostEventType()}
40
41       wxMouseCaptureLostEventType() = mouse_capture_lost
42
43
44
45wxWidgets team.                    wx 2.2.1         wxMouseCaptureLostEvent(3)
Impressum