]> git.saurik.com Git - wxWidgets.git/commitdiff
no message
authorUnknown (UG) <nobody@localhost>
Fri, 8 Jan 1999 16:31:09 +0000 (16:31 +0000)
committerUnknown (UG) <nobody@localhost>
Fri, 8 Jan 1999 16:31:09 +0000 (16:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/laywin.h
include/wx/msw/taskbar.h

index b6e89527cdf2a38023843c4bfeb52113970effc7..49afa3d91b2567bcd4bc03b7d87c4539a965c52b 100644 (file)
@@ -53,7 +53,7 @@ enum wxLayoutAlignment {
  * orientation and size.
  */
 
-class wxQueryLayoutInfoEvent: public wxEvent
+class WXDLLEXPORT wxQueryLayoutInfoEvent: public wxEvent
 {
 DECLARE_DYNAMIC_CLASS(wxQueryLayoutInfoEvent)
 public:
@@ -100,7 +100,7 @@ typedef void (wxEvtHandler::*wxQueryLayoutInfoEventFunction)(wxQueryLayoutInfoEv
  * This event is used to take a bite out of the available client area.
  */
 
-class wxCalculateLayoutEvent: public wxEvent
+class WXDLLEXPORT wxCalculateLayoutEvent: public wxEvent
 {
 DECLARE_DYNAMIC_CLASS(wxCalculateLayoutEvent)
 public:
@@ -129,7 +129,7 @@ typedef void (wxEvtHandler::*wxCalculateLayoutEventFunction)(wxCalculateLayoutEv
 // This is window that can remember alignment/orientation, does its own layout,
 // and can provide sashes too. Useful for implementing docked windows with sashes in
 // an IDE-style interface.
-class wxSashLayoutWindow: public wxSashWindow
+class WXDLLEXPORT wxSashLayoutWindow: public wxSashWindow
 {
     DECLARE_CLASS(wxSashLayoutWindow)
 public:
@@ -165,7 +165,7 @@ class WXDLLEXPORT wxMDIParentFrame;
 class WXDLLEXPORT wxFrame;
 
 // This class implements the layout algorithm
-class wxLayoutAlgorithm: public wxObject
+class WXDLLEXPORT wxLayoutAlgorithm: public wxObject
 {
 public:
     wxLayoutAlgorithm() {}
index 5ac93b80b3f87ba39021b6d444c46cd625765214..966f030ee8cef45fe5f0b7eb02b60d8b99f627d1 100644 (file)
@@ -21,7 +21,7 @@
 #include <wx/list.h>
 #include <wx/icon.h>
 
-class wxTaskBarIcon: public wxEvtHandler {
+class WXDLLEXPORT wxTaskBarIcon: public wxEvtHandler {
     DECLARE_DYNAMIC_CLASS(wxTaskBarIcon)
 public:
     wxTaskBarIcon(void);