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

wxMaximizeEvent - Functions for wxMaximizeEvent class

An event being sent when a top level window is maximized. Notice that it is not sent when the window is restored to its original size after it had been maximized, only a normal wxSizeEvent is generated in this case.

Currently this event is only generated in wxMSW, wxGTK and wxOSX/Cocoa ports so portable programs should only rely on receiving wxEVT_SIZE and not necessarily this event when the window is maximized.

See: Overview events, wxTopLevelWindow:maximize/2, wxTopLevelWindow:isMaximized/1

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

wxWidgets docs: wxMaximizeEvent

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

wxMaximizeEvent() = wx:wx_object()

wxMaximize() = 
    #wxMaximize{type = wxMaximizeEvent:wxMaximizeEventType()}

wxMaximizeEventType() = maximize

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.