Method

HandyTabViewappend_pinned

Declaration [src]

HdyTabPage*
hdy_tab_view_append_pinned (
  HdyTabView* self,
  GtkWidget* child
)

Description [src]

Inserts child as the last pinned page.

Available since:1.2

Parameters

child GtkWidget
 

A widget to add.

 The data is owned by the caller of the function.

Return value

Returns: HdyTabPage
 

The page object representing child.

 The data is owned by the instance.