Fix tab navigation bug with static boxes without enabled children.
[wxWidgets.git] / include / wx / busyinfo.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/busyinfo.h
3 // Purpose: Information window (when app is busy)
4 // Author: Vaclav Slavik
5 // Copyright: (c) 1999 Vaclav Slavik
6 // RCS-ID: $Id$
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
9
10 #ifndef __BUSYINFO_H_BASE__
11 #define __BUSYINFO_H_BASE__
12
13 #include "wx/defs.h"
14
15 #if wxUSE_BUSYINFO
16
17 #include "wx/generic/busyinfo.h"
18
19 #endif // wxUSE_BUSYINFO
20
21 #endif // __BUSYINFO_H_BASE__