can_expand
Description:
[ Version ( deprecated = true , deprecated_since = "5.2" , since = "4.2" ) ]
public abstract bool can_expand (bool horiz)
public abstract bool can_expand (bool horiz)
Warning: can_expand is deprecated since 5.2.
Used for the layout of GdaDataEntry
widgets in containers: queries if this requires horizontal
or vertical expansion, depending on horiz
Parameters:
this | |
horiz |
true to query horizontal expansion requirements, or false for vertical |
Returns:
true if the widget requires expansion |