Exported a few more things for DLL builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -298,6 +298,8 @@ public:
|
|||||||
wxGridCellEditor();
|
wxGridCellEditor();
|
||||||
|
|
||||||
bool IsCreated() { return m_control != NULL; }
|
bool IsCreated() { return m_control != NULL; }
|
||||||
|
wxControl* GetControl() { return m_control; }
|
||||||
|
void SetControl(wxControl* control) { m_control = control; }
|
||||||
|
|
||||||
// Creates the actual edit control
|
// Creates the actual edit control
|
||||||
virtual void Create(wxWindow* parent,
|
virtual void Create(wxWindow* parent,
|
||||||
@@ -933,8 +935,8 @@ private:
|
|||||||
|
|
||||||
// For comparisons...
|
// For comparisons...
|
||||||
//
|
//
|
||||||
extern wxGridCellCoords wxGridNoCellCoords;
|
extern WXDLLEXPORT wxGridCellCoords wxGridNoCellCoords;
|
||||||
extern wxRect wxGridNoCellRect;
|
extern WXDLLEXPORT wxRect wxGridNoCellRect;
|
||||||
|
|
||||||
// An array of cell coords...
|
// An array of cell coords...
|
||||||
//
|
//
|
||||||
|
@@ -71,7 +71,7 @@
|
|||||||
// array classes
|
// array classes
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
WX_DEFINE_ARRAY(wxGridCellAttr *, wxArrayAttrs);
|
WX_DEFINE_EXPORTED_ARRAY(wxGridCellAttr *, wxArrayAttrs);
|
||||||
|
|
||||||
struct wxGridCellWithAttr
|
struct wxGridCellWithAttr
|
||||||
{
|
{
|
||||||
@@ -89,7 +89,7 @@ struct wxGridCellWithAttr
|
|||||||
wxGridCellAttr *attr;
|
wxGridCellAttr *attr;
|
||||||
};
|
};
|
||||||
|
|
||||||
WX_DECLARE_OBJARRAY(wxGridCellWithAttr, wxGridCellWithAttrArray);
|
WX_DECLARE_EXPORTED_OBJARRAY(wxGridCellWithAttr, wxGridCellWithAttrArray);
|
||||||
|
|
||||||
#include "wx/arrimpl.cpp"
|
#include "wx/arrimpl.cpp"
|
||||||
|
|
||||||
@@ -293,7 +293,7 @@ struct wxGridDataTypeInfo
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
WX_DEFINE_ARRAY(wxGridDataTypeInfo*, wxGridDataTypeInfoArray);
|
WX_DEFINE_EXPORTED_ARRAY(wxGridDataTypeInfo*, wxGridDataTypeInfoArray);
|
||||||
|
|
||||||
|
|
||||||
class WXDLLEXPORT wxGridTypeRegistry
|
class WXDLLEXPORT wxGridTypeRegistry
|
||||||
|
Reference in New Issue
Block a user