changeset 38 | c6e170452c7f |
37:54dd866b8951 | 38:c6e170452c7f |
---|---|
1 TreeView |
|
2 ======== |
|
3 |
|
4 .. toctree:: |
|
5 :maxdepth: 3 |
|
6 :titlesonly: |
|
7 |
|
8 .. automodule:: tuikit.treeview |
|
9 :members: |
|
10 :show-inheritance: |
|
11 |
|
12 |
|
13 Path |
|
14 ---- |
|
15 The path may be string or list. Components are names or indexes. |
|
16 String path uses slash char as separator, names as components. |
|
17 |
|
18 Examples: |
|
19 * '/' |
|
20 * '/a/b/c' |
|
21 * ['a', 'b', 'c'] |
|
22 * [0, 3, 1] |
|
23 |