created wxAdvanced library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-02 01:04:55 +00:00
parent 1b7031bc01
commit 12f190b09c
17 changed files with 126 additions and 113 deletions

View File

@@ -33,7 +33,7 @@ WX_DECLARE_EXPORTED_OBJARRAY(GenericKey,keyarray);
static const int wxUSE_QUERY = -1;
class WXDLLEXPORT wxDbGridColInfoBase
class WXDLLIMPEXP_ADV wxDbGridColInfoBase
{
public:
//Default ctor
@@ -60,7 +60,7 @@ public:
};
class WXDLLEXPORT wxDbGridColInfo
class WXDLLIMPEXP_ADV wxDbGridColInfo
{
public:
wxDbGridColInfo(int colNo,
@@ -98,7 +98,7 @@ public:
};
class WXDLLEXPORT wxDbGridCellAttrProvider : public wxGridCellAttrProvider
class WXDLLIMPEXP_ADV wxDbGridCellAttrProvider : public wxGridCellAttrProvider
{
public:
wxDbGridCellAttrProvider();
@@ -114,7 +114,7 @@ private:
};
class WXDLLEXPORT wxDbGridTableBase : public wxGridTableBase
class WXDLLIMPEXP_ADV wxDbGridTableBase : public wxGridTableBase
{
public:
wxDbGridTableBase(wxDbTable *tab, wxDbGridColInfo *ColInfo,