| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class CheckListBox |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Control--+ |object--+ | | |ItemContainer--+ |ControlWithItems--+ |ListBox--+ | CheckListBox
Proxy of C++ CheckListBox class
| 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.20050511.rpd on Sun Mar 26 10:04:22 2006 | http://epydoc.sf.net |