get_child
Description:
[ Version ( since = "3.6" ) ]
public unowned Widget get_child ()
Gets the child of the DockItem, or null
if the item contains no child widget.
The returned widget does not have a reference added, so you do not need to unref it.
Parameters:
Returns:
pointer to child of the DockItem
|