chickadee » gtk-server » gtk-send!

gtk-send! GTK-SERVER #!rest ARGSprocedure

Send a GTK command to GTK-SERVER. Command arguments are converted to strings if necessary and concatenated into a space-separated string. To pass a string argument containing spaces to GTK, it must be quoted using single or double quotes. For example (gtk-send gtk-server "foo bar baz"), (gtk-send gtk-server "foo" "bar" "baz") and (gtk-send gtk-server 'foo 'bar 'baz) are all interpreted as three arguments, but (gtk-send gtk-server "\"foo bar baz\"") and (gtk-send gtk-server "'foo bar baz'") are interpreted as one string argument.

Refer to the GTK-server and GNOME documentation for allowed commands.