Method

AdwViewStackPagesget_selected_page

Declaration [src]

AdwViewStackPage*
adw_view_stack_pages_get_selected_page (
  AdwViewStackPages* self
)

Description [src]

Gets the AdwViewStackPage for the visible child of a view stack

Gets the AdwViewStackPage for the visible child of the associated stack.

Returns NULL if there’s no selected page.

Available since:1.4

Return value

Returns: AdwViewStackPage
 

The stack page.

 The data is owned by the instance.
 The return value can be NULL.