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:
parent
359755491d
commit
b82186f0e7
@ -116,7 +116,6 @@ public:
|
||||
,WXHMENU hMenu
|
||||
);
|
||||
|
||||
void SendSizeEvent(void);
|
||||
// tooltip management
|
||||
#if wxUSE_TOOLTIPS
|
||||
WXHWND GetToolTipCtrl(void) const { return m_hWndToolTip; }
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user