int wxNewEventType();
-class wxEvent {
+class wxEvent : public wxObject {
public:
wxEvent(int id = 0);
~wxEvent();
class wxIconizeEvent: public wxEvent {
public:
- wxIconizeEvent(int id = 0);
+ wxIconizeEvent(int id = 0, bool iconized = TRUE);
+ bool Iconized();
};
//---------------------------------------------------------------------------