insert_actor


Description:

public void insert_actor (Actor actor, int row, int column)

Insert an actor at the specified row and column

Note, column and rows numbers start from zero

Parameters:

this

a Table

actor

the child to insert

row

the row to place the child into

column

the column to place the child into




2022 vala-language.org