Package Gnumed :: Package timelinelib :: Package wxgui :: Package components :: Module wxdatetimepicker :: Class WxDatePickerController
[frames] | no frames]

Class WxDatePickerController

source code

object --+
         |
        WxDatePickerController

Instance Methods
 
__init__(self, py_date_picker, error_bg="pink")
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_date(self) source code
 
set_date(self, wx_date) source code
 
on_set_focus(self) source code
 
on_kill_focus(self) source code
 
on_tab(self) source code
 
on_shift_tab(self) source code
 
on_text_changed(self) source code
 
on_up(self) source code
 
on_down(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, py_date_picker, error_bg="pink")
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)