ganv_item_grab_focus
void ganv_item_grab_focus (GanvItem* item);
Makes the specified item take the keyboard focus, so all keyboard events will be sent to it. If the canvas widget itself did not have the focus, it grabs it as well.
- item
A canvas item.
- Returns