X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a72f4631fe5ab7ebeefdacf8ec9c826ea962133f..5172800e29f9c4b3f4dfa9737f80114a61e55f1f:/wxPython/src/_tipdlg.i diff --git a/wxPython/src/_tipdlg.i b/wxPython/src/_tipdlg.i index 2713eaf6e5..37ac6959b2 100644 --- a/wxPython/src/_tipdlg.i +++ b/wxPython/src/_tipdlg.i @@ -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`"); };