xlib
Does xlib have an active window event?
I am开发者_StackOverflow社区 trying to write a program that tracks when the active window changes using Xlib.I am have trouble figuring out the best way to do this.These are my ideas so far:[详细]
2023-02-15 21:11 分类:问答Accept keyboard shortcuts in pyGTK
I would 开发者_如何学JAVAlike to be able to have a keyboard shortcut to do a certain thing, like CTRL+O, or something else...[详细]
2023-02-13 00:16 分类:问答Segmentation Fault In My Xlib Wrapper Class (C++)
I am attempting to create a wrapper class to the Xlib library, but I get a segmentation fault! I am new to C++ and this is probably out of my depth and maybe have my goals set to high, other than that[详细]
2023-02-10 11:11 分类:问答x11/xlib XCreateSimpleWindow over multiple X servers
I\'m trying to follow this tutorial for programming with xlib http://tronche.com/gui/x/xlib/ this is the code i\'ve written so far[详细]
2023-02-10 10:02 分类:问答Is Xlib Still Used?
Is xlib still used? The helpful documentation I can find is http://tronche.com/ which looks, to me, very outdated. Who uses Xlib? Is GTK+ and QT built on i开发者_如何学Pythont? thanks in advance, ell.[详细]
2023-02-10 06:00 分类:问答Xlib: draw a text input box and read text as it is typed
I am tryi开发者_运维问答ng to implement a text box where a user can type, use arrow keys, backspace, delete, etc.I would like to be able to know what is in this text box without the user needing to su[详细]
2023-02-06 19:35 分类:问答XOpenDisplay fails from udev event
开发者_如何学编程I am trying to open the X display like so: disp = XOpenDisplay(NULL); When I run this from my users shell it works fine but if it is run from a udev event (Ubuntu 10.10) the functi[详细]
2023-01-29 08:31 分类:问答X11/Xlib: Create "GlassPane"-Window
I\'ve tried to create a fully transparent window using C++ & X11. It should not consume any events and simply forwards them to the windows below. Some kind of GlassPane as it\'s known for Java-Win[详细]
2023-01-28 14:08 分类:问答using Xlib XnextEvent on linux using JNA
I want to grab the all global key events on linux using JNA same as window hooks. following is the code:[详细]
2023-01-25 18:48 分类:问答XLib Lock Mouse position (Mouse wrap)
I am trying to create a a mouse wrap within X11 for openGL games/content.The approach I was trying to take is to hide the cursor (which I can do just fine), lock the mouse position in the center of th[详细]
2023-01-24 13:15 分类:问答