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

  1.  
  2.  
  3.  
  4. XtCreateApplicationContext(3XXTt)FUNCTXItOCNrSeateApplicationContext(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtCreateApplicationContext, XtDestroyApplicationContext,
  9.        XtWidgetToApplicationContext, XtToolkitInitialize - cre-
  10.        ate, destroy, and obtain an application context
  11.  
  12. SSYYNNTTAAXX
  13.        XtAppContext XtCreateApplicationContext()
  14.  
  15.        void XtDestroyApplicationContext(_a_p_p___c_o_n_t_e_x_t)
  16.          XtAppContext _a_p_p___c_o_n_t_e_x_t;
  17.  
  18.        XtAppContext XtWidgetToApplicationContext(_w)
  19.          Widget _w;
  20.  
  21.        void XtToolkitInitialize()
  22.  
  23. AARRGGUUMMEENNTTSS
  24.        _a_p_p___c_o_n_t_e_x_t
  25.          Specifies the application context.
  26.  
  27.        _w     Specifies the widget .
  28.  
  29. DDEESSCCRRIIPPTTIIOONN
  30.        The _X_t_C_r_e_a_t_e_A_p_p_l_i_c_a_t_i_o_n_C_o_n_t_e_x_t function returns an appli-
  31.        cation context, which is an opaque type.     Every applica-
  32.        tion must have at least one application context.
  33.  
  34.        The _X_t_D_e_s_t_r_o_y_A_p_p_l_i_c_a_t_i_o_n_C_o_n_t_e_x_t function destroys the
  35.        specified application context as soon as it is safe to do
  36.        so.  If called from with an event dispatch (for example, a
  37.        callback procedure), _X_t_D_e_s_t_r_o_y_A_p_p_l_i_c_a_t_i_o_n_C_o_n_t_e_x_t does not
  38.        destroy the application context until the dispatch is com-
  39.        plete.
  40.  
  41.        The _X_t_W_i_d_g_e_t_T_o_A_p_p_l_i_c_a_t_i_o_n_C_o_n_t_e_x_t function returns the
  42.        application context for the specified widget.
  43.  
  44.  
  45. SSEEEE AALLSSOO
  46.        XtDisplayInitialize(3Xt)
  47.        _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
  48.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.