Constructor

HeTabnew

Declaration

HeTab*
he_tab_new (
  const gchar* label,
  GtkWidget* page
)

Description [src]

Create a new Tab

Since: 1.0.

Parameters

label

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
page

Type: GtkWidget

No description available.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: HeTab

No description available.

The data is owned by the called function.