can_expand


Description:

[ Version ( deprecated = true , deprecated_since = "5.2" , since = "4.2" ) ]
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

Note:

use the GtkWidget:hexpand, GtkWidget:GdauiDataEntry:wexpand or GtkWidget:expand properties

Parameters:

this

a Widget object which implements the DataEntry interface

horiz

true to query horizontal expansion requirements, or false for vertical

Returns:

true if the widget requires expansion