get_child
Description:
[ Version ( deprecated = true , deprecated_since = "4.16" ) ]
public unowned RenderNode get_child (uint idx)
public unowned RenderNode get_child (uint idx)
Warning: get_child is deprecated since 4.16.
Gets one of the children.
Note:
GTK's new Vulkan-focused rendering does not support this feature. Use [GtkGLArea](../gtk4/class.GLArea.html) for OpenGL rendering.
Parameters:
this |
a `GskRenderNode` for a gl shader |
idx |
the position of the child to get |
Returns:
the |