suppression of the notion of normal and expert mode
This commit is contained in:
@ -92,19 +92,20 @@ corresponding convenience API provided:
|
||||
`enable()`:
|
||||
set the `disabled` attribute to `False`
|
||||
|
||||
mode
|
||||
..
|
||||
mode
|
||||
|
||||
a mode is `normal` or `expert`, just a category of `Option()` or
|
||||
group wich determines if an option is easy to choose or not,
|
||||
available methods are:
|
||||
a mode is `normal` or `expert`, just a category of `Option()` or
|
||||
group wich determines if an option is easy to choose or not,
|
||||
available methods are:
|
||||
|
||||
`get_mode()`:
|
||||
returns the current mode
|
||||
|
||||
`set_mode(mode)`:
|
||||
sets a new mode
|
||||
`get_mode()`:
|
||||
returns the current mode
|
||||
|
||||
`set_mode(mode)`:
|
||||
sets a new mode
|
||||
|
||||
see it in :api:`option.ModeBaseType`
|
||||
see it in :api:`option.ModeBaseType`
|
||||
|
||||
Value owners
|
||||
-------------
|
||||
|
Reference in New Issue
Block a user