style.go 122 B

12345678910
  1. package ultraviolet
  2. const CURSOR_POINTER = 1
  3. type View struct {
  4. Block Block
  5. Font Font
  6. Cursor int
  7. Custom string
  8. }