Sha256: 141ce384c271169cc982f96418b8e5d06ad63dc29d6fe0b34d6986afca687dd8
Contents?: true
Size: 688 Bytes
Versions: 27
Compression:
Stored size: 688 Bytes
Contents
### align_left Providing the optional 'width' will set the interface width, overriding any previous or calculated value for 'width'. Aligning the view to the left within the terminal: # Vedeu.geometry :my_interface do align_left # ... # end or... # Vedeu.interface :my_interface do # geometry do align_left # ... # end # end Align this view to the left within the terminal and setting the width to 20 columns/chars: # Vedeu.geometry :my_interface do align_left 20 # ... # end or... # Vedeu.interface :my_interface do # geometry do align_left 20 # end # end
Version data entries
27 entries across 27 versions & 1 rubygems