Class: Nuklear::UI::Container::LayoutRowDynamic
- Inherits:
-
Struct
- Object
- Struct
- Nuklear::UI::Container::LayoutRowDynamic
- Defined in:
- lib/nuklear/ui/container.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#ncols ⇒ Object
Returns the value of attribute ncols.
Instance Method Summary collapse
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
61 62 63 |
# File 'lib/nuklear/ui/container.rb', line 61 def height @height end |
#ncols ⇒ Object
Returns the value of attribute ncols
61 62 63 |
# File 'lib/nuklear/ui/container.rb', line 61 def ncols @ncols end |
Instance Method Details
#to_command ⇒ Object
62 63 64 |
# File 'lib/nuklear/ui/container.rb', line 62 def to_command [ :ui_layout_row_dynamic, height, ncols ] end |