personal-website/wde/titlebar.go
2023-07-24 03:27:53 +03:00

10 lines
140 B
Go

package wde
type TitleBarConfig struct {
Lable string
CloseButton bool
HasIcon bool
IconPath string
IconSize string
}