Module: Fzeet::StaticMethods

Included in:
Static
Defined in:
lib/fzeet/Control/Static.rb

Instance Method Summary collapse

Instance Method Details

#clearObject



5
# File 'lib/fzeet/Control/Static.rb', line 5

def clear; self.text = ''; self end

#image=(image) ⇒ Object



7
# File 'lib/fzeet/Control/Static.rb', line 7

def image=(image) sendmsg(:setimage, Windows::IMAGE_BITMAP, image.handle) end