docs/index.rst
author Radek Brich <radek.brich@devl.cz>
Fri, 07 Oct 2011 12:02:33 +0200
changeset 19 5e78d52ebb24
parent 14 1f2ff9d3c7f9
child 21 8553a6bd2d82
permissions -rw-r--r--
Update demos and tests.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
684cdc352562 Menu, Window and other improvements.
Radek Brich <radek.brich@devl.cz>
parents: 0
diff changeset
     1
Tuikit documentation
684cdc352562 Menu, Window and other improvements.
Radek Brich <radek.brich@devl.cz>
parents: 0
diff changeset
     2
====================
0
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     3
19
5e78d52ebb24 Update demos and tests.
Radek Brich <radek.brich@devl.cz>
parents: 14
diff changeset
     4
| ``╒══════╤════╤════╕``
5e78d52ebb24 Update demos and tests.
Radek Brich <radek.brich@devl.cz>
parents: 14
diff changeset
     5
| ``│ ├ ╷╷ ╷ │/ ╷ ├  │``
5e78d52ebb24 Update demos and tests.
Radek Brich <radek.brich@devl.cz>
parents: 14
diff changeset
     6
| ``│ ╰╴╰┘ ╰ ╵╰ ╰ ╰╴ │``
5e78d52ebb24 Update demos and tests.
Radek Brich <radek.brich@devl.cz>
parents: 14
diff changeset
     7
| ``╰────────────────╯``
5e78d52ebb24 Update demos and tests.
Radek Brich <radek.brich@devl.cz>
parents: 14
diff changeset
     8
0
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     9
Contents:
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    10
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    11
.. toctree::
2
684cdc352562 Menu, Window and other improvements.
Radek Brich <radek.brich@devl.cz>
parents: 0
diff changeset
    12
   :maxdepth: 3
0
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    13
13
19ebde2fd594 Add more generated documentation.
Radek Brich <radek.brich@devl.cz>
parents: 12
diff changeset
    14
   application
12
bb7d41be0c44 Update EventSource documentation.
Radek Brich <radek.brich@devl.cz>
parents: 7
diff changeset
    15
   eventsource
bb7d41be0c44 Update EventSource documentation.
Radek Brich <radek.brich@devl.cz>
parents: 7
diff changeset
    16
   events
2
684cdc352562 Menu, Window and other improvements.
Radek Brich <radek.brich@devl.cz>
parents: 0
diff changeset
    17
   focus
0
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    18
   redraw
7
d4a291b31cbb New color management - named colors.
Radek Brich <radek.brich@devl.cz>
parents: 2
diff changeset
    19
   colors
0
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    20
14
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    21
.. inheritance-diagram:: tuikit.application
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    22
                         tuikit.eventsource
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    23
                         tuikit.widget
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    24
                         tuikit.container
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    25
                         tuikit.window
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    26
                         tuikit.button
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    27
                         tuikit.label
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    28
                         tuikit.scrollbar
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    29
                         tuikit.textedit
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    30
                         tuikit.editfield
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    31
                         tuikit.editbox
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    32
                         tuikit.combobox
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    33
                         tuikit.menu
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    34
                         tuikit.menubar
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    35
                         tuikit.treeview
19
5e78d52ebb24 Update demos and tests.
Radek Brich <radek.brich@devl.cz>
parents: 14
diff changeset
    36