Module: CDK::WindowHooks

Included in:
CDKOBJS
Defined in:
lib/cdk/mixins/window_hooks.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject

[View source]

15
16
# File 'lib/cdk/mixins/window_hooks.rb', line 15

def destroy
end

#draw(a) ⇒ Object

[View source]

3
4
# File 'lib/cdk/mixins/window_hooks.rb', line 3

def draw(a)
end

#eraseObject

[View source]

6
7
# File 'lib/cdk/mixins/window_hooks.rb', line 6

def erase
end

#refreshDataObject

[View source]

12
13
# File 'lib/cdk/mixins/window_hooks.rb', line 12

def refreshData
end

#saveDataObject

[View source]

9
10
# File 'lib/cdk/mixins/window_hooks.rb', line 9

def saveData
end