gtk_execute_tab_accel


Description:


public bool gtk_execute_tab_accel (string accel_path, void* data, GtkActionEntry entries, size_t entry_count)

Activates the callback function of the GtkActionEntry that corresponds to accel_path.

If no such action exists in entries, then nothing happens.

Parameters:

accel_path

the accelerator path of the action that we want to activate

data

a pointer of data that will be passed to the callback if a tab-shortcut is found

entries

a GtkActionEntry[]

entry_count

the number of entries in entries

Returns:

a boolean that is TRUE if the action was found, otherwise it is FALSE


Namespace: Xfce
Package: libxfce4ui-2