Sha256: e708883b3f89ddf8ad8c7b5755e3a03040841fe1cc518d83ec4c30a261a7d222
Contents?: true
Size: 713 Bytes
Versions: 27
Compression:
Stored size: 713 Bytes
Contents
### align_middle Providing the optional 'height' will set the interface height, overriding any previous or calculated value for 'height'. Aligning the view in the vertical centre of the terminal: # Vedeu.geometry :my_interface do align_middle # ... # end or... # Vedeu.interface :my_interface do # geometry do align_middle # ... # end # end Align this view in the vertical centre of the terminal and setting the height to 20 rows/lines: # Vedeu.geometry :my_interface do align_middle 20 # ... # end or... # Vedeu.interface :my_interface do # geometry do align_middle 20 # end # end
Version data entries
27 entries across 27 versions & 1 rubygems