personal-website/wde/titlebar.go

10 lines
140 B
Go
Raw Normal View History

2023-07-22 23:55:08 +00:00
package wde
type TitleBarConfig struct {
Lable string
CloseButton bool
2023-07-24 00:27:53 +00:00
HasIcon bool
IconPath string
IconSize string
2023-07-22 23:55:08 +00:00
}