7 lines
82 B
Go
7 lines
82 B
Go
|
package wde
|
||
|
|
||
|
type TitleBarConfig struct {
|
||
|
Lable string
|
||
|
CloseButton bool
|
||
|
}
|