Composite Widget Focus handling



Hi,

I hope this is the right place to mail, if not just move this were it belongs.

Scenario:
Building a composite widget (parent class == container). User of the widget would use/see the widget as one entity. (Similar to Combobox)

If the CAN_FOCUS flag is unset, I can not call grab focus.

If the CAN_FOCUS flag is set, the focus goes to the container it self and not for one of the childs.

I would like to call grab focus for the composite widget and see that the focus would be passed for one of the childs.

How should I handle this situation in Gtk+?


Risto



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