struct
TermBuf::Field::Prompt
- TermBuf::Field::Prompt
- Struct
- Value
- Object
Overview
What sits in front of the text.
Defined in:
termbuf/widgets/field.crConstructors
Instance Method Summary
- #clone
-
#continuation : String | Nil
What the rows after the first get, so a wrapped line stays aligned under the one before it.
- #copy_with(text _text = @text, style _style = @style, continuation _continuation = @continuation)
- #style : Style
- #text : String
Constructor Detail
Instance Method Detail
def continuation : String | Nil
#
What the rows after the first get, so a wrapped line stays aligned
under the one before it. Spaces the width of text when nil.
def copy_with(text _text = @text, style _style = @style, continuation _continuation = @continuation)
#