/////////////////////////////////////////////////////////////////////////////
-// Name: tabctrl.cpp
+// Name: src/os2/tabctrl.cpp
// Purpose: wxTabCtrl
// Author: David Webster
// Modified by:
#if wxUSE_TAB_DIALOG
#ifndef WX_PRECOMP
-#include "wx/wx.h"
+ #include "wx/wx.h"
+ #include "wx/app.h"
#endif
#include "malloc.h"
//#include "wx/msw/dib.h"
#include "wx/os2/tabctrl.h"
-#include "wx/app.h"
#include "wx/os2/private.h"
-#include "wx/generic/imaglist.h"
+#include "wx/imaglist.h"
IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)
SubclassWin((WXHWND) hWndTabCtrl);
- return FALSE;
+ return false;
}
wxTabCtrl::~wxTabCtrl()