Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我认为我不需要这些菜单子项。我可以以某种方式处理单击菜单元素本身吗?
像这样的东西:
menu := fyne.NewMenu("Menu Element") menu.Action = func() { ... }
没有弹出子项的菜单只是一排按钮,不是吗?应该可以使用 HBox 和 Button 小部件来实现,或者您可能想要一个工具栏来代替?