SetStyles set the button styles overriding the default style
(es *EditStyles)
| 104 | |
| 105 | // SetStyles set the button styles overriding the default style |
| 106 | func (ed *Edit) SetStyles(es *EditStyles) { |
| 107 | |
| 108 | ed.styles = es |
| 109 | ed.update() |
| 110 | } |
| 111 | |
| 112 | // LostKeyFocus satisfies the IPanel interface and is called by gui root |
| 113 | // container when the panel loses the key focus |