.\" $Xorg: appres.man,v 1.3 2000/08/17 19:53:48 cpqbld Exp $ .\" Copyright 1993, 1994, 1998 The Open Group .\" .\" All Rights Reserved. .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. .\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR .\" OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The Open Group shall .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" .\" Copyright (c) 1998, 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM, .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The X Japanese .\" Documentation Project shall not be used in advertising or otherwise to .\" promote the sale, use or other dealings in this Software without prior .\" written authorization from The X Japanese Documentation Project. .\" .\" X Window System is a trademark of The Open Group. .\" .\" Translated Thu May 21 1998 .\" by Tanoshima Hidetoshi .\" Updated Sun Oct 14 21:16:35 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .\" $XFree86: xc/programs/appres/appres.man,v 1.7 2001/01/27 18:21:00 dawes Exp $ .\" .TH APPRES 1 "Release 6.5" "X Version 11" .SH 名前 .\"0 appres \- list X application resource database appres \- X アプリケーションのリソースデータベースをリストする。 .SH 書式 .B "appres" [[class [instance]] [\-1] [toolkitoptions] .SH 説明 .PP .\"0 The \fIappres\fP program prints the resources seen by an application .\"0 (or subhierarchy of an application) with the specified \fIclass\fP and .\"0 \fIinstance\fP names. It can be used to determine which .\"0 resources a particular program will load. For example, \fIappres\fP プログラムは \fIclass\fP と \fIinstance\fP 名を指定して アプリケーション(またはアプリケーションの子階層)が参照するリソースを表 示する。これはあるプログラムがロードするリソースを決めるのに使われる。例 えば、 .\" (??)subhierarchyはどう訳す? .sp 1 .in +.5i .nf % appres XTerm .fi .in -.5i .sp 1 .\"0 will list the resources that any \fIxterm\fP program will load. .\"0 If no application class is specified, the class \fI-AppResTest-\fP is used. とすると、すべての\fIxterm\fP プログラムがロードするリソースを表示する。 アプリケーションクラスを指定しないと、クラス \fI-AppResTest-\fP を使う。 .PP .\"0 To match a particular instance name, specify an instance name .\"0 explicitly after the class name, or use the normal Xt toolkit option. .\"0 For example, あるインスタンス名にマッチさせるためには、クラス名のあとにインスタンス 名を明示するか、通常の Xt ツールキットオプションを用いる。 例えば、 .sp 1 .in +.5i .nf % appres XTerm myxterm .fi .in -.5i または .in +.5i .nf % appres XTerm \-name myxterm .fi .in -.5i .PP .\"0 To list resources that match a subhierarchy of an application, specify .\"0 hierarchical class and instance names. The number of class and instance .\"0 components must be equal, and the instance name should not be .\"0 specified with a toolkit option. For example, アプリケーションの子階層にマッチするリソースをリストするためには、階層 クラスとインスタンス名を指定する。クラスとインスタンスの構成 の数は同じでなければならず、インスタンス名はツールキットオプションで指 定すべきではない。例えば、 .sp 1 .in +.5i .nf % appres Xman.TopLevelShell.Form xman.topBox.form .fi .in -.5i .sp 1 .\"0 will list the resources of widgets of \fIxman\fP topBox hierarchy. .\"0 To list just the resources matching a specific level in the hierarcy, .\"0 use the \-1 option. For example, とすると \fIxman\fP の topBox 階層のウィジェットのリソースをリストする。 階層中の特定のレベルにマッチするリソースのみリストするには、\-1 を用いる。 例えば、 .sp 1 .in +.5i .nf % appres XTerm.VT100 xterm.vt100 \-1 .fi .in -.5i .sp 1 .\"0 will list the resources matching the \fIxterm\fP vt100 widget. とすると、\fIxterm\fP vt100 ウィジェットにマッチするリソースをリストす る。 .SH 関連項目 .PP X(7), xrdb(1), listres(1) .SH 著者 Jim Fulton, MIT X Consortium