Method

BisAlbumset_visible_child

Declaration [src]

void
bis_album_set_visible_child (
  BisAlbum* self,
  GtkWidget* visible_child
)

Description [src]

Sets the widget currently visible when the album is folded.

The transition is determined by BisAlbum:transition-type and BisAlbum:child-transition-params. The transition can be cancelled by the user, in which case visible child will change back to the previously visible child.

Available since:1.0

Parameters

visible_child GtkWidget
 

The new child.

 The data is owned by the caller of the function.