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