docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Fri, 14 Mar 2014 08:44:15 +0100
changeset 79 dbdc38f9981a
parent 62 2f61931520c9
permissions -rw-r--r--
Add attribute storage to Buffer.

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.