Version: 2.9.4
Public Member Functions
wxIconizeEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/event.h>

Inheritance diagram for wxIconizeEvent:

Detailed Description

An event being sent when the frame is iconized (minimized) or restored.

Currently only wxMSW and wxGTK generate such events.

Availability:  only available for the wxMSW, wxGTK ports.

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxIconizeEvent& event)

Event macros:

Library:  wxCore
Category:  Events
参照:
Events and Event Handling, wxTopLevelWindow::Iconize, wxTopLevelWindow::IsIconized

Public Member Functions

 wxIconizeEvent (int id=0, bool iconized=true)
 Constructor.
bool IsIconized () const
 Returns true if the frame has been iconized, false if it has been restored.
bool Iconized () const

List of all members.


Constructor & Destructor Documentation

wxIconizeEvent::wxIconizeEvent ( int  id = 0,
bool  iconized = true 
)

Constructor.


Member Function Documentation

bool wxIconizeEvent::Iconized ( ) const
Deprecated:
This function is deprecated in favour of IsIconized().
bool wxIconizeEvent::IsIconized ( ) const

Returns true if the frame has been iconized, false if it has been restored.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines