Home | Trees | Index | Help |
|
---|
Package wx :: Class CheckListBox |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Control
--+ |object
--+ | | |ItemContainer
--+ |ControlWithItems
--+ |ListBox
--+ | CheckListBox
Method Summary | |
---|---|
CheckListBox | __init__(self,
parent,
id,
pos,
size,
choices,
style,
validator,
name)
|
__repr__(self)
| |
Check(self,
index,
check)
| |
bool |
Do the 2nd phase and create the GUI control. |
int | GetItemHeight(self)
|
int |
Test where the given (in client coords) point lies |
int |
Test where the given (in client coords) point lies |
bool | IsChecked(self,
index)
|
Instance Method Details |
---|
Create(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, choices=wxPyEmptyStringArray, style=0, validator=DefaultValidator, name=ListBoxNameStr)Do the 2nd phase and create the GUI control.
|
HitTest(self, pt)Test where the given (in client coords) point lies
|
HitTestXY(self, x, y)Test where the given (in client coords) point lies
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:41 2005 | http://epydoc.sf.net |