Class: Reline::DialogRenderInfo
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/reline.rb |
Instance Attribute Summary
- #bg_color rw
- #contents rw
- #fg_color rw
- #height rw
- #pointer_bg_color rw
- #pointer_fg_color rw
- #pos rw
- #scrollbar rw
- #width rw
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, :, 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, :, 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, :, 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, :, keyword_init: true )
#pointer_bg_color (rw)
[ GitHub ]#pointer_fg_color (rw)
[ GitHub ]#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, :, 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, :, 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, :, keyword_init: true )