aboutsummaryrefslogtreecommitdiff
path: root/files/ja/toolkit_api/steel/steeliapplication/index.html
blob: 9d381367ae79c39a5512e69841e402a95aa5de99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>