NAME

XtReservePropertyAtom, XtReleasePropertyAtom - maintain a cache of property atoms

SYNTAX

Widget XtReservePropertyAtom(Widget _w); void XtReleasePropertyAtom(Widget _w, Atom _a_t_o_m);

ARGUMENTS

_w Specifies the widget used to reserve the atom.
_a_t_o_m Specifies the atom whose reservation is to be released.

DESCRIPTION

_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 properties in conjunction with conversion requests from widget _w. The atom returned will be unique for the display of the widget specified.

SEE ALSO


_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
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e