]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/webkit.i
Updates from Paul
[wxWidgets.git] / wxPython / src / webkit.i
index 8a2187fce5197bacaa86bfb66b2649bf3199a539..4e0f84f9ef9b43ca8425cb6d4b6192aa84db1e87 100644 (file)
@@ -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`");
 };