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

wxShowEvent - Functions for wxShowEvent class

An event being sent when the window is shown or hidden. The event is triggered by calls to wxWindow:show/2, and any user action showing a previously hidden window or vice versa (if allowed by the current platform and/or window manager). Notice that the event is not triggered when the application is iconized (minimized) or restored under wxMSW.

See: Overview events, wxWindow:show/2, wxWindow:isShown/1

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

wxWidgets docs: wxShowEvent

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

wxShowEvent() = wx:wx_object()

wxShow() = 
    #wxShow{type = wxShowEvent:wxShowEventType(),
            show = boolean()}

wxShowEventType() = show

setShow(This, Show) -> ok


Types:

This = wxShowEvent()
Show = boolean()

Set whether the windows was shown or hidden.

isShown(This) -> boolean()


Types:

This = wxShowEvent()

Return true if the window has been shown, false if it has been hidden.

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.