added the wintype option to the form so more rich layouts can be created
This commit is contained in:
@@ -9,9 +9,14 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
WinTypeString uint8 = 0
|
||||
WinTypeBASE uint8 = iota
|
||||
WinTypeBAR
|
||||
WinTypeSTRING
|
||||
WinTypeTABLE
|
||||
)
|
||||
|
||||
var WinTYPES = []string{"BASE", "BAR", "STRING", "TABLE"}
|
||||
|
||||
type UIDimensions struct {
|
||||
X0 uint16 `yaml:"X0"`
|
||||
Y0 uint16 `yaml:"Y0"`
|
||||
|
||||
Reference in New Issue
Block a user