get_children
Description:
public unowned List<
Menuitem>
get_children ()
Returns simply the list of children that this menu item has.
The list is valid until another child related function is called, where it might be changed.
Parameters:
this |
The Menuitem to query.
|
Returns:
A List of pointers to Menuitem objects.
|