Method

HeSplitButtonset_menu_from_specs

Declaration

void
he_split_button_set_menu_from_specs (
  HeSplitButton* self,
  HeMenuItemSpec** specs,
  gint specs_length1
)

Description [src]

Set menu from an array of specifications.

Parameters

specs

Type: An array of HeMenuItemSpec*

No description available.

The length of the array is specified in the specs_length1 argument.
The data is owned by the caller of the method.
specs_length1

Type: gint

No description available.