module Fzeet::StaticMethods
Public Instance Methods
clear()
click to toggle source
# File lib/fzeet/windows/user/Control/Static.rb, line 51 def clear; self.text = ''; self end
image=(image)
click to toggle source
# File lib/fzeet/windows/user/Control/Static.rb, line 53 def image=(image) sendmsg(:setimage, Windows::IMAGE_BITMAP, image.handle) end