get_expand
Description:
[
Version ( deprecated =
true , deprecated_since =
"1.12" , since =
"1.2" ) ]
public bool get_expand (
Actor actor)
Warning: get_expand is deprecated since 1.12.
Retrieves whether actor
should expand inside this
Note:
BoxLayout will honour Actor's
x_expand and
y_expand properies
Parameters:
this |
a BoxLayout
|
actor |
a Actor child of this
|
Returns:
true if the Actor should expand, false otherwise
|