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