1 Star 0 Fork 21

丁延超 / Fyne

forked from Gitee 极速下载 / Fyne 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fyne.go 813 Bytes
一键复制 编辑 原始数据 按行查看 历史
Christophe Meessen 提交于 2021-02-26 12:45 . set import in alphabetic order
// Package fyne describes the objects and components available to any Fyne app.
// These can all be created, manipulated and tested without rendering (for speed).
// Your main package should use the app package to create an application with
// a default driver that will render your UI.
//
// A simple application may look like this:
//
// package main
//
// import "fyne.io/fyne/v2/app"
// import "fyne.io/fyne/v2/container"
// import "fyne.io/fyne/v2/widget"
//
// func main() {
// a := app.New()
// w := a.NewWindow("Hello")
//
// hello := widget.NewLabel("Hello Fyne!")
// w.SetContent(container.NewVBox(
// hello,
// widget.NewButton("Hi!", func() {
// hello.SetText("Welcome :)")
// }),
// ))
//
// w.ShowAndRun()
// }
package fyne // import "fyne.io/fyne/v2"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/chao0225/Fyne.git
git@gitee.com:chao0225/Fyne.git
chao0225
Fyne
Fyne
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891