Method
Adw.TabView.insert_pinned
Declaration [src]
AdwTabPage*
adw_tab_view_insert_pinned (
AdwTabView* self,
GtkWidget* child,
int position
)
Description [src]
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_insert()
should be used instead.
Parameters
child |
GtkWidget* |
a widget to add |
|
Ownership is not transferred to the callee | |
position |
int |
the position to add |
Return value
Returns: AdwTabPage |
|
the page object representing |
|
Ownership is not transferred to the caller |