1 Star 0 Fork 21

eddylapis / Fyne

forked from Gitee 极速下载 / Fyne 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fyne.go 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
Glenn Lewis 提交于 2019-02-13 12:38 . Tweak godoc example
// 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/app"
// import "fyne.io/fyne/widget"
//
// func main() {
// a := app.New()
//
// w := a.NewWindow("Hello")
// w.SetContent(widget.NewVBox(
// widget.NewLabel("Hello Fyne!"),
// widget.NewButton("Quit", func() {
// a.Quit()
// })))
//
// w.ShowAndRun()
// }
package fyne // import "fyne.io/fyne"
Go
1
https://gitee.com/eddylapis/Fyne.git
git@gitee.com:eddylapis/Fyne.git
eddylapis
Fyne
Fyne
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891