4.2.16:Sheet
dialog boxes – Mac OS X only
シート・ダイアログ・ボックス(マックOSXのみ)
A sheet is like a modal dialog box, except that it is
associated with a single window, rather than the entire
application. A sheet appears within its parent window,
sliding from underneath the title bar. While the sheet is
displayed, it blocks other actions in its parent window,
but not in other windows in the application.
シートは、モーダル・ダイアログ・ボックスとよく似ていますが、アプリケーション全てではなく、唯一つのウインドウに関連しているの処が異なります。シートは親になるウインドウのタイトル・バーの直下に滑り降りる様に現れます。シートが現れている間は、親になるウインドウの他のアクションをはブロックされます(実行されません)。しかし、アプリケーション内の異なるウインドウのアクションはブロックされません(実行することができます)。
To display a stack in a sheet dialog box, you use
the sheet
command:
シート・ダイアログ・ボックスにスタックを表示するには、sheetコマンドを使います。
sheet
"My Stack" -- appears in defaultStack
sheet
"My Stack" in stack "My Document"
Note:
Note the
answer,
answer
file,
answer
folder, ask,
ask
file,
and answer
folder commands (see above) all
include an ...as sheet form, so you can display these
dialog boxes as sheets on Mac OS X. You can safely use the
‘as sheet’ form on cross-platform application
as on systems other than OS X, the sheet
command displays
the stack as an ordinary modal dialog box.
注釈:(上述した)answer、answer
file、answer folder、ask、ask
file、answer
folderコマンドは、全てこの機能……シート形式を含んでいます。従って、マックOSXではこれらのダイアログ・ボックスをシートとして表示させることができます。sheetコマンドは、OSX以外のシステムでもクロス・プラットフォーム・アプリケーションでの「as
sheet」形式は、スタックを通常のモーダル・アイアログ・ボックスとしてスタックを表示するので、安全に使うことができます。