Method

HeSplitButtonconfigure

Declaration

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

Description [src]

Convenience method to configure the split button.

Parameters

icon_name

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
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 method.
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 method.
The value is a NUL terminated UTF-8 string.
size

Type: HeSplitButtonSize

No description available.

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

Return value

Type: HeSplitButton

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.