Class: Nuklear::UI::Container::LayoutRowDynamic

Inherits:
Struct
  • Object
show all
Defined in:
lib/nuklear/ui/container.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



61
62
63
# File 'lib/nuklear/ui/container.rb', line 61

def height
  @height
end

#ncolsObject

Returns the value of attribute ncols

Returns:

  • (Object)

    the current value of ncols



61
62
63
# File 'lib/nuklear/ui/container.rb', line 61

def ncols
  @ncols
end

Instance Method Details

#to_commandObject



62
63
64
# File 'lib/nuklear/ui/container.rb', line 62

def to_command
  [ :ui_layout_row_dynamic, height, ncols ]
end