Constructor

HeSplitButtonwith_config

Declaration

HeSplitButton*
he_split_button_new_with_config (
  const gchar* icon_name,
  const gchar* tooltip_text,
  const gchar* menu_tooltip_text,
  HeSplitButtonSize size
)

Description [src]

Creates a split button with initial configuration.

Parameters

icon_name

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

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

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

Type: HeSplitButtonSize

No description available.

Return value

Type: HeSplitButton

No description available.

The data is owned by the called function.