Classes
TimeSelector | A time widget that displays a Python datetime.time object using |
Bases: enaml.widgets.bounded_time.BoundedTime
A time widget that displays a Python datetime.time object using an appropriate toolkit specific control.
A python time format string to format the time. If None is supplied (or is invalid) the system locale setting is used. This may not be supported by all backends.
A time selector is free to expand in width by default.
A reference to the ProxyDateSelector object.