IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Man page 1 : appres

APPRES 1 "appres 1.0.3" "X Version 11"

Page d'accueil du man

Cette page de documentation est issue d'une conversion automatique de developpez.com.
Les traductions proviennent des sites Debian, Linux Kernel et du projet Perkamon.
N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires Donner une note à l´article (5).

Article lu   fois.

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

1. NAME

appres - list X application resource database

2. SYNOPSIS

appres [class [instance]] [-1] [toolkitoptions]

3. DESCRIPTION

The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names. It can be used to determine which resources a particular program will load. For example,

 
Sélectionnez
% appres  XTerm


will list the resources that any xterm program will load. If no application class is specified, the class -AppResTest- is used.

To match a particular instance name, specify an instance name explicitly after the class name, or use the normal Xt toolkit option. For example,

 
Sélectionnez
% appres  XTerm  myxterm

or

 
Sélectionnez
% appres  XTerm  -name  myxterm

To list resources that match a subhierarchy of an application, specify hierarchical class and instance names. The number of class and instance components must be equal, and the instance name should not be specified with a toolkit option. For example,

 
Sélectionnez
% appres  Xman.TopLevelShell.Form  xman.topBox.form


will list the resources of widgets of xman topBox hierarchy. To list just the resources matching a specific level in the hierarchy, use the -1 option. For example,

 
Sélectionnez
% appres  XTerm.VT100  xterm.vt100  -1


will list the resources matching the xterm vt100 widget.

4. SEE ALSO

X(7), xrdb(1), listres(1)

5. AUTHOR

Jim Fulton, MIT X Consortium

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+   

Licence Creative Commons
Le contenu de cet article est rédigé par Developpez.com et est mis à disposition selon les termes de la Licence Creative Commons Attribution 3.0 non transposé.
Les logos Developpez.com, en-tête, pied de page, css, et look & feel de l'article sont Copyright © 2013 Developpez.com.