personal-website/wde/titlebar.go

7 lines
82 B
Go
Raw Normal View History

2023-07-22 23:55:08 +00:00
package wde
type TitleBarConfig struct {
Lable string
CloseButton bool
}