]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sashwin.i
Applied second part of patch #1570448, use the device origin for where
[wxWidgets.git] / wxPython / src / _sashwin.i
index 7c8f4418cc67ca5a20a9458118d044e2bd062960..a38c88ea688894edeb8521ff3e58c482941ec61a 100644 (file)
@@ -112,6 +112,13 @@ public:
 
     // Resizes subwindows
     void SizeWindows();
+    
+    %property(DefaultBorderSize, GetDefaultBorderSize, SetDefaultBorderSize, doc="See `GetDefaultBorderSize` and `SetDefaultBorderSize`");
+    %property(ExtraBorderSize, GetExtraBorderSize, SetExtraBorderSize, doc="See `GetExtraBorderSize` and `SetExtraBorderSize`");
+    %property(MaximumSizeX, GetMaximumSizeX, SetMaximumSizeX, doc="See `GetMaximumSizeX` and `SetMaximumSizeX`");
+    %property(MaximumSizeY, GetMaximumSizeY, SetMaximumSizeY, doc="See `GetMaximumSizeY` and `SetMaximumSizeY`");
+    %property(MinimumSizeX, GetMinimumSizeX, SetMinimumSizeX, doc="See `GetMinimumSizeX` and `SetMinimumSizeX`");
+    %property(MinimumSizeY, GetMinimumSizeY, SetMinimumSizeY, doc="See `GetMinimumSizeY` and `SetMinimumSizeY`");
 };
 
 
@@ -138,6 +145,10 @@ public:
     //// dragging the top below the bottom)
     void SetDragStatus(wxSashDragStatus status);
     wxSashDragStatus GetDragStatus() const;
+
+    %property(DragRect, GetDragRect, SetDragRect, doc="See `GetDragRect` and `SetDragRect`");
+    %property(DragStatus, GetDragStatus, SetDragStatus, doc="See `GetDragStatus` and `SetDragStatus`");
+    %property(Edge, GetEdge, SetEdge, doc="See `GetEdge` and `SetEdge`");
 };
 
 
@@ -207,6 +218,12 @@ public:
 
     void SetAlignment(wxLayoutAlignment align);
     wxLayoutAlignment GetAlignment() const;
+
+    %property(Alignment, GetAlignment, SetAlignment, doc="See `GetAlignment` and `SetAlignment`");
+    %property(Flags, GetFlags, SetFlags, doc="See `GetFlags` and `SetFlags`");
+    %property(Orientation, GetOrientation, SetOrientation, doc="See `GetOrientation` and `SetOrientation`");
+    %property(RequestedLength, GetRequestedLength, SetRequestedLength, doc="See `GetRequestedLength` and `SetRequestedLength`");
+    %property(Size, GetSize, SetSize, doc="See `GetSize` and `SetSize`");
 };
 
 
@@ -226,7 +243,6 @@ public:
 
     %property(Flags, GetFlags, SetFlags, doc="See `GetFlags` and `SetFlags`");
     %property(Rect, GetRect, SetRect, doc="See `GetRect` and `SetRect`");
-
 };
 
 
@@ -266,6 +282,9 @@ public:
     void SetAlignment(wxLayoutAlignment alignment);
     void SetDefaultSize(const wxSize& size);
     void SetOrientation(wxLayoutOrientation orientation);
+    
+    %property(Alignment, GetAlignment, SetAlignment, doc="See `GetAlignment` and `SetAlignment`");
+    %property(Orientation, GetOrientation, SetOrientation, doc="See `GetOrientation` and `SetOrientation`");
 };