visualfc/atk

misc.go属性定义反馈

52LY opened this issue · 0 comments

52LY commented

misc.go
行:217-228
是不是少加了 Anchor :const AnchorCenter Anchor = iota

type Anchor int
const (
	AnchorCenter = iota
	AnchorNorth
	AnchorEast
	AnchorSouth
	AnchorWest
	AnchorNorthEast
	AnchorNorthWest
	AnchorSouthEast
	AnchorSouthWest
)

类似还有:

type Direction int
type Compound int
type State int
type ListSelectMode int
type DisplyCursor int
type LineWrapMode int
type TreeSelectMode int