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

  1.  
  2.  
  3.  
  4. XtAppSetFallbackResources(3XXtT)FUNCTIXOtNASppSetFallbackResources(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtAppSetFallbackResources - set fallback resources
  9.  
  10. SSYYNNTTAAXX
  11.        void XtAppSetFallbackResources(_a_p_p___c_o_n_t_e_x_t, _s_p_e_c_i_f_i_c_a_-
  12.        _t_i_o_n___l_i_s_t)
  13.          XtAppContext _a_p_p___c_o_n_t_e_x_t;
  14.          String* _s_p_e_c_i_f_i_c_a_t_i_o_n___l_i_s_t;
  15.  
  16. AARRGGUUMMEENNTTSS
  17.        _a_p_p___c_o_n_t_e_x_t
  18.          Specifies the application context.
  19.  
  20.        _s_p_e_c_i_f_i_c_a_t_i_o_n___l_i_s_t
  21.          Specifies a NULL-terminated list of resource
  22.          specifications to pre-load the database, or
  23.          NULL.
  24.  
  25. DDEESSCCRRIIPPTTIIOONN
  26.        Each entry in _s_p_e_c_i_f_i_c_a_t_i_o_n___l_i_s_t points to a string in the
  27.        format _X_r_m_P_u_t_L_i_n_e_R_e_s_o_u_r_c_e.  following a call to
  28.        _X_t_A_p_p_S_e_t_F_a_l_l_b_a_c_k_R_e_s_o_u_r_c_e_s, when a resource database is
  29.        being created for a particular screen and the Intrinsics
  30.        are not able to find or read an application-specific class
  31.        resource file and if _s_p_e_c_i_f_i_c_a_t_i_o_n___l_i_s_t is not NULL the
  32.        resource specification in _s_p_e_c_i_f_i_c_a_t_i_o_n___l_i_s_t will be
  33.        merged into the screen resource database in place of the
  34.        application-specific class resource file.  _X_t_A_p_p_S_e_t_-
  35.        _F_a_l_l_b_a_c_k_R_e_s_o_u_r_c_e_s is not required to copy _s_p_e_c_i_f_i_c_a_-
  36.        _t_i_o_n___l_i_s_t; the caller must ensure that the contents of the
  37.        list and the strings addressed by the list remain valid
  38.        until all displys are initialized or until _X_t_A_p_p_S_e_t_-
  39.        _F_a_l_l_b_a_c_k_R_e_s_o_u_r_c_e_s is called again. The value NULL for
  40.        _s_p_e_c_i_f_i_c_a_t_i_o_n___l_i_s_t removes any previous fallback resource
  41.        specification for the application context.  The intended
  42.        use for fallback resources is to provide a minimal number
  43.        of resources that will amke the application usable (or at
  44.        least terminate with helful diagnostic messages) when some
  45.        problem exists in finding and loading the application
  46.        defaults file.
  47.  
  48. SSEEEE AALLSSOO
  49.        _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
  50.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.