why i create a object which is extends container didn't show at list #4329
-
type FunBtn struct { func NewFunBtn() *FunBtn {
there is nothing at list |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
type BtnCard struct { func NewBtnCard() *BtnCard { and i create a object which is extends card also can display normally |
Beta Was this translation helpful? Give feedback.
-
Container cannot be extended - only Widgets can. |
Beta Was this translation helpful? Give feedback.
Container cannot be extended - only Widgets can.
fyne.Container and all objects in canvas package are concrete types which the drivers implement directly.