Method

AdwTabViewget_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 instance.