| Method Summary |
| Window |
__init__(self,
parent,
id,
pos,
size,
style,
name)
Construct and show a generic Window. |
| |
__repr__(self)
|
| |
base_OnDrawBackground(self,
dc,
rect,
n)
|
| |
base_OnDrawSeparator(self,
dc,
rect,
n)
|
| |
Clear(self)
|
| bool |
Create(self,
parent,
id,
pos,
size,
style,
name)
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(*args,
**kwargs)
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)
|
| 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)
|