Tries to parse the given string into a trigger.
On success, the parsed trigger is returned. When parsing failed, null is returned.
The accepted strings are:
Note that you will have to escape the < and > characters when specifying triggers in XML files, such as GtkBuilder ui files. Use < instead of < and > instead of >.
the string to parse
a new gtk.shortcut_trigger.ShortcutTrigger
Tries to parse the given string into a trigger.
On success, the parsed trigger is returned. When parsing failed, null is returned.
The accepted strings are:
Note that you will have to escape the < and > characters when specifying triggers in XML files, such as GtkBuilder ui files. Use < instead of < and > instead of >.