README.md revision ed1e0d252c08375a730aae4b3e3f51ad1f6f8773
Widget Autohide
===============
`WidgetAutohide` is a widget-level extension that provides the ability to hide
the widget (through the `hide()` method) when certain UI interactions occur, or
certain events are fired. It provides the `hideOn` attribute that can be
configured by a widget subclass implementing this extension.