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