Method

AdapViewStackPagesget_selected_page

since: 1.4

Declaration [src]

AdapViewStackPage*
adap_view_stack_pages_get_selected_page (
  AdapViewStackPages* self
)

Description [src]

Gets the AdapViewStackPage for the visible child of a view stack

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

Returns NULL if there’s no selected page.

Available since: 1.4

Return value

Type: AdapViewStackPage

The stack page.

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