From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson <mail@peterbe.com> Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../toolkit_api/steel/steeliapplication/index.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/ja/toolkit_api/steel/steeliapplication/index.html (limited to 'files/ja/toolkit_api/steel/steeliapplication/index.html') diff --git a/files/ja/toolkit_api/steel/steeliapplication/index.html b/files/ja/toolkit_api/steel/steeliapplication/index.html new file mode 100644 index 0000000000..9d381367ae --- /dev/null +++ b/files/ja/toolkit_api/steel/steeliapplication/index.html @@ -0,0 +1,23 @@ +--- +title: steelIApplication +slug: Toolkit_API/STEEL/steelIApplication +tags: + - STEEL + - XPCOM + - XPCOM API Reference + - thunderbird +translation_of: Mozilla/Tech/Toolkit_API/STEEL/steelIApplication +--- +<div class="blockIndicator standardNote"> +<p>この記事は <a href="https://developer.mozilla.org/ja/docs/Mozilla/Thunderbird/Releases/3">Thunderbird 3</a> の新機能について述べています</p> +</div> +<p><code>steelIApplication</code> は <a href="http://mxr.mozilla.org/comm-central/source/mail/steel/steelIApplication.idl">http://mxr.mozilla.org/comm-central/source/mail/steel/steelIApplication.idl</a> で定義されています。</p> +<p>XPCOM サービスを通して実装された <a class="internal" href="/ja/Toolkit_API/extIApplication" title="ja/Toolkit API/extIApplication"><code>extIApplication</code></a>: <a class="internal" href="/ja/Toolkit_API/FUEL" title="ja/Toolkit_API/FUEL">FUEL</a> (Firefox) または <a class="internal" href="/ja/Toolkit_API/STEEL" title="ja/Toolkit_API/STEEL">STEEL</a> (Thunderbird), <a class="internal" href="/ja/Toolkit_API/SMILE" title="ja/Toolkit_API/SMILE">SMILE</a> (SeaMonkey) のページの説明を参照してください。</p> +<h2 id="プロパティ">プロパティ</h2> +<table class="standard-table"> <tbody> <tr> <td class="header">プロパティ</td> <td class="header">型</td> <td class="header">説明</td> </tr> <tr> <td><code>platformIsMac</code></td> <td><code>readonly attribute boolean</code></td> <td>アプリケーションが Mac OS X 上で実行されている場合は <code>true</code> を返す。これは、Mac 上での動作が異なる状況での使用を意図しています。例えば、Mac がプリントダイアログでプレビューオプションを提供していないため、アプリケーションが Mac 上での印刷プレビューをサポートしていないことが挙げられます。</td> </tr> </tbody> +</table> +<h2 id="参照">参照</h2> +<p> </p> +<div class="noinclude"> + +</div> -- cgit v1.2.3-54-g00ecf