Package: gtk

Function gtk-cell-area-focus

Lambda List

gtk-cell-area-focus (area direction)

Arguments

area -- a gtk-cell-area object
direction -- a value of the gtk-direction-type enumeration

Return Value

True if focus remains inside area as a result of this call.

Details

This should be called by the owning layout widget of the cell area when focus is to be passed to area, or moved within area for a given direction and row data.

Implementing gtk-cell-area classes should implement this method to receive and navigate focus in its own way particular to how it lays out cells.
 

See also

2021-12-20