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
) const;
//
- // Get the OS/2 window flags corresponding to wxWindows ones
- //
- // The functions returns the flags (WS_XXX) directly and puts the ext
- // (WS_EX_XXX) flags into the provided pointer if not NULL
+ // Translate wxWindows flags into OS flags
//
- long OS2GetCreateWindowFlags(long* lExflags) const;
-
+ virtual WXDWORD OS2GetStyle( long lFlag
+ ,WXDWORD* pdwExstyle
+ ) const;
//
// Is the frame currently iconized?
//