eric7/WebBrowser/WebBrowserPage.py

branch
eric7
changeset 8561
641304b46f08
parent 8556
766e1566cb74
child 8637
394377638256
--- a/eric7/WebBrowser/WebBrowserPage.py	Sun Aug 29 20:21:41 2021 +0200
+++ b/eric7/WebBrowser/WebBrowserPage.py	Mon Aug 30 20:02:39 2021 +0200
@@ -111,6 +111,16 @@
         self.__setupChannelTimer.setInterval(100)
         self.__setupChannelTimer.timeout.connect(self.__setupChannelTimeout)
     
+    def view(self):
+        """
+        Public method to get a reference to the WebBrowserView associated with
+        the page.
+        
+        @return reference to the WebBrowserView associated with the page
+        r@type WebBrowserView
+        """
+        return self.__view
+    
     @pyqtSlot()
     def __setupChannelTimeout(self):
         """

eric ide

mercurial