docs/index.rst
author Radek Brich <radek.brich@devl.cz>
Fri, 04 Jan 2013 00:13:59 +0100
changeset 45 43b2279b06e1
parent 38 c6e170452c7f
child 55 1ab0edd5d784
permissions -rw-r--r--
Clean up Emitter class, simplify event handling. Fix Container.focusnext() method. Add events test (handler auto-registration, order).

Tuikit documentation
====================

| ``╒══════╤════╤════╕``
| ``│ ├ ╷╷ ╷ │/ ╷ ├  │``
| ``│ ╰╴╰┘ ╰ ╵╰ ╰ ╰╴ │``
| ``╰────────────────╯``

Contents:

.. toctree::
   :maxdepth: 3

   application
   emitter
   events
   redraw
   colors

.. inheritance-diagram:: tuikit.application
                         tuikit.events
                         tuikit.widget
                         tuikit.container
                         tuikit.window
                         tuikit.button
                         tuikit.label
                         tuikit.scrollbar
                         tuikit.textedit
                         tuikit.editfield
                         tuikit.editbox
                         tuikit.combobox
                         tuikit.menu
                         tuikit.menubar
                         tuikit.treeview