Method

AdwViewStackPagesset_selected_page

Declaration [src]

void
adw_view_stack_pages_set_selected_page (
  AdwViewStackPages* self,
  AdwViewStackPage* page
)

Description [src]

Sets the visible child in the associated AdwViewStack.

See AdwViewStack:visible-child.

Available since:1.4

Parameters

page AdwViewStackPage
 

A stack page within the associated stack.

 The data is owned by the caller of the function.