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)
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 | |
actor |
a Actor child of this |
x_expand |
whether |
y_expand |
whether |