Module: reefvision.widgets.label

Source: ./reefvision/widgets/label.reef


Overview

reefvision.widgets.label โ€” static text leaf (design ยง10.5)

object Label extends view.View. No focus, no event consumption. Paint only.


Objects

Label

Extends: view.View

Fields:

Name Type
text string

proc init(bounds: cell.Rect, text: string)

Methods:

shared fn text(): string

exclusive proc set_text(text: string)

override exclusive proc draw(buf: cell.CellBuffer, abs: cell.Rect, clip: cell.Rect, focused: bool, th: theme.Theme)


Generated by reefc doc