Package: gtk

Function gtk:shortcut-trigger-parse-string

Lambda List

gtk:shortcut-trigger-parse-string (str)

Arguments

str -- a string to parse

Return Value

The new gtk:shortcut-trigger object, or nil on error.

Details

Tries to parse the given string into a trigger. On success, the parsed trigger is returned. When parsing failed, nil is returned. The accepted strings are: Note that you will have to escape the < and &gt; characters when specifying triggers in XML files, such as GtkBuilder UI files. Use &lt; instead of < and &gt; instead of &gt;.
 

See also

2024-11-1