Added wxExtDialog and sample.
Tried to make defs.h slightly more readable, also found some wrong flags then. Updated testconf. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
#define __GTKSTATICLINEH__
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#if !wxUSE_STATLINE
|
||||
#error "This file should only be included if wxUSE_STATLINE == 1"
|
||||
#endif
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_STATLINE
|
||||
|
||||
#include "wx/object.h"
|
||||
#include "wx/list.h"
|
||||
@@ -47,4 +47,8 @@ public:
|
||||
long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr );
|
||||
};
|
||||
|
||||
#endif // __GTKSTATICLINEH__
|
||||
#endif
|
||||
// wxUSE_STATLINE
|
||||
|
||||
#endif
|
||||
// __GTKSTATICLINEH__
|
||||
|
Reference in New Issue
Block a user