summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxMouseCaptureLostEvent.xml
blob: d63fb7ce41e237bf42215d9a2a2a3957d60ff886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">

<!-- THIS FILE IS GENERATED DO NOT EDIT -->


<erlref>
<header>
  <copyright>
    <year>2020</year><year>2021</year>
    <holder>wxWidgets team.</holder></copyright>
  <legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
  </legalnotice>
  <title>wxMouseCaptureLostEvent</title>
</header>
<module>wxMouseCaptureLostEvent</module>
<modulesummary>Functions for wxMouseCaptureLostEvent class</modulesummary>
<description><p>A mouse capture lost event is sent to a window that had obtained mouse capture, which was subsequently lost due to an "external" event (for example, when a dialog box is shown or if another application captures the mouse).
      </p><p>If this happens, this event is sent to all windows that are on the capture stack (i.e. called CaptureMouse, but didn't call ReleaseMouse yet). The event is not sent if the capture changes because of a call to CaptureMouse or ReleaseMouse.
      </p><p>This event is currently emitted under Windows only.
      </p><p>Only for:wxmsw</p><p>See: <seeerl marker="wxMouseCaptureChangedEvent"><c>wxMouseCaptureChangedEvent</c></seeerl>, <url href="https://docs.wxwidgets.org/3.1/overview_events.html#overview_events">Overview events</url>, <seemfa marker="wxWindow#captureMouse/1"><c>wxWindow:captureMouse/1</c></seemfa>, <seemfa marker="wxWindow#releaseMouse/1"><c>wxWindow:releaseMouse/1</c></seemfa>, <seemfa marker="wxWindow#getCapture/0"><c>wxWindow:getCapture/0</c></seemfa>
      </p>
  <p>This class is derived (and can use functions) from: 
    <seeerl marker="wxEvent"><c>wxEvent</c></seeerl></p>
  
  <p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_mouse_capture_lost_event.html">wxMouseCaptureLostEvent</url></p>
  </description><section><title>Events</title><p>Use <seemfa marker="wxEvtHandler#connect/3"><c>wxEvtHandler:connect/3</c></seemfa> with <seetype marker="#wxMouseCaptureLostEventType"><c>wxMouseCaptureLostEventType</c></seetype> to subscribe to events of this type.</p></section>
<datatypes>
    <datatype><name name="wxMouseCaptureLostEvent"/></datatype>
    <datatype><name name="wxMouseCaptureLost"/></datatype>
    <datatype><name name="wxMouseCaptureLostEventType"/></datatype></datatypes>

</erlref>