index.html
来自「linux图形界面x liberary手册」· HTML 代码 · 共 30 行
HTML
30 行
<HTML><HEAD><TITLE>Xlib Programming Manual: Exposure Events</TITLE></HEAD><BODY><H1 ALIGN=center>10.9 Exposure Events</H1>The X protocol does not guarantee to preserve the contents of window regions whenthe windows are obscured or reconfigured.Some implementations may preserve the contents of windows.Other implementations are free to destroy the contents of windowswhen exposed.X expects client applications to assume the responsibility forrestoring the contents of an exposed window region. (An exposed window region describes a formerly obscured window whose region becomes visible.) Therefore, the X server sends <B><A HREF="expose.html">Expose</A></B> events describing the window and the region of the window that has been exposed.A naive client application usually redraws the entire window. A more sophisticated client application redraws only the exposed region.<H5 ALIGN=right><I>Next: <A HREF="expose.html">Expose Events</A></I></H5><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 + -
显示快捷键?