docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Mon, 04 Feb 2013 20:12:09 +0100
changeset 98 dcfb185ac866
parent 62 2f61931520c9
permissions -rw-r--r--
Fix redraw of overlapping widgets inside AnchorLayout.

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.