menu.go 71 B

123456789
  1. package widget
  2. type Menu struct {
  3. Captioned
  4. Selected int
  5. }