Renamed Object.Box to GetBox to resolve naming conflicts

This commit is contained in:
Sasha Koshka 2023-08-10 17:48:40 -04:00
parent f99d9e0d2a
commit 2884604fdd
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ type Align int; const (
// Object is any obscreen object. Each object must be linked to a box, even if
// it is that box.
type Object interface {
Box () Box
GetBox () Box
}
// Box is a basic styled box.