child_find


Description:

public unowned Menuitem child_find (int id)

Search the children of this to find one with the ID of id.

If it doesn't exist then we return NULL.

Parameters:

this

The Menuitem who's children to look on

id

The ID of the child that we're looking for.

Returns:

The menu item with the ID id or NULL if it can't be found.