Method
AdapTabViewinsert
Declaration [src]
AdapTabPage*
adap_tab_view_insert (
AdapTabView* self,
GtkWidget* child,
int position
)
Description [src]
Inserts a non-pinned page at position.
It’s an error to try to insert a page before a pinned page, in that case
adap_tab_view_insert_pinned() should be used instead.
Parameters
child-
Type:
GtkWidgetA widget to add.
The data is owned by the caller of the method. position-
Type:
intThe position to add
childat, starting from 0.
Return value
Type: AdapTabPage
The page object representing child.
| The returned data is owned by the instance. |