docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Wed, 26 Dec 2012 01:00:31 +0100
changeset 40 5faa38c10b67
parent 38 c6e170452c7f
child 62 2f61931520c9
permissions -rw-r--r--
Add ScrollView widget. Update Emitter, rename "on_event" methods to "_handle_event". Update VScrollbar, Layout.

Widget
======

.. toctree::
   :maxdepth: 3
   :titlesonly:

   container
   button
   treeview
   tableview

.. autoclass:: tuikit.widget.Widget
   :members:
   :show-inheritance:

   .. attribute:: x
                  y
      
      Position inside parent widget. Modified by layout manager.
   
   .. attribute:: width
                  height
      
      Actual size. Modified by layout manager.