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.
aan application instance Fox::FXApp
ownthe owner window for this window Fox::FXWindow
optswindow options [Integer]
xinitial x-position [Integer]
yinitial y-position [Integer]
widthinitial width [Integer]
heightinitial 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 |