personal-website/wde/titlebar.go

7 lines
82 B
Go

package wde
type TitleBarConfig struct {
Lable string
CloseButton bool
}