]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_tipdlg.i
reSWIGged
[wxWidgets.git] / wxPython / src / _tipdlg.i
index 2713eaf6e55529d99b474b8b0c255b4d9ea7d180..37ac6959b2eaaaf95bbff77f8e1330f514e9559f 100644 (file)
@@ -43,6 +43,9 @@ public:
     // modify the tip as soon as it is read. If return wxEmptyString, then 
     // the tip is skipped, and the next one is read.
     virtual wxString PreprocessTip(const wxString& tip);
+
+    %property(CurrentTip, GetCurrentTip, doc="See `GetCurrentTip`");
+    %property(Tip, GetTip, doc="See `GetTip`");
 };