fyne/

directory
v0.0.0-...-858e686 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2023 License: MIT

README

fyne

Fyne项目分为许多包,每个包提供不同类型的功能。它们如下所示:

fyne.io/fyne/v2此导入提供了所有 Fyne 代码通用的基本定义包括数据类型和接口。

fyne.io/fyne/v2/app应用包提供用于启动新应用程序的 API。通常,您只需要app.New()或app.NewWithID()

fyne.io/fyne/v2/canvas画布包提供了 Fyne 中的所有绘图 API。完整的 Fyne 工具包由这些原始图形类型组成。fyne.io/fyne/v2/container容器包提供用于布局和组织应用程序的容器。

fyne.io/fyne/v2/data/binding绑定包包含将数据源绑定到小组件的方法。

fyne.io/fyne/v2/data/validation验证包提供用于验证小组件内部数据的收费。

fyne.io/fyne/v2/dialog对话包包含确认、错误和文件保存/打开等对话框。

fyne.io/fyne/v2/layout布局包提供了各种布局实现以供使用使用容器(在后面的教程中讨论)。

fyne.io/fyne/v2/storage存储包提供存储访问和管理功能。

fyne.io/fyne/v2/test使用测试中的工具可以更轻松地测试应用程序包。

fyne.io/fyne/v2/widget大多数图形应用程序都是使用小部件集合创建的。Fyne中的所有小部件和交互式元素都在此包中。

Reference

Directories

Path Synopsis
offical
fyne
Run a command line helper for various Fyne tools.
Run a command line helper for various Fyne tools.
fyne/commands
Package commands provides functionality for managing fyne packages and the build process
Package commands provides functionality for managing fyne packages and the build process
fyne/internal/mobile
Package mobile is a partial clone of the golang.org/x/mobile/cmd/gomobile package.
Package mobile is a partial clone of the golang.org/x/mobile/cmd/gomobile package.
fyne/internal/mobile/binres
Package binres implements encoding and decoding of android binary resources.
Package binres implements encoding and decoding of android binary resources.
fyne_demo
Package main provides various examples of Fyne API capabilities.
Package main provides various examples of Fyne API capabilities.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL