Constructor

HeOverlayButtonnew

Declaration

HeOverlayButton*
he_overlay_button_new (
  const gchar* icon,
  const gchar* label,
  const gchar* secondary_icon
)

Description [src]

Creates a new OverlayButton.

Since: 1.0.

Parameters

icon

Type: const gchar*

The icon of the button. .

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
label

Type: const gchar*

The label of the button. .

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

Type: const gchar*

The icon of the secondary button. .

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

No description available.

The data is owned by the called function.