Text component that can't be selectable.
Definition TextComponent.h:13
void Build(Andromenda::Surface &surface) override
Event called when this screen is being opened.
Definition WinScreen.cpp:113
std::function< String()> Supplier
Function used to retrieve text that should be set in text component.
Definition WinScreen.h:31
String Id
Unique identifier used to register this entry's component.
Definition WinScreen.h:25
Andromenda::TextComponent * Text
Component associated with this entry.
Definition WinScreen.h:19