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

  1.  
  2.  
  3.  
  4. XtGetResourceList(3Xt)       XT FUNCTIONS       XtGetResourceList(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtGetResourceList, XtGetConstraintResourceList - obtain
  9.        resource list
  10.  
  11. SSYYNNTTAAXX
  12.        void XtGetResourceList(_c_l_a_s_s, _r_e_s_o_u_r_c_e_s___r_e_t_u_r_n,
  13.        _n_u_m___r_e_s_o_u_r_c_e_s___r_e_t_u_r_n);
  14.          WidgetClass _c_l_a_s_s;
  15.          XtResourceList *_r_e_s_o_u_r_c_e_s___r_e_t_u_r_n;
  16.          Cardinal *_n_u_m___r_e_s_o_u_r_c_e_s___r_e_t_u_r_n;
  17.  
  18.        void XtGetConstraintResourceList(_c_l_a_s_s, _r_e_s_o_u_r_c_e_s___r_e_t_u_r_n,
  19.        _n_u_m___r_e_s_o_u_r_c_e_s___r_e_t_u_r_n);
  20.          WidgetClass _c_l_a_s_s;
  21.          XtResourceList *_r_e_s_o_u_r_c_e_s___r_e_t_u_r_n;
  22.          Cardinal *_n_u_m___r_e_s_o_u_r_c_e_s___r_e_t_u_r_n;
  23.  
  24. AARRGGUUMMEENNTTSS
  25.        _n_u_m___r_e_s_o_u_r_c_e_s___r_e_t_u_r_n
  26.          Specifies a pointer to where to store the number
  27.          of entries in the resource list.
  28.  
  29.        _r_e_s_o_u_r_c_e_s___r_e_t_u_r_n
  30.          Specifies a pointer to where to store the
  31.          returned resource list.  The caller must free
  32.          this storage using _X_t_F_r_e_e when done with it.
  33.  
  34.        _w_i_d_g_e_t___c_l_a_s_s
  35.          Specifies the widget class.
  36.  
  37. DDEESSCCRRIIPPTTIIOONN
  38.        If _X_t_G_e_t_R_e_s_o_u_r_c_e_L_i_s_t is called before the widget class is
  39.        initialized (that is, before the first widget of that
  40.        class has been created), _X_t_G_e_t_R_e_s_o_u_r_c_e_L_i_s_t returns the
  41.        resource list as specified in the widget class record.  If
  42.        it is called after the widget class has been initialized,
  43.        _X_t_G_e_t_R_e_s_o_u_r_c_e_L_i_s_t returns a merged resource list that con-
  44.        tains the resources for all superclasses. The list
  45.        returned by _X_t_G_e_t_R_e_s_o_u_r_c_e_L_i_s_t should be freed using _X_t_F_r_e_e
  46.        when it is no longer needed.
  47.  
  48.        If _X_t_G_e_t_C_o_n_s_t_r_a_i_n_t_R_e_s_o_u_r_c_e_L_i_s_t is called before the widget
  49.        class is initialized (that is, before the first widget of
  50.        that class has been created), _X_t_G_e_t_C_o_n_s_t_r_a_i_n_t_R_e_s_o_u_r_c_e_L_i_s_t
  51.        returns the resource list as specified in the widget class
  52.        Constraint part record. If it is called after the widget
  53.        class has been initialized, _X_t_G_e_t_C_o_n_s_t_r_a_i_n_t_R_e_s_o_u_r_c_e_L_i_s_t
  54.        returns a merged resource list that contains the Con-
  55.        straint resources for all superclasses. If the specified
  56.        class is not a subclass of _c_o_n_s_t_r_a_i_n_t_W_i_d_g_e_t_C_l_a_s_s,
  57.        _*_r_e_s_o_u_r_c_e_s___r_e_t_u_r_n is set to NULL and _*_n_u_m___r_e_s_o_u_r_c_e_s___r_e_t_u_r_n
  58.        is set to zero. The list returned by _X_t_G_e_t_C_o_n_s_t_r_a_i_n_t_-
  59.        _R_e_s_o_u_r_c_e_L_i_s_t should be freed using _X_t_F_r_e_e when it is no
  60.        longer needed.
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XtGetResourceList(3Xt)       XT FUNCTIONS       XtGetResourceList(3Xt)
  71.  
  72.  
  73. SSEEEE AALLSSOO
  74.        XtGetSubresources(3Xt), XtOffset(3Xt)
  75.        _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
  76.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.