get_layout_child


Description:

public unowned LayoutChild get_layout_child (Widget child)

Retrieves a `GtkLayoutChild` instance for the `GtkLayoutManager`, creating one if necessary.

The child widget must be a child of the widget using this.

The `GtkLayoutChild` instance is owned by the `GtkLayoutManager`, and is guaranteed to exist as long as child is a child of the `GtkWidget` using the given `GtkLayoutManager`.

Parameters:

this

a `GtkLayoutManager`

child

a `GtkWidget`

Returns:

a `GtkLayoutChild`




2022 vala-language.org