Get the right dialogs into OS/2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster 2002-01-28 03:24:34 +00:00
parent 359755491d
commit b82186f0e7
3 changed files with 5 additions and 2 deletions

View File

@ -116,7 +116,6 @@ public:
,WXHMENU hMenu
);
void SendSizeEvent(void);
// tooltip management
#if wxUSE_TOOLTIPS
WXHWND GetToolTipCtrl(void) const { return m_hWndToolTip; }

View File

@ -315,6 +315,9 @@
// text entry dialog and wxGetTextFromUser function
#define wxUSE_TEXTDLG 1
// use the number dialog
#define wxUSE_NUMBERDLG 1
// wxToolBar class
#define wxUSE_TOOLBAR 1
#define wxUSE_TOOLBAR_NATIVE 1

View File

@ -16,7 +16,7 @@
#pragma interface "toplevel.h"
#endif
enum ETemplateID { kResizeableDialog = 1000
enum ETemplateID { kResizeableDialog = 127
,kCaptionDialog
,kNoCaptionDialog
};
@ -65,6 +65,7 @@ public:
virtual bool IsMaximized(void) const;
virtual void Maximize(bool bMaximize = TRUE);
virtual void Restore(void);
virtual void SendSizeEvent(void);
virtual void SetIcon(const wxIcon& rIcon);
virtual bool Show(bool bShow = TRUE);
virtual bool ShowFullScreen( bool bShow