Method: TkComponent::Builder::GridMap#row_weight
- Defined in:
- lib/tk_component/builder/grid_map.rb
#row_weight(row) ⇒ Object
29 30 31 |
# File 'lib/tk_component/builder/grid_map.rb', line 29 def row_weight(row) @row_weights[row] || 0 end |