Basic support in X backend for new API

This commit is contained in:
2023-04-14 00:25:05 -04:00
parent bb9c5df088
commit e931717241
7 changed files with 229 additions and 176 deletions

View File

@@ -26,7 +26,7 @@ func NewArtist () *Artist {
func (element *Artist) Bind (entity tomo.Entity) {
element.entity = entity
entity.SetMinimumSize(240, 240)
if entity != nil { entity.SetMinimumSize(240, 240) }
}
func (element *Artist) Draw (destination canvas.Canvas) {