reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -794,6 +794,18 @@ class ListBox(core.ControlWithItems):
|
||||
"""IsSorted() -> bool"""
|
||||
return _controls.ListBox_IsSorted(*args, **kwargs)
|
||||
|
||||
def SetItemForegroundColour(*args, **kwargs):
|
||||
"""SetItemForegroundColour(int item, Colour c)"""
|
||||
return _controls.ListBox_SetItemForegroundColour(*args, **kwargs)
|
||||
|
||||
def SetItemBackgroundColour(*args, **kwargs):
|
||||
"""SetItemBackgroundColour(int item, Colour c)"""
|
||||
return _controls.ListBox_SetItemBackgroundColour(*args, **kwargs)
|
||||
|
||||
def SetItemFont(*args, **kwargs):
|
||||
"""SetItemFont(int item, Font f)"""
|
||||
return _controls.ListBox_SetItemFont(*args, **kwargs)
|
||||
|
||||
|
||||
class ListBoxPtr(ListBox):
|
||||
def __init__(self, this):
|
||||
|
Reference in New Issue
Block a user