docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Sat, 29 Dec 2012 12:16:06 +0100
changeset 41 37b7dfc3eae6
parent 38 c6e170452c7f
child 62 2f61931520c9
permissions -rw-r--r--
Update Emitter: All event handlers now have exactly one argument: object inherited from Event class, which carries any data.

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.