A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.MouseCaptureLostEvent.html below:

wx.MouseCaptureLostEvent — wxPython Phoenix 4.2.4a1 documentation

wx.MouseCaptureLostEvent¶

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).

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.

This event is currently emitted under Windows only.

Events Emitted by this Class¶

Handlers bound for the following event types will receive a wx.MouseCaptureLostEvent parameter.

MSW port.

Availability

Only available for MSW.

Class Hierarchy¶

Inheritance diagram for class

MouseCaptureLostEvent

:

Methods Summary¶ Class API¶
class wx.MouseCaptureLostEvent(Event)¶

Possible constructors:

MouseCaptureLostEvent(windowId=0) -> None

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).


Methods¶
__init__(self, windowId=0)¶

Constructor.

Parameters:

windowId (wx.WindowID)

Return type:

None


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4