123456789_123456789_123456789_123456789_123456789_

Class: Reline::DialogRenderInfo

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/reline.rb

Instance Attribute Summary

Instance Attribute Details

#bg_color (rw)

[ GitHub ]

  
# File 'lib/reline.rb', line 36

DialogRenderInfo = Struct.new(:pos, :contents, :bg_color, :width, :height, :scrollbar, keyword_init: true)

#contents (rw)

[ GitHub ]

  
# File 'lib/reline.rb', line 36

DialogRenderInfo = Struct.new(:pos, :contents, :bg_color, :width, :height, :scrollbar, keyword_init: true)

#height (rw)

[ GitHub ]

  
# File 'lib/reline.rb', line 36

DialogRenderInfo = Struct.new(:pos, :contents, :bg_color, :width, :height, :scrollbar, keyword_init: true)

#pos (rw)

[ GitHub ]

  
# File 'lib/reline.rb', line 36

DialogRenderInfo = Struct.new(:pos, :contents, :bg_color, :width, :height, :scrollbar, keyword_init: true)

#scrollbar (rw)

[ GitHub ]

  
# File 'lib/reline.rb', line 36

DialogRenderInfo = Struct.new(:pos, :contents, :bg_color, :width, :height, :scrollbar, keyword_init: true)

#width (rw)

[ GitHub ]

  
# File 'lib/reline.rb', line 36

DialogRenderInfo = Struct.new(:pos, :contents, :bg_color, :width, :height, :scrollbar, keyword_init: true)