I'm setting the selection via CDateTime#setSelection(Date)
I've registered a selection listener to get notified if the user or any
other code sets the date, but the Widget does only throw SelectionEvents
if the date was changed within the widget. I think this is a bug IMHO
since it must be possible to get such types of events also if any other
code sets the selection. Hints?