folded
Description:
[
NoAccessorMethod ]
public bool folded {
get; }
true if the leaflet is folded.
This is similar to the fold property but expressed as a
bool rather than a GEnum
. This makes it convenient to bind the
fold of a leaflet to any other
bool property of other Object's using g_object_bind_property
().