projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix the rectangle size when offsetting
[wxWidgets.git]
/
src
/
palmos
/
tabctrl.cpp
diff --git
a/src/palmos/tabctrl.cpp
b/src/palmos/tabctrl.cpp
index 68d877c8a30323755a71389c3d59207ef01c0fed..17f24e94204eb231658c1abaf57df6b7231b856b 100644
(file)
--- a/
src/palmos/tabctrl.cpp
+++ b/
src/palmos/tabctrl.cpp
@@
-13,17
+13,19
@@
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+
#pragma hdrstop
#endif
#endif
+#if wxUSE_TAB_DIALOG
+
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
-#include "wx/wx.h"
+ #include "wx/wx.h"
+ #include "wx/app.h"
#endif
#if defined(__WIN95__)
#include "wx/tabctrl.h"
#endif
#if defined(__WIN95__)
#include "wx/tabctrl.h"
-#include "wx/app.h"
#include "wx/palmos/imaglist.h"
IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)
#include "wx/palmos/imaglist.h"
IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)
@@
-177,3
+179,4
@@
void wxTabCtrl::SetPadding(const wxSize& padding)
#endif
// __WIN95__
#endif
// __WIN95__
+#endif // wxUSE_TAB_DIALOG