gtk_accel_group_connect_action_entries


Description:


[ Version ( since = "4.16" ) ]
public void gtk_accel_group_connect_action_entries (AccelGroup accel_group, GtkActionEntry action_entries, uint n_action_entries, void* callback_data)

This method will connect each accel_path from the GtkActionEntry in action_entries to its related callback.

If the accelerator is pressed, the related callback will be called.

Parameters:

accel_group

the AccelGroup to connect to

action_entries

array of action_entries to be added

n_action_entries

size of the action_entries array

callback_data

data which should be passed to the callback of each GtkActionEntry


Namespace: Xfce
Package: libxfce4ui-2