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