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