]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/webkit.py
log wxChoice events in the same format as wxComboBox ones to make it simpler to compa...
[wxWidgets.git] / wxPython / src / gtk / webkit.py
index 5beb522fec4cbbdf2a2ec2701e9fa62b46c6c6c9..daf3349c2b1b0d657d6117f9bdb5b9963c45a5fe 100644 (file)
@@ -1,4 +1,4 @@
-# This file was created automatically by SWIG.
+# This file was created automatically by SWIG 1.3.27.
 # Don't modify this file, modify the SWIG interface instead.
 
 """
@@ -117,6 +117,14 @@ class WebKitCtrl(_core.Control):
         """SetPageSource(self, String source, String baseUrl=EmptyString)"""
         return _webkit.WebKitCtrl_SetPageSource(*args, **kwargs)
 
+    def GetPageURL(*args, **kwargs):
+        """GetPageURL(self) -> String"""
+        return _webkit.WebKitCtrl_GetPageURL(*args, **kwargs)
+
+    def GetPageTitle(*args, **kwargs):
+        """GetPageTitle(self) -> String"""
+        return _webkit.WebKitCtrl_GetPageTitle(*args, **kwargs)
+
 
 class WebKitCtrlPtr(WebKitCtrl):
     def __init__(self, this):
@@ -177,3 +185,4 @@ _webkit.WebKitStateChangedEvent_swigregister(WebKitStateChangedEventPtr)
 EVT_WEBKIT_STATE_CHANGED = wx.PyEventBinder(wxEVT_WEBKIT_STATE_CHANGED)
 
 
+