selecting.html

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

HTML
25
字号
<HTML><HEAD><TITLE>Xlib Programming Manual: Selecting Events</TITLE></HEAD><BODY><H1 ALIGN=center>11.1 Selecting Events</H1>There are two ways to select the events you want reported to your clientapplication.One way is to set the event_mask member of the<A HREF="../window/attributes/#XSetWindowAttributes">XSetWindowAttributes</A>structure when you call<B><A HREF="../window/XCreateWindow.html">XCreateWindow()</A></B>and<B><A HREF="../window/XChangeWindowAttributes.html">XChangeWindowAttributes()</A></B>.Another way is to use<B><A HREF="XSelectInput.html">XSelectInput()</A></B>. <H5 ALIGN=right><I>Next: <A HREF="handling-output-buffer.html">Handling the Output Buffer</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 + -
显示快捷键?