home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat1 / appres.0 next >
Encoding:
Text File  |  1996-10-17  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. APPRES(1)                        APPRES(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        appres - list X application resource database
  9.  
  10. SSYYNNOOPPSSIISS
  11.        aapppprreess [[class [instance]] [-1] [toolkitoptions]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        The  _a_p_p_r_e_s program prints the resources seen by an appli-
  15.        cation (or subhierarchy of an application) with the speci-
  16.        fied  _c_l_a_s_s  and _i_n_s_t_a_n_c_e names.     It can be used to deter-
  17.        mine which resources a particular program will load.   For
  18.        example,
  19.  
  20.         % appres  XTerm
  21.  
  22.        will  list the resources that any _x_t_e_r_m program will load.
  23.        If  no  application  class   is     specified,   the   class
  24.        _-_A_p_p_R_e_s_T_e_s_t_- is used.
  25.  
  26.        To  match  a particular instance name, specify an instance
  27.        name explicitly after the class name, or use the normal Xt
  28.        toolkit option.    For example,
  29.  
  30.         % appres  XTerm  myxterm
  31.        or
  32.         % appres  XTerm  -name  myxterm
  33.  
  34.        To list resources that match a subhierarchy of an applica-
  35.        tion, specify hierarchical class and instance names.   The
  36.        number of class and instance components must be equal, and
  37.        the instance name should not be specified with  a  toolkit
  38.        option.    For example,
  39.  
  40.         % appres  Xman.TopLevelShell.Form  xman.topBox.form
  41.  
  42.        will  list the resources of widgets of _x_m_a_n topBox hierar-
  43.        chy.  To list just the resources matching a specific level
  44.        in the hierarcy, use the -1 option.  For example,
  45.  
  46.         % appres  XTerm.VT100  xterm.vt100    -1
  47.  
  48.        will list the resources matching the _x_t_e_r_m vt100 widget.
  49.  
  50. SSEEEE AALLSSOO
  51.        X(1), xrdb(1), listres(1)
  52.  
  53. AAUUTTHHOORR
  54.        Jim Fulton, MIT X Consortium
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.