define-scwm-group-proc -- Helper procedure for define-scwm-group-- use that instead.
scwm-group-properties -- Return the group properties for group SYM.
scwm-group-name -- Return the prettified name for group SYM.
scwm-group-docstring -- Return the prettified name for group SYM.
scwm-group-icon -- Return the icon for group SYM.
prompt-from-symbol -- Return a string prompt that is appropriate for the option symbol SYM.
define-scwm-option-proc -- Helper procedure for define-scwm-option.
scwm-option-module -- Return the module in which option SYM was defined.
scwm-option-name -- Return the name of SYM.
scwm-option-documentation -- Return the documentation for SYM.
scwm-option-setter -- Return the setter for SYM.
scwm-option-getter -- Return the getter for SYM.
scwm-option-range -- Return the range for SYM.
scwm-option-favorites -- Return the favorites for SYM.
scwm-option-group -- Return the group for SYM.
scwm-option-permit-disable -- Return the permit-disable flag for SYM.
scwm-option-layout-hint -- Return the permit-disable flag for SYM.
scwm-option-type -- Return the type for SYM.
scwm-option-symset! -- Set option SYM to VALUE.
scwm-option-symget -- Get option SYM's value.