home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / X11 / XUnmapWindow.z / XUnmapWindow
Encoding:
Text File  |  1998-10-30  |  3.1 KB  |  67 lines

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