docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Tue, 04 Oct 2011 22:51:12 +0200
changeset 16 8791a7da6835
parent 13 19ebde2fd594
child 38 c6e170452c7f
permissions -rw-r--r--
Update VerticalLayout/HorizontalLayout. Add layout demo. Add Size, Borders to common. Update Coords, Rect.

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.