]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_datetime.i
add some properties
[wxWidgets.git] / wxPython / src / _datetime.i
index 78b03d2e45984ea0d73a8593f725b3a4f74b7802..41786ff186fd7af78d9496516484836df40c392c 100644 (file)
@@ -1063,6 +1063,13 @@ public:
      def __str__(self):
          return self.Format().encode(wx.GetDefaultPyEncoding())
      }
+
+    %property(Days, GetDays, doc="See `GetDays`");
+    %property(Hours, GetHours, doc="See `GetHours`");
+    %property(Milliseconds, GetMilliseconds, doc="See `GetMilliseconds`");
+    %property(Minutes, GetMinutes, doc="See `GetMinutes`");
+    %property(Seconds, GetSeconds, doc="See `GetSeconds`");
+    %property(Weeks, GetWeeks, doc="See `GetWeeks`");
 };