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

  1.  
  2.  
  3.  
  4. XtMapWidget(3Xt)       XT FUNCTIONS         XtMapWidget(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtMapWidget, XtSetMappedWhenManaged, XtUnmapWidget - map
  9.        and unmap widgets
  10.  
  11. SSYYNNTTAAXX
  12.        XtMapWidget(_w)
  13.         Widget _w;
  14.  
  15.        void XtSetMappedWhenManaged(_w, _m_a_p___w_h_e_n___m_a_n_a_g_e_d)
  16.          Widget _w;
  17.          Boolean _m_a_p___w_h_e_n___m_a_n_a_g_e_d;
  18.  
  19.        XtUnmapWidget(_w)
  20.         Widget _w;
  21.  
  22. AARRGGUUMMEENNTTSS
  23.        _m_a_p___w_h_e_n___m_a_n_a_g_e_d
  24.          Specifies a Boolean value that indicates the new
  25.          value of the map_when_managed field.
  26.  
  27.        _w     Specifies the widget.
  28.  
  29. DDEESSCCRRIIPPTTIIOONN
  30.        If the widget is realized and managed and if the new value
  31.        of map_when_managed is _T_r_u_e, _X_t_S_e_t_M_a_p_p_e_d_W_h_e_n_M_a_n_a_g_e_d maps
  32.        the window.  If the widget is realized and managed and if
  33.        the new value of map_when_managed is _F_a_l_s_e, it unmaps the
  34.        window.    _X_t_S_e_t_M_a_p_p_e_d_W_h_e_n_M_a_n_a_g_e_d is a convenience function
  35.        that is equivalent to (but slightly faster than) calling
  36.        _X_t_S_e_t_V_a_l_u_e_s and setting the new value for the mappedWhen-
  37.        Managed resource.  As an alternative to using _X_t_S_e_t_M_a_p_p_e_d_-
  38.        _W_h_e_n_M_a_n_a_g_e_d to control mapping, a client may set
  39.        mapped_when_managed to _F_a_l_s_e and use _X_t_M_a_p_W_i_d_g_e_t and
  40.        _X_t_U_n_m_a_p_W_i_d_g_e_t explicitly.
  41.  
  42. SSEEEE AALLSSOO
  43.        XtManageChildren(3Xt)
  44.        _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
  45.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.