Method

Gtk.Shortcut.set_trigger

Declaration [src]

void
gtk_shortcut_set_trigger (
  GtkShortcut* self,
  GtkShortcutTrigger* trigger
)

Description [src]

Sets the new trigger for self to be trigger.

Sets propertyGtk.Shortcut:trigger

Parameters

trigger GtkShortcutTrigger
 

The new trigger. If the trigger is NULL, the never trigger will be used.

 Can be NULL
 Ownership of the data is transferred to the callee