Table Of Contents

Previous topic

Matrix2D

Next topic

MemoryDC

This Page

phoenix_title MaximizeEvent

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 SizeEvent is generated in this case.

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

events Events Emitted by this Class

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

  • EVT_MAXIMIZE: Process a wxEVT_MAXIMIZE event.

class_hierarchy Inheritance Diagram

Inheritance diagram for class MaximizeEvent

Inheritance diagram of MaximizeEvent


method_summary Methods Summary

__init__ Constructor.

api Class API



class MaximizeEvent(Event)

An event being sent when a top level window is maximized.

Possible constructors:

MaximizeEvent(id=0)

Methods



__init__(self, id=0)

Constructor.

Only used by wxWidgets internally.

Parameters:id (int) –