Store role in Boxes

This commit is contained in:
2024-06-03 21:13:18 -04:00
parent d8ae20d739
commit 2ab920eb26
14 changed files with 40 additions and 19 deletions

View File

@@ -12,6 +12,7 @@ func NewSeparator () *Separator {
this := &Separator {
Box: tomo.NewBox(),
}
tomo.Apply(this, tomo.R("objects", "Separator", ""))
this.SetRole(tomo.R("objects", "Separator", ""))
tomo.Apply(this)
return this
}