Functions for dealing with options.
Functions for dealing with options.
(around-option parent-option set-conv get-conv)(around-option parent-option set-conv get-conv examples)(default-option name)(default-option name setter)(default-option name setter getter)(default-option name setter getter examples)(ignore-option name)(ignore-option name examples)Might be used to explicitly ignore the default behaviour of options.
Might be used to explicitly ignore the default behaviour of options.
(ignore-options source-options)Create a ignore-map for options, which should be ignored. Ready to be merged into default option maps.
Create a ignore-map for options, which should be ignored. Ready to be merged into default option maps.
(option-map & opts)Construct an option map from a list of options.
Construct an option map from a list of options.
(resource-option option-name keys)Defines an option that takes a j18n namespace-qualified keyword as a value. The keyword is used as a prefix for the set of properties in the given key list. This allows subsets of widget options to be configured from a resource bundle.
Example: ; The :resource property looks in a resource bundle for ; prefix.text, prefix.foreground, etc. (resource-option :resource [:text :foreground :background])
Defines an option that takes a j18n namespace-qualified keyword as a value. The keyword is used as a prefix for the set of properties in the given key list. This allows subsets of widget options to be configured from a resource bundle. Example: ; The :resource property looks in a resource bundle for ; prefix.text, prefix.foreground, etc. (resource-option :resource [:text :foreground :background])
(set-option-value target name value)(set-option-value target name value handlers)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |