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

  1.  
  2.  
  3.  
  4. XUnmapWindow(3X11)      XLIB FUNCTIONS       XUnmapWindow(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XUnmapWindow, XUnmapSubwindows - unmap windows
  9.  
  10. SSYYNNTTAAXX
  11.        XUnmapWindow(_d_i_s_p_l_a_y, _w)
  12.          Display *_d_i_s_p_l_a_y;
  13.          Window _w;
  14.  
  15.        XUnmapSubwindows(_d_i_s_p_l_a_y, _w)
  16.          Display *_d_i_s_p_l_a_y;
  17.          Window _w;
  18.  
  19. AARRGGUUMMEENNTTSS
  20.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  21.  
  22.        _w     Specifies the window.
  23.  
  24. DDEESSCCRRIIPPTTIIOONN
  25.        The _X_U_n_m_a_p_W_i_n_d_o_w function unmaps the specified window and
  26.        causes the X server to generate an _U_n_m_a_p_N_o_t_i_f_y event.  If
  27.        the specified window is already unmapped, _X_U_n_m_a_p_W_i_n_d_o_w has
  28.        no effect.  Normal exposure processing on formerly
  29.        obscured windows is performed.  Any child window will no
  30.        longer be visible until another map call is made on the
  31.        parent.    In other words, the subwindows are still mapped
  32.        but are not visible until the parent is mapped.    Unmapping
  33.        a window will generate _E_x_p_o_s_e events on windows that were
  34.        formerly obscured by it.
  35.  
  36.        _X_U_n_m_a_p_W_i_n_d_o_w can generate a _B_a_d_W_i_n_d_o_w error.
  37.  
  38.        The _X_U_n_m_a_p_S_u_b_w_i_n_d_o_w_s function unmaps all subwindows for
  39.        the specified window in bottom-to-top stacking order.  It
  40.        causes the X server to generate an _U_n_m_a_p_N_o_t_i_f_y event on
  41.        each subwindow and _E_x_p_o_s_e events on formerly obscured win-
  42.        dows.  Using this function is much more efficient than
  43.        unmapping multiple windows one at a time because the
  44.        server needs to perform much of the work only once, for
  45.        all of the windows, rather than for each window.
  46.  
  47.        _X_U_n_m_a_p_S_u_b_w_i_n_d_o_w_s can generate a _B_a_d_W_i_n_d_o_w error.
  48.  
  49. DDIIAAGGNNOOSSTTIICCSS
  50.        _B_a_d_W_i_n_d_o_w A value for a Window argument does not name a
  51.          defined Window.
  52.  
  53. SSEEEE AALLSSOO
  54.        XChangeWindowAttributes(3X11), XConfigureWindow(3X11),
  55.        XCreateWindow(3X11), XDestroyWindow(3X11), XMapWin-
  56.        dow(3X11) XRaiseWindow(3X11)
  57.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.