X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d7e482e06d6179b827a955587bec1b694823b37..6f67d53729164f54dd65540d4622eee47d47c6fe:/wxPython/src/webkit.i?ds=sidebyside diff --git a/wxPython/src/webkit.i b/wxPython/src/webkit.i index 8a2187fce5..4e0f84f9ef 100644 --- a/wxPython/src/webkit.i +++ b/wxPython/src/webkit.i @@ -158,6 +158,10 @@ public: void SetPageSource(wxString& source, const wxString& baseUrl = wxPyEmptyString); wxString GetPageURL(); wxString GetPageTitle(); + + %property(PageSource, GetPageSource, SetPageSource, doc="See `GetPageSource` and `SetPageSource`"); + %property(PageTitle, GetPageTitle, doc="See `GetPageTitle`"); + %property(PageURL, GetPageURL, doc="See `GetPageURL`"); }; @@ -186,6 +190,9 @@ public: void SetState(const int state); wxString GetURL(); void SetURL(const wxString& url); + + %property(State, GetState, SetState, doc="See `GetState` and `SetState`"); + %property(URL, GetURL, SetURL, doc="See `GetURL` and `SetURL`"); };