bedrocktool/ui/gui/uis.go

12 lines
215 B
Go
Raw Normal View History

package gui
import (
2023-03-14 01:07:39 +00:00
"gioui.org/layout"
2023-03-18 11:12:54 +00:00
"github.com/bedrock-tool/bedrocktool/ui/messages"
)
2023-03-14 01:07:39 +00:00
type C = layout.Context
type D = layout.Dimensions
2023-04-01 22:22:50 +00:00
type HandlerFunc = func(data interface{}) messages.MessageResponse