Module: CDK::WindowHooks

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

Instance Method Summary collapse

Instance Method Details

#destroyObject



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

#eraseObject



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

def erase
end

#refreshDataObject



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

def refreshData
end

#saveDataObject



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

def saveData
end