Class: FX::Packer

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

Instance Method Summary collapse

Constructor Details

#initialize(p, opts = 0) ⇒ Packer

Returns a new instance of Packer.



746
747
748
# File 'lib/libGUIb16.rb', line 746

def initialize(p, opts = 0)
  super(p, opts | Fox::LAYOUT_FILL_X | Fox::LAYOUT_FILL_Y, 0, 0, 0, 0, 4, 4, 0, 0, 0, 0)
end