Constructor

HeCardhorizontal

Declaration

HeCard*
he_card_new_horizontal (
  const gchar* title,
  const gchar* subtitle,
  const gchar* icon,
  HeButton* primary_button,
  GtkWidget* widget
)

Description [src]

Constructs a new Card with horizontal layout (MiniContentBlock style)..

Parameters

title

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.
subtitle

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.
icon

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.
primary_button

Type: HeButton

No description available.

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

Type: GtkWidget

No description available.

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

Return value

Type: HeCard

No description available.

The data is owned by the called function.