UI用モデルファイルの修正.
1 parent 00c4626 commit c82da1e58b6eff5dc352b80f56a00685b5399bfe
Naoya Nitta authored on 9 Sep
Showing 1 changed file
View
2
■■■
AlgebraicDataflowArchitectureModel/models/SimpleUI.model
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