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

  1.  
  2.  
  3.  
  4. XtReservePropertyAtom(3Xt) XT FUNCTIONSXtReservePropertyAtom(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtReservePropertyAtom, XtReleasePropertyAtom - maintain a
  9.        cache of property atoms
  10.  
  11. SSYYNNTTAAXX
  12.        Widget XtReservePropertyAtom(_w)
  13.          Widget _w;
  14.  
  15.        void XtReleasePropertyAtome(_w, _a_t_o_m)
  16.          Widget _w;
  17.          Atom _a_t_o_m;
  18.  
  19. AARRGGUUMMEENNTTSS
  20.        _w     Specifies the widget used to reserve the atom.
  21.  
  22.        _a_t_o_m     Specifies the atom whose reservation is to be
  23.          released.
  24.  
  25. DDEESSCCRRIIPPTTIIOONN
  26.        _X_t_R_e_s_e_r_v_e_P_r_o_p_e_r_t_y_A_t_o_m returns an atom that may be used for
  27.        properties in conjunction with conversion requests from
  28.        widget _w. The atom returned will be unique for the display
  29.        of the widget specified.
  30.  
  31. SSEEEE AALLSSOO
  32.        _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s _- _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  33.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  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.