How do I extend a widget.Button so that it has a new method ID in fyne?

前端 未结 0 1001
迷失自我
迷失自我 2021-01-31 07:18

I did this but it doesn\'t work

type buttonWithID struct {
    widget.ListItemID
}

func newButtonWithID(button widget.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题