Mutiple updates from SciTech for wxWindows including the following:
1. Updates to HTML applet classes in client side include syntax 2. Updates to wxUniversal for OS/2 3. Updates for better palette management on Windows 4. Misc other fixes and changes to fix build system for Watcom 11.0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -53,7 +53,9 @@ public:
|
||||
virtual void Iconize(bool bIconize = TRUE);
|
||||
virtual bool IsIconized(void) const;
|
||||
virtual void Restore(void);
|
||||
#if wxUSE_MENUS_NATIVE
|
||||
virtual void SetMenuBar(wxMenuBar* pMenubar);
|
||||
#endif
|
||||
virtual void SetIcon(const wxIcon& rIcon);
|
||||
virtual bool ShowFullScreen( bool bShow
|
||||
,long lStyle = wxFULLSCREEN_ALL
|
||||
@@ -175,10 +177,9 @@ protected:
|
||||
,int nWeight
|
||||
);
|
||||
|
||||
#if wxUSE_MENUS_NATIVE
|
||||
// helper
|
||||
void DetachMenuBar(void);
|
||||
|
||||
#if wxUSE_MENUS_NATIVE
|
||||
// perform MSW-specific action when menubar is changed
|
||||
virtual void AttachMenuBar(wxMenuBar* pMenubar);
|
||||
// a plug in for MDI frame classes which need to do something special when
|
||||
|
Reference in New Issue
Block a user