Why is this method ineffective? #4607
Replies: 2 comments 13 replies
-
It is just a data, it doesn't contain any logic. What are you trying to do? Extending |
Beta Was this translation helpful? Give feedback.
-
I don't fully understand this, but perhaps you can see how |
Beta Was this translation helpful? Give feedback.
-
type Unit struct {
wStart, wEnd float32
hStart, hEnd float32
fyne.CanvasObject
}
Like this, I made a combinatory, but it doesn't show up in use? This looks like the method should be implemented
Beta Was this translation helpful? Give feedback.
All reactions