Method
GtkShortcutset_trigger
Declaration [src]
void
gtk_shortcut_set_trigger (
GtkShortcut* self,
GtkShortcutTrigger* trigger
)
Parameters
trigger
-
Type:
GtkShortcutTrigger
The new trigger. If the
trigger
isNULL
, the never trigger will be used.The argument can be NULL
.The instance takes ownership of the data, and is responsible for freeing it.