#ifndef __CONTROLBAR_G__
#define __CONTROLBAR_G__
-#if defined(__GNUG__) && !defined(__APPLE__)
- #pragma interface "controlbar.h"
-#endif
-
#include "wx/defs.h"
#include "wx/string.h"
+#include "wx/pen.h"
#include "wx/window.h"
#include "wx/dynarray.h"
#include "wx/fl/fldefs.h"
{
DECLARE_DYNAMIC_CLASS( cbBarInfo )
public:
- // textual name, by which this bar is refered in layout-customization dialogs
+ // textual name, by which this bar is referred in layout-customization dialogs
wxString mName;
// stores bar's bounds in pane's coordinates
a frame layout.
*/
-class cbCommonPaneProperties : public wxObject
+class WXDLLIMPEXP_FL cbCommonPaneProperties : public wxObject
{
DECLARE_DYNAMIC_CLASS( cbCommonPaneProperties )