Method: UI::Widget#on_widget_raise
- Defined in:
- lib/ektoplayer/ui/widgets.rb
#on_widget_raise(widget) ⇒ Object
135 136 137 138 |
# File 'lib/ektoplayer/ui/widgets.rb', line 135 def () fail 'unhandled widget raise' unless @parent @parent.() end |