| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class VListBox |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Panel--+ |VScrolledWindow--+ | VListBox
HtmlListBoxProxy of C++ VListBox class
| Method Summary | |
|---|---|
| Window |
Construct and show a generic Window. |
Clear(self)
| |
| bool |
Create the GUI part of the Window for 2-phase creation mode. |
| bool | DeselectAll(self)
|
| PyObject | GetFirstSelected(self)
|
| size_t | GetItemCount(self)
|
| Point | GetMargins(self)
|
GetNextSelected(self, unsigned long cookie) -> PyObject | |
| size_t | GetSelectedCount(self)
|
| int | GetSelection(self)
|
| Colour | GetSelectionBackground(self)
|
| bool | HasMultipleSelection(self)
|
| bool | IsCurrent(self,
item)
|
| bool | IsSelected(self,
item)
|
OnDrawBackground(self,
dc,
rect,
n)
| |
OnDrawSeparator(self,
dc,
rect,
n)
| |
| bool | Select(self,
item,
select)
|
| bool | SelectAll(self)
|
| bool | SelectRange(self,
from,
to)
|
SetItemCount(self,
count)
| |
SetMargins(self,
pt)
| |
SetMarginsXY(self,
x,
y)
| |
SetSelection(self,
selection)
| |
SetSelectionBackground(self,
col)
| |
Toggle(self,
item)
| |
| Property Summary | |
|---|---|
FirstSelected: See GetFirstSelected | |
ItemCount: See GetItemCount and SetItemCount | |
Margins: See GetMargins and SetMargins | |
SelectedCount: See GetSelectedCount | |
Selection: See GetSelection and SetSelection | |
SelectionBackground: See GetSelectionBackground and SetSelectionBackground | |
thisown: The membership flag | |
| Instance Method Details |
|---|
__init__(self,
parent,
id=ID_ANY,
pos=DefaultPosition,
size=DefaultSize,
style=0,
name=VListBoxNameStr)
|
Create(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=VListBoxNameStr)Create the GUI part of the Window for 2-phase creation mode.
|
GetNextSelected(*args, **kwargs)GetNextSelected(self, unsigned long cookie) -> PyObject |
| Property Details |
|---|
FirstSelectedSee
|
ItemCountSee
|
MarginsSee
|
SelectedCountSee
|
SelectionSee
|
SelectionBackgroundSee
|
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:10:40 2007 | http://epydoc.sf.net |