; IconEntry (define-enum-extended IconEntryPosition (in-module "sexy") (c-name "SexyIconEntryPosition") (values '("primary" "SEXY_ICON_ENTRY_PRIMARY" "0") '("secondary" "SEXY_ICON_ENTRY_SECONDARY" "1") ) ) ; SpellEntry (define-enum-extended SpellError (in-module "sexy") (c-name "SexySpellError") (values '("backend" "SEXY_SPELL_ERROR_BACKEND" "0") ) )