Method: Fox::FXImageView#initialize
- Defined in:
- rdoc-sources/FXImageView.rb
#initialize(p, img = nil, target = nil, selector = 0, opts = 0, x = 0, y = 0, width = 0, height = 0) ⇒ FXImageView
Return an initialized FXImageView instance.
31 32 |
# File 'rdoc-sources/FXImageView.rb', line 31 def initialize(p, img=nil, target=nil, selector=0, opts=0, x=0, y=0, width=0, height=0) # :yields: theImageView end |