]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tabctrl.h
corrected handling of timeouts in wxConditionInternal::WaitTimeout(): check for wxSEM...
[wxWidgets.git] / include / wx / tabctrl.h
index 202a41408f97dc30c67505cdd04ca2d7bb84f7ff..c84b8cdc032c8163f8d15c6a24784820110244d0 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/tabctrl.h
+// Purpose:     wxTabCtrl base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_TABCTRL_H_BASE_
 #define _WX_TABCTRL_H_BASE_
 
@@ -15,8 +26,6 @@ END_DECLARE_EVENT_TYPES()
 #include "wx/mac/tabctrl.h"
 #elif defined(__WXPM__)
 #include "wx/os2/tabctrl.h"
-#elif defined(__WXSTUBS__)
-#include "wx/stubs/tabctrl.h"
 #endif
 
 #endif