Method
HeSplitButtonset_simple_menu
Declaration
void
he_split_button_set_simple_menu (
HeSplitButton* self,
gchar** labels,
gint labels_length1,
gchar** actions,
gint actions_length1
)
Parameters
labels
-
Type: An array of
gchar*
No description available.
The length of the array is specified in the labels_length1
argument.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string. labels_length1
-
Type:
gint
No description available.
actions
-
Type: An array of
gchar*
No description available.
The argument can be NULL
.The length of the array is specified in the actions_length1
argument.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string. actions_length1
-
Type:
gint
No description available.