英文: My go fyne application is gradually increasing memory usage when the interface is refreshed in t...
widget.NewMultiLineEntry(): 如何滚动到底部?
英文: widget.NewMultiLineEntry(): How to scroll to the bottom? 问题 我正在使用widget.NewMultiLineEntry()在我的GU...
显示/移动主窗口到自定义位置
英文: Show/Move main window at custom position 问题 问题 我找不到设置窗口位置的函数。我查看了代码,看到了为不同元素添加的SetPos函数,想知道为什么没有...
在Golang应用程序中使用Fyne创建一个详细的控制台。
英文: Create a verbose console inside Golang app using Fyne 问题 从使用Python和PyQt的GUI过渡到现在,我习惯在我的程序中添加一种控制...
在使用Go语言和Fyne API中多次调用`Window.SetContent`是否会导致性能问题?
英文: Is it cause performance issue to use multiple Window.SetContent in go with fyne api 问题 我正在开发一个应用...
使用Fyne Go的canvas.NewText()如何使文本可滚动?
英文: How to make the text scrollable with canvas.NewText() with fyne Go 问题 我是你的中文翻译助手,以下是翻译好的内容: 我刚开始...
Golang Fyne v2自定义输入小部件无法覆盖FocusGained()函数吗?
英文: Golang Fyne v2 custom entry widget can not overrule the FocusGained() function? 问题 我目前正在使用Golang...
Go Fyne 项目无法从 Linux 跨编译到 Windows。
英文: Go Fyne project can't cross compile from Linux to Windows 问题 我创建了一个 Go fyne 项目,在使用 go run . ...
在虚拟机(VMware、Azure)上添加OpenGL支持以运行Go Fyne应用程序。
英文: Adding opengl support on vm(vmware,azure) to run Go Fyne app 问题 我正在尝试在虚拟机上运行一个 Fyne 应用程序。我已经在 Vi...
Go语言Fyne库中的widget.list按钮操作
英文: Go lang fyne widget.list button action 问题 嗨,我正在尝试解决这个谜题,我该如何为每个单独的按钮设置函数?这样它们就不会对我拥有的所有3个按钮执行相同的...
7