Tagged Questions
2
votes
1answer
84 views
pygtk WINDOW_TYPE_HINT_DOCK not working on windows
I've been developing a dock-like program for linux, but the problem is that when I wanna run it on windows (xp/vista/7) these properties don't work:
...
1
vote
1answer
165 views
Is there a way to get SendInput to work with an application using GDK?
I have an application that can successfully inject keyboard input using the SendInput API with the UNICODE flag set. This causes WM_KEYUP and WM_KEYDOWN messages to be generated with the VK code of E7 ...