get_placeholder_by_name
Description:
[ Version ( deprecated = true , deprecated_since = "3.6" ) ]
public unowned DockPlaceholder get_placeholder_by_name (string name)
public unowned DockPlaceholder get_placeholder_by_name (string name)
Warning: get_placeholder_by_name is deprecated since 3.6.
Looks for an DockPlaceholder object bound to the master of the dock item.
Note:
This function is always returning null
.
It does not search only in the children of this particular dock widget.
Parameters:
this |
A Dock widget |
name |
An item name |
Returns:
A DockPlaceholder object or |