Badge
Category | refcounted |
Type | hime_badge_t |
Inherits | View |
Display a small piece of infromational text on a square blue background.
Constructors
hime_badge_t hime_badge_create()
Create a new empty Badge.
Return
hime_badge_t
Methods
void hime_badge_set_text(self, text)
Set the text to display.
Parameters
hime_badge_t
selfconst char16_t*
text
Return
void