#! /usr/local/bin/xbigforth \ automatic generated code \ do not edit also editor also minos also forth component class Spielfeld public: big-icon ptr Stuhl1 big-icon ptr Stuhl4 big-icon ptr Stuhl2 big-icon ptr Stuhl3 ( [varstart] ) ( [varend] ) how: : params DF[ 0 ]DF X" König Artus Tafelrunde" ; class; Spielfeld implements ( [methodstart] ) ( [methodend] ) : widget ( [dumpstart] ) ^^ S[ ]S ( MINOS ) icon" icons/piece0" X" " big-icon new ^^bind Stuhl1 #1 habox new panel ^^ S[ ]S ( MINOS ) icon" icons/piece0" X" " big-icon new ^^bind Stuhl4 ^^ S[ ]S ( MINOS ) icon" icons/piece0" X" " big-icon new ^^bind Stuhl2 #2 habox new panel ^^ S[ ]S ( MINOS ) icon" icons/piece0" X" " big-icon new ^^bind Stuhl3 #1 habox new panel #3 vabox new panel #1 vabox new panel ( [dumpend] ) ; class; : main Spielfeld open-app event-loop bye ; script? [IF] main [THEN] previous previous previous