]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/foldbar/foldpanelitem.h
Doesn't conform to license conditions, so removing
[wxWidgets.git] / contrib / include / wx / foldbar / foldpanelitem.h
index edc5432bd0982029af3580c7fec5bc3780ff3c57..4891e319e50a4000295db6ce963474aac361ba4f 100644 (file)
@@ -51,10 +51,10 @@ public:
                      int leftSpacing = wxFPB_DEFAULT_LEFTSPACING, int rightSpacing = wxFPB_DEFAULT_RIGHTSPACING) 
         : _wnd(wnd)
         , _type(WINDOW)
-        , _ySpacing(ySpacing)
+        , _flags(flags)
         , _leftSpacing(leftSpacing)
         , _rightSpacing(rightSpacing)
-        , _flags(flags)
+        , _ySpacing(ySpacing)
         , _lineWidth(0)
         , _lineY(0)
     {
@@ -66,13 +66,13 @@ public:
                      int rightSpacing = wxFPB_DEFAULT_RIGHTLINESPACING) 
         : _wnd(0)
         , _type(SEPARATOR)
-        , _ySpacing(ySpacing)
+        , _flags(wxFPB_ALIGN_WIDTH)
         , _leftSpacing(leftSpacing)
         , _rightSpacing(rightSpacing)
-        , _flags(wxFPB_ALIGN_WIDTH)
-        , _sepLineColour(lineColor)
+        , _ySpacing(ySpacing)
         , _lineWidth(0)
         , _lineY(y)
+        , _sepLineColour(lineColor)
     {
     };
 
@@ -157,7 +157,7 @@ WX_DECLARE_OBJARRAY(wxFoldWindowItem, wxFoldWindowItemArray);
     for receiving of events, and a the rest of the area can be populated by a wxPanel derived class. 
 */
 
-class wxFoldPanelItem: public wxPanel
+class WXDLLIMPEXP_FOLDBAR wxFoldPanelItem: public wxPanel
 {
 private:
     wxCaptionBar *_captionBar;