| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class DateEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ | DateEvent
CalendarEventThis event class holds information about a date change event and is
used together with wx.DatePickerCtrl. It also serves as a base class
for wx.calendar.CalendarEvent. Bind these event types with
EVT_DATE_CHANGED.
| Method Summary | |
|---|---|
| CommandEvent |
This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars. |
| DateTime |
Returns the date. |
Sets the date carried by the event, normally only used by the library internally. | |
| Property Summary | |
|---|---|
Date: See GetDate and SetDate | |
thisown: The membership flag | |
| Method Details |
|---|
__init__(self,
win,
dt,
type)
|
GetDate(self)Returns the date.
|
SetDate(self, date)Sets the date carried by the event, normally only used by the library internally.
|
| Property Details |
|---|
Date |
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:12:52 2007 | http://epydoc.sf.net |