| |
---|
| | in screen.widgets.{wid}.visible(curVisible: Bool, setVisible(nextVisible)) = nextVisible |
---|
| | } |
---|
| | |
---|
| | native channel SetText(wid: Str) { |
---|
| | out screen.widgets.{wid}.text(curText: Str, setText(nextText)) = nextText |
---|
| | in screen.widgets.{wid}.text(curText: Str, setText(nextText)) = nextText |
---|
| | } |
---|
| | |
---|
| | native channel MouseEvent(wid: Str) { |
---|
| | out screen.widgets.{wid}.state(curState: Int, mouseEvent(nextState)) = nextState |
---|
| |
---|
| | |