GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxMouseCaptureChangedEvent(3) Erlang Module Definition wxMouseCaptureChangedEvent(3)

wxMouseCaptureChangedEvent - Functions for wxMouseCaptureChangedEvent class

An mouse capture changed event is sent to a window that loses its mouse capture. This is called even if wxWindow:releaseMouse/1 was called by the application code. Handling this event allows an application to cater for unexpected capture releases which might otherwise confuse mouse handling code.

Only for:wxmsw

See: wxMouseCaptureLostEvent, Overview events, wxWindow:captureMouse/1, wxWindow:releaseMouse/1, wxWindow:getCapture/0

This class is derived (and can use functions) from: wxEvent

wxWidgets docs: wxMouseCaptureChangedEvent

Use wxEvtHandler:connect/3 with wxMouseCaptureChangedEventType to subscribe to events of this type.

wxMouseCaptureChangedEvent() = wx:wx_object()

wxMouseCaptureChanged() = 
    #wxMouseCaptureChanged{type =
                               wxMouseCaptureChangedEvent:wxMouseCaptureChangedEventType()}

wxMouseCaptureChangedEventType() = mouse_capture_changed

getCapturedWindow(This) -> wxWindow:wxWindow()


Types:

This = wxMouseCaptureChangedEvent()

Returns the window that gained the capture, or NULL if it was a non-wxWidgets window.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.