virtual void Restore(void);
virtual void SendSizeEvent(void);
virtual void SetIcon(const wxIcon& rIcon);
+ virtual void SetIcons(const wxIconBundle& rIcons);
+
virtual bool Show(bool bShow = TRUE);
virtual bool ShowFullScreen( bool bShow
,long lStyle = wxFULLSCREEN_ALL
virtual WXDWORD OS2GetStyle( long lFlag
,WXDWORD* pdwExstyle
) const;
+
+ //
+ // Choose the right parent to use with CreateWindow()
+ //
+ virtual WXHWND OS2GetParent(void) const;
+
//
// Is the frame currently iconized?
//
SWP m_vSwp;
SWP m_vSwpClient;
static bool m_sbInitialized;
+ static wxWindow* m_spHiddenParent;
}; // end of CLASS wxTopLevelWindowOS2
//