TabView.insertPinned

adw.tab_page.TabPage insertPinned(gtk.widget.Widget child, int position)

Inserts a pinned page at position.

It's an error to try to insert a pinned page after a non-pinned page, in that case [adw.tab_view.TabView.insert] should be used instead.

Parameters

childa widget to add
positionthe position to add child at, starting from 0

Returns

the page object representing child