Class: FX::MainWindow
- Inherits:
-
Fox::FXMainWindow
- Object
- Fox::FXMainWindow
- FX::MainWindow
- Defined in:
- lib/libGUIb16.rb,
lib/libGUIb14.rb
Instance Method Summary collapse
-
#initialize(p, opts = 0) ⇒ MainWindow
constructor
A new instance of MainWindow.
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 |