Home | Trees | Index | Help |
|
---|
Package wx :: Class ListEvent |
|
object
--+ |Object
--+ |Event
--+ |CommandEvent
--+ |NotifyEvent
--+ | ListEvent
Proxy of C++ ListEvent class
Method Summary | |
---|---|
NotifyEvent |
An instance of this class (or one of its derived classes) is sent from a control when the control's state is being changed and the control allows that change to be prevented from happening. |
long | GetCacheFrom(self)
|
long | GetCacheTo(self)
|
int | GetCode(self)
|
int | GetColumn(self)
|
long | GetData(self)
|
int | GetImage(self)
|
long | GetIndex(self)
|
ListItem | GetItem(self)
|
int | GetKeyCode(self)
|
String | GetLabel(self)
|
long | GetMask(self)
|
Point | GetPoint(self)
|
Point | GetPosition(self)
|
String | GetText(self)
|
bool | IsEditCancelled(self)
|
SetEditCanceled(self,
editCancelled)
|
Property Summary | |
---|---|
CacheFrom : See GetCacheFrom | |
CacheTo : See GetCacheTo | |
Column : See GetColumn | |
Data : See GetData | |
Image : See GetImage | |
Index : See GetIndex | |
Item : See GetItem | |
KeyCode : See GetKeyCode | |
Label : See GetLabel | |
m_code | |
m_col | |
m_item | |
m_itemIndex | |
m_oldItemIndex | |
m_pointDrag | |
Mask : See GetMask | |
Point : See GetPoint | |
Text : See GetText | |
thisown : The membership flag |
Method Details |
---|
__init__(self,
commandType=wxEVT_NULL,
id=0)
|
Property Details |
---|
CacheFromSee
|
CacheToSee
|
ColumnSee
|
DataSee
|
ImageSee
|
IndexSee
|
ItemSee
|
KeyCodeSee
|
LabelSee
|
MaskSee
|
PointSee
|
TextSee
|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:09:47 2007 | http://epydoc.sf.net |