scrolled windows and focus



Hi,

Is there a way to forbid focusing a scrolled window?  I have a
custom widget within it, which is not focusable, but the scrolled
window itself grabs focus anyway.  Calling

        GTK_WIDGET_UNSET_FLAGS (scrolled_window, GTK_CAN_FOCUS);

doesn't help.  In fact, it even makes things worse, because the
focus gets partially stuck: Shift+Tab won't work anymore (though
Tab will.)

For the record, it's GTK+ 2.0.6 here.

Paull




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