#include <wx/wx.h>
#include <wx/notebook.h>
+#include <wx/ogl/ogl.h> // base header of OGL, includes and adjusts wx/deprecated/setup.h
+
+#if wxUSE_WX_RESOURCES
+
/*
* Label editing dialog (about to become obsolete)
*/
// Set some suitable defaults in the attribute dialogs (in the first instance,
// just set all wxChoices to the first element)
void SetDefaults();
-
+
// Accessors
csGeneralShapePropertiesDialog* GetGeneralPropertiesDialog() const { return m_generalPropertiesDialog; }
DECLARE_EVENT_TABLE()
};
+#endif // wxUSE_WX_RESOURCES
+
#define ID_SHAPE_PROPERTY_NOTEBOOK 1000
//// Specific attribute-editing panel classes below here
DECLARE_EVENT_TABLE()
};
-
#endif
// _STUDIO_DIALOGS_H_