]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_windows.py
More null virtuals in wxRadioBoxBase (see: 'Developers_Notebook-Incomplete-API' in...
[wxWidgets.git] / wxPython / src / gtk / _windows.py
index 61c9373f57d4a5c72e862274b4f177fe6956fa17..26b0fe466b4df9e71b0185b02aa5dd34e41a5b5b 100644 (file)
@@ -1909,6 +1909,14 @@ class VListBox(VScrolledWindow):
         """SetSelectionBackground(self, Colour col)"""
         return _windows_.VListBox_SetSelectionBackground(*args, **kwargs)
 
+    def OnDrawSeparator(*args, **kwargs):
+        """OnDrawSeparator(self, DC dc, Rect rect, size_t n)"""
+        return _windows_.VListBox_OnDrawSeparator(*args, **kwargs)
+
+    def OnDrawBackground(*args, **kwargs):
+        """OnDrawBackground(self, DC dc, Rect rect, size_t n)"""
+        return _windows_.VListBox_OnDrawBackground(*args, **kwargs)
+
 VListBox_swigregister = _windows_.VListBox_swigregister
 VListBox_swigregister(VListBox)
 VListBoxNameStr = cvar.VListBoxNameStr