TabView.insert

Inserts a non-pinned page at position.

It's an error to try to insert a page before a pinned page, in that case adw.tab_view.TabView.insertPinned should be used instead.

Parameters

child gtk.widget.Widget

a widget to add

position int

the position to add child at, starting from 0

Return Value

Type: adw.tab_page.TabPage

the page object representing child