Method: Fox::FXWindow#initialize
- Defined in:
-
rdoc-sources/FXWindow.rb,
rdoc-sources/FXWindow.rb,
rdoc-sources/FXWindow.rb
Return an initialized FXWindow instance, for an owned window.
a
an application instance Fox::FXApp
own
the owner window for this window Fox::FXWindow
opts
window options [Integer]
x
initial x-position [Integer]
y
initial y-position [Integer]
width
initial width [Integer]
height
initial height [Integer]
275 276 |
# File 'rdoc-sources/FXWindow.rb', line 275 def initialize(p, opts=0, x=0, y=0, width=0, height=0) # :yields: theWindow end |