set_expand


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public void set_expand (Actor actor, bool x_expand, bool y_expand)

Warning: set_expand is deprecated since 1.12.

Sets the horizontal and vertical expand policies for actor inside this

Note:

Use set_x_expand or set_y_expand instead.

Parameters:

this

a TableLayout

actor

a Actor child of this

x_expand

whether actor should allocate extra space horizontally

y_expand

whether actor should allocate extra space vertically