SetSelected sets this item selected state
(state bool)
| 495 | |
| 496 | // SetSelected sets this item selected state |
| 497 | func (litem *ListItem) SetSelected(state bool) { |
| 498 | |
| 499 | litem.selected = state |
| 500 | //litem.item.SetSelected2(state) |
| 501 | } |
| 502 | |
| 503 | // SetHighlighted sets this item selected state |
| 504 | func (litem *ListItem) SetHighlighted(state bool) { |