new widgets
This commit is contained in:
parent
5cc982fa00
commit
285ca80b4b
18 changed files with 373 additions and 43 deletions
|
|
@ -32,6 +32,10 @@ namespace tp {
|
|||
}
|
||||
}
|
||||
|
||||
void setLabel(const std::string& string) {
|
||||
mLabel.mLabel = string;
|
||||
}
|
||||
|
||||
public:
|
||||
void eventUpdateConfiguration(WidgetManager& wm) override {
|
||||
wm.setActiveId("Button");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue