]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_misc.i
adapt to wxGLCanvas changes
[wxWidgets.git] / wxPython / src / _misc.i
index 70f209d1f0f91abff17931f78907c932c6de04af..681174477f448dbecf7241d181eededd2d83a6ed 100644 (file)
@@ -87,6 +87,11 @@ public:
 
     static int GetBlinkTime();
     static void SetBlinkTime(int milliseconds);
+
+    %property(Position, GetPosition, doc="See `GetPosition`");
+    %property(Size, GetSize, SetSize, doc="See `GetSize` and `SetSize`");
+    %property(Window, GetWindow, doc="See `GetWindow`");
+    
 };
 
 
@@ -177,6 +182,10 @@ public:
     int GetCount() const;
     %pythoncode { GetNoHistoryFiles = GetCount }
 
+    %property(Count, GetCount, doc="See `GetCount`");
+    %property(HistoryFile, GetHistoryFile, doc="See `GetHistoryFile`");
+    %property(MaxFiles, GetMaxFiles, doc="See `GetMaxFiles`");
+    %property(NoHistoryFiles, GetNoHistoryFiles, doc="See `GetNoHistoryFiles`");
 };