setFocus
string
setFocus は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
引数として渡された特定のコントロールまたはパネルにキーボード フォーカスを設定します。なし
window;
columnLayout;
textField -changeCommand "setFocus tf1" tf0;
textField -changeCommand "setFocus tf2" tf1;
textField -changeCommand "setFocus tf0" tf2;
showWindow;