Method

BisAlbumget_folded

Declaration [src]

gboolean
bis_album_get_folded (
  BisAlbum* self
)

Description [src]

Gets whether self is folded.

The album will be folded if the size allocated to it is smaller than the sum of the minimum or natural sizes of the children (see BisAlbum:fold-threshold-policy), it will be unfolded otherwise.

Available since:1.0
Gets propertyBis.Album:folded

Return value

Returns: gboolean
 

Whether self is folded.