]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_windows.py
use wxGTK_CONV instead of directly using wxConvLocal (simplifies code avoiding needle...
[wxWidgets.git] / wxPython / src / mac / _windows.py
index 8c51c3880faeca25726ce7f893ecd0f4f256e112..f6b9d46229b2c468cdda44a4cf4c23febbf60096 100644 (file)
@@ -1889,6 +1889,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