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

Class WxTimePickerController

source code

object --+
         |
        WxTimePickerController

Instance Methods
 
__init__(self, wx_time_picker)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_time(self) source code
 
set_time(self, wx_time) 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, wx_time_picker)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)