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

  1.  
  2.  
  3.  
  4. XResourceManagerString(3X11X)LIB FUNCTIOXNRSesourceManagerString(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XResourceManagerString, XScreenResourceString - obtain
  9.        server resource properties
  10.  
  11. SSYYNNTTAAXX
  12.        char *XResourceManagerString(_d_i_s_p_l_a_y)
  13.          Display *_d_i_s_p_l_a_y;
  14.  
  15.        char *XScreenResourceString(_s_c_r_e_e_n)
  16.          Screen *_s_c_r_e_e_n;
  17.  
  18. AARRGGUUMMEENNTTSS
  19.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  20.  
  21.        _s_c_r_e_e_n     Specifies the screen.
  22.  
  23. DDEESSCCRRIIPPTTIIOONN
  24.        The _X_R_e_s_o_u_r_c_e_M_a_n_a_g_e_r_S_t_r_i_n_g function returns the
  25.        RESOURCE_MANAGER property from the server's root window of
  26.        screen zero, which was returned when the connection was
  27.        opened using _X_O_p_e_n_D_i_s_p_l_a_y.  The property is converted from
  28.        type STRING to the current locale.  The conversion is
  29.        identical to that produced by _X_m_b_T_e_x_t_P_r_o_p_e_r_t_y_T_o_T_e_x_t_L_i_s_t
  30.        for a single element STRING property.  The returned string
  31.        is owned by Xlib and should not be freed by the client.
  32.        The property value must be in a format that is acceptable
  33.        to _X_r_m_G_e_t_S_t_r_i_n_g_D_a_t_a_b_a_s_e.     If no property exists, NULL is
  34.        returned.
  35.  
  36.        The _X_S_c_r_e_e_n_R_e_s_o_u_r_c_e_S_t_r_i_n_g function returns the
  37.        SCREEN_RESOURCES property from the root window of the
  38.        specified screen.  The property is converted from type
  39.        STRING to the current locale.  The conversion is identical
  40.        to that produced by _X_m_b_T_e_x_t_P_r_o_p_e_r_t_y_T_o_T_e_x_t_L_i_s_t for a single
  41.        element STRING property.     The property value must be in a
  42.        format that is acceptable to _X_r_m_G_e_t_S_t_r_i_n_g_D_a_t_a_b_a_s_e.  If no
  43.        property exists, NULL is returned.  The caller is respon-
  44.        sible for freeing the returned string by using _X_F_r_e_e.
  45.  
  46. SSEEEE AALLSSOO
  47.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.