xmapsubwindows.html

来自「linux图形界面x liberary手册」· HTML 代码 · 共 73 行

HTML
73
字号
<HTML><HEAD><TITLE>Xlib Programming Manual: XMapSubwindows</TITLE></HEAD><BODY><H1 ALIGN=center>XMapSubwindows</H1><H2>Syntax</H2><!.IN "XMapSubwindows" "" "@DEF@"><CODE><PRE>XMapSubwindows(<B>display</B>, <B>w</B>)      <A HREF="../display/opening.html#Display">Display</A> *<B>display</B>;      Window <B>w</B>;</PRE></CODE><H2>Arguments</H2><TABLE><TR><TD> <B>display</B><TD> Specifies the connection to the X server.<TR><TD> <B>w</B><TD> Specifies the window.</TABLE><H2>Description</H2>The<B>XMapSubwindows()</B><!.IN "XMapSubwindows">function maps all subwindows for a specified window in top-to-bottom stacking order.The X server generates<B><A HREF="../events/exposure/expose.html">Expose</A></B>events on each newly displayed window.This may be much more efficient than mapping many windowsone at a time because the server needs to perform much of the workonly once, for all of the windows, rather than for each window.<P><B>XMapSubwindows()</B>can generate a<B>BadWindow</B>error.<H2>Diagnostics</H2><TABLE><TR><TD><B>BadWindow</B><TD>A value for a Window argument does not name a defined Window.</TABLE><H2>See also</H2><B><A HREF="XChangeWindowAttributes.html">XChangeWindowAttributes()</A></B>,<B><A HREF="XConfigureWindow.html">XConfigureWindow()</A></B>,<B><A HREF="XCreateWindow.html">XCreateWindow()</A></B>,<B><A HREF="XDestroyWindow.html">XDestroyWindow()</A></B>,<B><A HREF="XMapRaised.html">XMapRaised()</A></B>,<B><A HREF="XMapWindow.html">XMapWindow()</A></B>,<B><A HREF="XUnmapWindow.html">XUnmapWindow()</A></B>,"<A HREF="map.html">Mapping Windows</A>"<HR><ADDRESS><A HREF="http://tronche.com/">Christophe Tronche</A>, <A HREF="mailto:ch.tronche@computer.org">ch.tronche@computer.org</A></ADDRESS></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?