#include <SkWidgetViews.h>
Inherits SkWidgetView.
Protected Member Functions | |
virtual bool | onEvent (const SkEvent &) |
Definition at line 113 of file SkWidgetViews.h.
virtual bool SkButtonView::onEvent | ( | const SkEvent & | ) | [protected, virtual] |
Override this to handle events in your subclass. Be sure to call the inherited version for events that you don't handle.
Reimplemented from SkEventSink.