Method: Fox::FXScrollWindow#initialize
- Defined in:
- rdoc-sources/FXScrollWindow.rb
#initialize(p, opts = 0, x = 0, y = 0, width = 0, height = 0) ⇒ FXScrollWindow
Return an initialized FXScrollWindow instance.
Parameters:
p
-
the parent window for this scroll window Fox::FXComposite
opts
-
the options [Integer]
x
-
initial x-position, when the
LAYOUT_FIX_X
layout hint is in effect [Integer] y
-
initial y-position, when the
LAYOUT_FIX_Y
layout hint is in effect [Integer] width
-
initial width, when the
LAYOUT_FIX_WIDTH
layout hint is in effect [Integer] height
-
initial height, when the
LAYOUT_FIX_HEIGHT
layout hint is in effect [Integer]
29 30 |
# File 'rdoc-sources/FXScrollWindow.rb', line 29 def initialize(p, opts=0, x=0, y=0, width=0, height=0) # :yields: theScrollWindow end |