diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-12 17:55:08 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-12 17:55:08 +0200 |
| commit | 2f319b8a713398ae93ca76d7e40b413bc88a7719 (patch) | |
| tree | 5bc01ba3c8edd8afdf01d3e20a59c74c2f50874b /README.md | |
| parent | 5f6380842b5cf951f5205cb27f4306763ff3fdcc (diff) | |
Mention internal automatic menu support.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -105,6 +105,10 @@ Patches are welcome too of course. ;) For example, a list of symbols where all symbols depend on the first symbol might create such a menu rooted at the first symbol. Recreating such "cosmetic" menus might be awkward. + + (There is already basic support internally though, because it's needed to get + obscure choice behavior right -- see `_determine_actual_symbols()` and its + helper `_has_auto_menu_dep_on()`.) * [fpemud](https://github.com/fpemud) has put together [Python bindings](https://github.com/fpemud/pylkc) to internal functions in the C |
