]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_windows.py
Some minor tweaks
[wxWidgets.git] / wxPython / src / gtk / _windows.py
index 26b0fe466b4df9e71b0185b02aa5dd34e41a5b5b..c11afc64853f458936454fa74eb059ac05afdb65 100644 (file)
@@ -1957,6 +1957,10 @@ class HtmlListBox(VListBox):
         """GetFileSystem(self) -> FileSystem"""
         return _windows_.HtmlListBox_GetFileSystem(*args, **kwargs)
 
+    def OnLinkClicked(*args, **kwargs):
+        """OnLinkClicked(self, size_t n, wxHtmlLinkInfo link)"""
+        return _windows_.HtmlListBox_OnLinkClicked(*args, **kwargs)
+
 HtmlListBox_swigregister = _windows_.HtmlListBox_swigregister
 HtmlListBox_swigregister(HtmlListBox)