Package: gtk

Function gtk:response-type-keyword

Lambda List

gtk:response-type-keyword (response)

Arguments

response -- an integer with the response value of the gtk:response-type enumeration

Return Value

The keyword for the given response value.

Details

The gtk:response-type-keyword function is an utility function which returns the corresponding keyword for an integer of the gtk:response-type enumeration.

Notes

This is a helper function in the Lisp binding which uses the cffi:foreign-enum-keyword function to get the keyword for the integer value of the enumeration.
 

See also

2024-11-10