]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_bitmap.i
Add FlatNotebook
[wxWidgets.git] / wxPython / src / _bitmap.i
index b32898110f1d6245c6d7a6e802db2c38c78973a4..f4b5ba82b84ef1358bf3e54af306a8e69dcb6203 100644 (file)
@@ -532,6 +532,11 @@ public:
     // the distance between two rows
     int GetRowStride() const { return m_stride; }
 
+    %property(Height, GetHeight, doc="See `GetHeight`");
+    %property(Origin, GetOrigin, doc="See `GetOrigin`");
+    %property(RowStride, GetRowStride, doc="See `GetRowStride`");
+    %property(Size, GetSize, doc="See `GetSize`");
+    %property(Width, GetWidth, doc="See `GetWidth`");
 };