in shell_widget commands in ApplicationShell commands
X-Designer 再現機能のスクリプトは、ウィジェットに対するアクションで構成されています。これらのアクションは、該当するウィジェットを含むシェル (すなわちダイアログ) のコンテキスト内で行われる必要があります。シェルを認識できないと、その時点でスクリプトは失敗します。in コマンドを入れ子にすることはできません。一度シェルから (別のシェルに移動するために) 離れると、そのコンテキスト内でアクションを行う前に in キーワードを使用してそのシェルに戻る必要があります。
in ApplicationShell push this_button push that_button push help_dialog_button in help_dialog_popup push cancel_button in ApplicationShell push another_button
関連項目: