Module: CDK::WindowHooks
- Included in:
- CDKOBJS
- Defined in:
- lib/cdk/mixins/window_hooks.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
15 16 |
# File 'lib/cdk/mixins/window_hooks.rb', line 15 def destroy end |
#draw(a) ⇒ Object
3 4 |
# File 'lib/cdk/mixins/window_hooks.rb', line 3 def draw(a) end |
#erase ⇒ Object
6 7 |
# File 'lib/cdk/mixins/window_hooks.rb', line 6 def erase end |
#refreshData ⇒ Object
12 13 |
# File 'lib/cdk/mixins/window_hooks.rb', line 12 def refreshData end |
#saveData ⇒ Object
9 10 |
# File 'lib/cdk/mixins/window_hooks.rb', line 9 def saveData end |