]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toplvl.i
more properties
[wxWidgets.git] / wxPython / src / _toplvl.i
index e3d24ec1923a398751ccce30470ab523f493840d..bc5bd903df01bfa7d3d8c876649bef940a10de19 100644 (file)
@@ -471,6 +471,8 @@ public:
 
     void SetBitmap(const wxBitmap& bitmap);
     wxBitmap& GetBitmap();
+
+    %property(Bitmap, GetBitmap, SetBitmap, doc="See `GetBitmap` and `SetBitmap`");
 };
 
 
@@ -492,6 +494,10 @@ public:
     long GetSplashStyle() const;
     wxSplashScreenWindow* GetSplashWindow() const;
     int GetTimeout() const;
+
+    %property(SplashStyle, GetSplashStyle, doc="See `GetSplashStyle`");
+    %property(SplashWindow, GetSplashWindow, doc="See `GetSplashWindow`");
+    %property(Timeout, GetTimeout, doc="See `GetTimeout`");
 };