Method

AdapViewStackPagesset_selected_page

since: 1.4

Declaration [src]

void
adap_view_stack_pages_set_selected_page (
  AdapViewStackPages* self,
  AdapViewStackPage* page
)

Description [src]

Sets the visible child in the associated AdapViewStack.

See AdapViewStack:visible-child.

Available since: 1.4

Parameters

page

Type: AdapViewStackPage

A stack page within the associated stack.

The data is owned by the caller of the method.