zdpgo_fyne

package module
v0.0.0-...-95339f4 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2022 License: MIT Imports: 6 Imported by: 0

README

zdpgo_fyne

基于fyne二次开发的,用于Golang快速开发跨平台App的GUI框架

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fyne

type Fyne struct {
	Log *zdpgo_zap.Zap // 日志,开放给外部使用
	// contains filtered or unexported fields
}

func New

func New(config FyneConfig) *Fyne

New 创建Fyne对象

func (*Fyne) Run

func (f *Fyne) Run(w fyne.Window)

Run 启动应用并展示主窗口

type FyneConfig

type FyneConfig struct {
	Debug       bool   // 是否为debug模式
	LogFilePath string // 日志路径
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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