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,
  :pointer_bg_color,
  :fg_color,
  :pointer_fg_color,
  :width,
  :height,
  :scrollbar,
  keyword_init: true
)

#contents (rw)

[ GitHub ]

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

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

#fg_color (rw)

[ GitHub ]

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

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

#height (rw)

[ GitHub ]

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

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

#pointer_bg_color (rw)

[ GitHub ]

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

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

#pointer_fg_color (rw)

[ GitHub ]

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

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

#pos (rw)

[ GitHub ]

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

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

#scrollbar (rw)

[ GitHub ]

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

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

#width (rw)

[ GitHub ]

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

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