1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Examples
========
Several test examples can be found for testing
:ref:`TraitsUI\'s own demos<traitsui-demo>`.
Editors
-------
- :github-demo:`BooleanEditor <Standard_Editors/tests/test_BooleanEditor_simple_demo.py>`
- :github-demo:`ButtonEditor <Standard_Editors/tests/test_ButtonEditor_simple_demo.py>`
- :github-demo:`CheckListEditor <Standard_Editors/tests/test_CheckListEditor_simple_demo.py>`
- :github-demo:`EnumEditor <Standard_Editors/tests/test_EnumEditor_demo.py>`
- :github-demo:`FileEditor <Standard_Editors/tests/test_FileEditor_demo.py>`
- :github-demo:`InstanceEditor <Standard_Editors/tests/test_InstanceEditor_demo.py>`
- :github-demo:`ListEditor <Standard_Editors/tests/test_ListEditor_demo.py>`
- :github-demo:`ListEditor (notebook) <Advanced/tests/test_List_editor_notebook_selection_demo.py>`
- :github-demo:`RangeEditor <Standard_Editors/tests/test_RangeEditor_demo.py>`
- :github-demo:`TextEditor <Standard_Editors/tests/test_TextEditor_demo.py>`
Applications
------------
- :github-demo:`Converter <Applications/tests/test_converter.py>`
|