virtual void SetIcons(const wxIconBundle& icons );
virtual void Restore();
+ virtual bool SetShape(const wxRegion& region);
+
virtual bool Show(bool show = TRUE);
virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
// the last focused child: we restore focus to it on activation
wxWindow *m_winLastFocused;
- // the hidden parent window for the frames which shouldn't appear in the
- // taskbar
- static wxWindow *ms_hiddenParent;
-
DECLARE_EVENT_TABLE()
+ DECLARE_NO_COPY_CLASS(wxTopLevelWindowMSW)
};
// list of all frames and modeless dialogs