Method

AdwTabViewprepend

since: 1.0

Declaration [src]

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

Description [src]

Inserts child as the first non-pinned page.

Available since: 1.0

Parameters

child

Type: GtkWidget

A widget to add.

The data is owned by the caller of the method.

Return value

Type: AdwTabPage

The page object representing child.

The returned data is owned by the instance.