Method
HandyTabViewinsert_pinned
since: 1.2
Declaration [src]
HdyTabPage*
hdy_tab_view_insert_pinned (
  HdyTabView* self,
  GtkWidget* child,
  gint 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 hdy_tab_view_insert() should be used instead.
Available since: 1.2
Parameters
- child
- 
            Type: GtkWidgetA widget to add. The data is owned by the caller of the method. 
- position
- 
            Type: gintThe position to add childat, starting from 0
Return value
Type: HdyTabPage
The page object representing child.
| The data is owned by the instance. |