no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (UG)
1999-01-08 10:24:35 +00:00
parent 702ca7c070
commit 4040a396cb
5 changed files with 30 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ class wxPropertyValidatorRegistry;
#define wxPROPERTY_VERSION 2.0
// A storable sheet of values
class wxPropertySheet: public wxObject
class WXDLLEXPORT wxPropertySheet: public wxObject
{
DECLARE_DYNAMIC_CLASS(wxPropertySheet)
public:
@@ -73,7 +73,7 @@ class wxPropertySheet: public wxObject
// Base class for property sheet views. There are currently two directly derived
// classes: wxPropertyListView, and wxPropertyFormView.
class wxPropertyView: public wxEvtHandler
class WXDLLEXPORT wxPropertyView: public wxEvtHandler
{
DECLARE_DYNAMIC_CLASS(wxPropertyView)
public:
@@ -115,7 +115,7 @@ class wxPropertyView: public wxEvtHandler
};
class wxPropertyValidator: public wxEvtHandler
class WXDLLEXPORT wxPropertyValidator: public wxEvtHandler
{
DECLARE_DYNAMIC_CLASS(wxPropertyValidator)
public:
@@ -143,7 +143,7 @@ class wxPropertyValidator: public wxEvtHandler
// extern wxPropertyValidator *wxDefaultPropertyValidator;
class wxPropertyValidatorRegistry: public wxHashTable
class WXDLLEXPORT wxPropertyValidatorRegistry: public wxHashTable
{
DECLARE_DYNAMIC_CLASS(wxPropertyValidatorRegistry)
public:
@@ -172,7 +172,7 @@ typedef enum {
wxPropertyValueStringPtr
} wxPropertyValueType;
class wxPropertyValue: public wxObject
class WXDLLEXPORT wxPropertyValue: public wxObject
{
DECLARE_DYNAMIC_CLASS(wxPropertyValue)
@@ -287,7 +287,7 @@ class wxPropertyValue: public wxObject
* Property class: contains a name and a value.
*/
class wxProperty: public wxObject
class WXDLLEXPORT wxProperty: public wxObject
{
DECLARE_DYNAMIC_CLASS(wxProperty)
protected: