projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git]
/
include
/
wx
/
os2
/
frame.h
diff --git
a/include/wx/os2/frame.h
b/include/wx/os2/frame.h
index 65c628dd8f82a6be2f52bcf890d62d9f31c74ec4..e337086b95f517718177f73dfefdf50ad3fe7ac1 100644
(file)
--- a/
include/wx/os2/frame.h
+++ b/
include/wx/os2/frame.h
@@
-1,10
+1,9
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: frame.h
+// Name:
wx/os2/
frame.h
// Purpose: wxFrame class
// Author: David Webster
// Modified by:
// Created: 10/27/99
// Purpose: wxFrame class
// Author: David Webster
// Modified by:
// Created: 10/27/99
-// RCS-ID: $Id$
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@@
-17,7
+16,7
@@
//
#include "wx/os2/wxrsc.h"
//
#include "wx/os2/wxrsc.h"
-class WXDLL
EXPORT
wxFrame : public wxFrameBase
+class WXDLL
IMPEXP_CORE
wxFrame : public wxFrameBase
{
public:
// construction
{
public:
// construction
@@
-66,7
+65,7
@@
public:
// Toolbar
#if wxUSE_TOOLBAR
// Toolbar
#if wxUSE_TOOLBAR
- virtual wxToolBar* CreateToolBar( long lStyle =
wxNO_BORDER | wxTB_HORIZONTAL | wxTB_FLAT
+ virtual wxToolBar* CreateToolBar( long lStyle =
-1
,wxWindowID vId = -1
,const wxString& rsName = wxToolBarNameStr
);
,wxWindowID vId = -1
,const wxString& rsName = wxToolBarNameStr
);
@@
-81,7
+80,7
@@
public:
// Status bar
#if wxUSE_STATUSBAR
virtual wxStatusBar* OnCreateStatusBar( int nNumber = 1
// Status bar
#if wxUSE_STATUSBAR
virtual wxStatusBar* OnCreateStatusBar( int nNumber = 1
- ,long lStyle = wxST
_SIZEGRIP
+ ,long lStyle = wxST
B_DEFAULT_STYLE
,wxWindowID vId = 0
,const wxString& rsName = wxStatusLineNameStr
);
,wxWindowID vId = 0
,const wxString& rsName = wxStatusLineNameStr
);
@@
-93,9
+92,9
@@
public:
// TODO: should this go into a wxFrameworkSettings class perhaps?
static void UseNativeStatusBar(bool bUseNative)
// TODO: should this go into a wxFrameworkSettings class perhaps?
static void UseNativeStatusBar(bool bUseNative)
- { m_bUseNativeStatusBar = bUseNative; }
;
+ { m_bUseNativeStatusBar = bUseNative; }
static bool UsesNativeStatusBar()
static bool UsesNativeStatusBar()
- { return m_bUseNativeStatusBar; }
;
+ { return m_bUseNativeStatusBar; }
#endif // wxUSE_STATUSBAR
WXHMENU GetWinMenu() const { return m_hMenu; }
#endif // wxUSE_STATUSBAR
WXHMENU GetWinMenu() const { return m_hMenu; }
@@
-125,8
+124,6
@@
public:
void SetToolTipCtrl(WXHWND hHwndTT) { m_hWndToolTip = hHwndTT; }
#endif // tooltips
void SetToolTipCtrl(WXHWND hHwndTT) { m_hWndToolTip = hHwndTT; }
#endif // tooltips
- virtual void SendSizeEvent(void);
-
void SetClient(WXHWND c_Hwnd);
void SetClient(wxWindow* c_Window);
wxWindow *GetClient();
void SetClient(WXHWND c_Hwnd);
void SetClient(wxWindow* c_Window);
wxWindow *GetClient();
@@
-217,6
+214,8
@@
private:
DECLARE_DYNAMIC_CLASS(wxFrame)
};
DECLARE_DYNAMIC_CLASS(wxFrame)
};
+MRESULT EXPENTRY wxFrameWndProc(HWND hWnd,ULONG ulMsg, MPARAM wParam, MPARAM lParam);
+MRESULT EXPENTRY wxFrameMainWndProc(HWND hWnd,ULONG ulMsg, MPARAM wParam, MPARAM lParam);
#endif
// _WX_FRAME_H_
#endif
// _WX_FRAME_H_