A new instance of BoxLayout.
Returns a new instance of BoxLayout.
792 793 794 795
# File 'lib/cosmos/gui/qt.rb', line 792 def initialize(*args) super(*args) setSpacing(5) if Kernel.is_mac? end