reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -1917,6 +1917,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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user