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
wxChildFocusEvent(3) Erlang Module Definition wxChildFocusEvent(3)

wxChildFocusEvent - Functions for wxChildFocusEvent class

A child focus event is sent to a (parent-)window when one of its child windows gains focus, so that the window could restore the focus back to its corresponding child if it loses it now and regains later.

Notice that child window is the direct child of the window receiving event. Use wxWindow:findFocus/0 to retrieve the window which is actually getting focus.

See: Overview events

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

wxWidgets docs: wxChildFocusEvent

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

wxChildFocusEvent() = wx:wx_object()

wxChildFocus() = 
    #wxChildFocus{type =
                      wxChildFocusEvent:wxChildFocusEventType()}

wxChildFocusEventType() = child_focus

getWindow(This) -> wxWindow:wxWindow()


Types:

This = wxChildFocusEvent()

Returns the direct child which receives the focus, or a (grand-)parent of the control receiving the focus.

To get the actually focused control use wxWindow:findFocus/0.

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.