use_trait_observe
Observe a trait on an object, and return its value.
def use_trait_observe(has_trait_object, name):
...
This is useful when you want your component to be in sync with a trait of a widget or HasTraits object.
When the trait changes, your component will be re-rendered.
See use_dark_effective for an example.