views:

55

answers:

1

I've got a GTK/GDK docked window that I need to give keyboard focus to, so accelerator keys (shortcuts) work. Does anybody know if GNOME even allows a docked window to have keyboard focus, and if so, how can I enable it?

Thanks, Mike

A: 

Have you tried gtk_widget_grab_focus (), and set GTK_CAN_FOCUS flag on dock widget?

el.pescado
thanks for the response. yes, i have. unfortunately it doesn't seem to have any affect.
mike