docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Fri, 14 Dec 2012 10:20:14 +0100
changeset 32 088b92ffb119
parent 13 19ebde2fd594
child 38 c6e170452c7f
permissions -rw-r--r--
Clean up, refactoring. Rename EventSource to Emitter, begin merging emit() method with handle().

Widget
======

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

   container
   button

.. 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.