get_item_at_position
Description:
public unowned ContextMenuItem get_item_at_position (
uint position)
Gets the item at the given position in the this.
Parameters:
this |
a ContextMenu
|
position |
the position of the item, counting from 0
|
Returns:
the ContextMenuItem at position position in
this, or null if the position is off the end of the
this.
|