Label - Garland-g/perl6-libui GitHub Wiki

Label

Libui::Label

A label for displaying text

Methods

new(Str:D $text)

Creates a Label

text() returns Str

Returns the text content of the Label.

set-text(Str:D $text) or text(Str:D $text)

Sets the text content of the Label.