Constructor

HeSideBarnew

Declaration

HeSideBar*
he_side_bar_new (
  GtkWidget* title,
  const gchar* subtitle
)

Description [src]

Create a new SideBar..

Parameters

title

Type: GtkWidget

The title of the SideBar. .

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

Type: const gchar*

The subtitle of the SideBar. .

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

Return value

Type: HeSideBar

No description available.

The data is owned by the called function.