diff options
Diffstat (limited to 'files/ja/toolkit_api/steel/steeliapplication/index.html')
-rw-r--r-- | files/ja/toolkit_api/steel/steeliapplication/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
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> |