Method

Adw.TabView.get_page

Declaration [src]

AdwTabPage*
adw_tab_view_get_page (
  AdwTabView* self,
  GtkWidget* child
)

Description [src]

Gets the AdwTabPage object representing child.

Available since:1.0

Parameters

child GtkWidget*
 

a child in self

 The data is owned by the caller of the function

Return value

Returns: AdwTabPage

the page object for child

The data is owned by the called function