Hi,

Is it possible to use set_can_focus() and grab_focus() with a
Gtk::ToolButton? I want a certain toolbar ToolButton to obtain focus
after it has been made sensitive, but now, it seems, calling
set_can_focus() on this ToolButton makes it not accept the focus at all
(I can press the button, but can't select it using arrow keys).
Subsequently, I don't even know what happens further, at the
grab_focus() call. Using grab_focus() alone doesn't set the focus also.
I tried calling set_can_focus() during window setup and after each
set_sensitive() call, but with no difference.

Thanks.

Attachment: signature.asc
Description: Эта часть сообщения подписана цифровой подписью

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to