struct

CryTUI::Widgets::Gauge

Inherits Struct < Value < Object

Constructors

new(ratio : Float64, label : Nil | String = nil, filled_style : CryTUI::Style = Style.new, unfilled_style : CryTUI::Style = Style.new, block : CryTUI::Widgets::Block | Nil = nil)
Source

Instance methods

block
Source
filled_style
Source
label
Source
ratio
Source
render(area : Rect, buffer : Buffer)
Source
unfilled_style
Source