Constructor

HeBottomBarwith_details

Declaration

HeBottomBar*
he_bottom_bar_new_with_details (
  const gchar* title,
  const gchar* description
)

Description [src]

Create a new BottomBar with title and description text. This is a convenience constructor that sets both the title and description in a single call. The bottom bar will be in docked mode by default. .

Parameters

title

Type: const gchar*

The main title text to display .

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

Type: const gchar*

The secondary description text to display .

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

Return value

Type: HeBottomBar

No description available.

The data is owned by the called function.