wx._controls.CheckListBox
Proxy of C++ CheckListBox class
Check(args, kwargs)
Check(self, int index, int check=True)
Create(args, kwargs)
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
Size size=DefaultSize, wxArrayString choices=wxPyEmptyStringArray,
long style=0, Validator validator=DefaultValidator,
String name=ListBoxNameStr) -> bool
GetItemHeight(args, kwargs)
GetItemHeight(self) -> int
HitTest(args, kwargs)
HitTest(self, Point pt) -> int
Test where the given (in client coords) point lies
HitTestXY(args, kwargs)
HitTestXY(self, int x, int y) -> int
Test where the given (in client coords) point lies
IsChecked(args, kwargs)
IsChecked(self, int index) -> bool
[constructor]
Usage: classname(arguments)
[member '__doc__']
Documentation for this class
[member '__module__']
The module that this class belongs to
[operator 'repr']
Usage: repr(a)