Method

Adw.TabView.prepend_pinned

Declaration [src]

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

Description [src]

Inserts child as the first pinned page.

Available since:1.0

Parameters

child GtkWidget*
 

a widget to add

 The data is owned by the caller of the function

Return value

Returns: AdwTabPage

the page object representing child

The data is owned by the called function