Class: FX::MainWindow

Inherits:
Fox::FXMainWindow
  • Object
show all
Defined in:
lib/libGUIb16.rb,
lib/libGUIb14.rb

Instance Method Summary collapse

Constructor Details

#initialize(p, opts = 0) ⇒ MainWindow

Returns a new instance of MainWindow.



587
588
589
590
# File 'lib/libGUIb16.rb', line 587

def initialize(p, opts = 0)
  p = p.app if p.is_a? Fox::FXId
  super(p, "MainWindow", nil, nil, Fox::DECOR_ALL)
end