Method
BisAlbumreorder_child_after
Declaration [src]
void
bis_album_reorder_child_after (
BisAlbum* self,
GtkWidget* child,
GtkWidget* sibling
)
Description [src]
Moves child
to the position after sibling
in the list of children.
If sibling
is NULL
, moves child
to the first position.
Available since: | 1.0 |