RE: Summer of Code: Simple On-screen Keyboard



 
> If anyone who is familiar with the GOK code reads this, could 
> they detail how they got round this problem.

Well, not GOK, and I'm using the C bindings, but there's a WM hint to ask
for your window never to receive the focus, and you can set it using
gtk_window_set_accept_focus()

http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-acc
ept-focus

gtk_window_set_focus_on_map() is probably also useful.

Phil




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]