docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Fri, 07 Oct 2011 12:02:33 +0200
changeset 19 5e78d52ebb24
parent 13 19ebde2fd594
child 38 c6e170452c7f
permissions -rw-r--r--
Update demos and tests.

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.