// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "stattext.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#endif
#include "wx/defs.h"
+
+#if wxUSE_STATTEXT
+
#include "wx/stattext.h"
#ifdef __VMS__
XtVaSetValues(widget,
XmNwidth, width,
XmNheight, height,
- NULL);
+ NULL);
XtManageChild(widget);
}
else
NULL);
}
}
+
+#endif // wxUSE_STATTEXT