docs/index.rst
author Radek Brich <radek.brich@devl.cz>
Sat, 05 Jan 2013 18:44:56 +0100
changeset 50 c5b8b9d2da95
parent 45 43b2279b06e1
child 55 1ab0edd5d784
permissions -rw-r--r--
DriverSDL: Implement colors.
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
33
45f1b6d590bd Refactoring: rename eventsource module to emitter.
Radek Brich <radek.brich@devl.cz>
parents: 21
diff changeset
    15
   emitter
12
bb7d41be0c44 Update EventSource documentation.
Radek Brich <radek.brich@devl.cz>
parents: 7
diff changeset
    16
   events
0
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    17
   redraw
7
d4a291b31cbb New color management - named colors.
Radek Brich <radek.brich@devl.cz>
parents: 2
diff changeset
    18
   colors
0
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    19
14
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    20
.. inheritance-diagram:: tuikit.application
45
43b2279b06e1 Clean up Emitter class, simplify event handling. Fix Container.focusnext() method. Add events test (handler auto-registration, order).
Radek Brich <radek.brich@devl.cz>
parents: 38
diff changeset
    21
                         tuikit.events
14
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    22
                         tuikit.widget
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    23
                         tuikit.container
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    24
                         tuikit.window
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    25
                         tuikit.button
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    26
                         tuikit.label
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    27
                         tuikit.scrollbar
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    28
                         tuikit.textedit
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    29
                         tuikit.editfield
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    30
                         tuikit.editbox
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    31
                         tuikit.combobox
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    32
                         tuikit.menu
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    33
                         tuikit.menubar
1f2ff9d3c7f9 Add inheritance diagram to documentation.
Radek Brich <radek.brich@devl.cz>
parents: 13
diff changeset
    34
                         tuikit.treeview
19
5e78d52ebb24 Update demos and tests.
Radek Brich <radek.brich@devl.cz>
parents: 14
diff changeset
    35