Constructor

HeViewMononew

Declaration

HeViewMono*
he_view_mono_new (
  GtkWidget* title,
  const gchar* subtitle
)

Description [src]

Create a new ViewMono..

Parameters

title

Type: GtkWidget

The title of the ViewMono. .

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

Type: const gchar*

The subtitle of the ViewMono. .

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: HeViewMono

No description available.

The data is owned by the called function.