Method

Adw.TabView.prepend

Declaration [src]

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

Description [src]

Inserts child as the first non-pinned page.

Parameters

child GtkWidget*
 

a widget to add

 Ownership is not transferred to the callee

Return value

Returns: AdwTabPage

the page object representing child

Ownership is not transferred to the caller