| 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)
|
Check(self, unsigned int index, int check=True) | |
| bool |
Do the 2nd phase and create the GUI control. |
| int | GetItemHeight(self)
|
IsChecked(self, unsigned int index) -> bool | |
| Property Summary | |
|---|---|
ItemHeight: See GetItemHeight | |
thisown: The membership flag | |
| Instance Method Details |
|---|
Check(*args, **kwargs)Check(self, unsigned int index, int check=True) |
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.
|
IsChecked(*args, **kwargs)IsChecked(self, unsigned int index) -> bool |
| Property Details |
|---|
ItemHeightSee
|
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:11:11 2007 | http://epydoc.sf.net |