docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Wed, 30 Jan 2013 20:21:08 +0100
changeset 73 85a282b5e4fc
parent 62 2f61931520c9
permissions -rw-r--r--
Add mousehover event (only SDL).

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.