docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Wed, 30 Jan 2013 00:38:48 +0100
changeset 71 cfd3445107b4
parent 62 2f61931520c9
permissions -rw-r--r--
Report mousemove relative position change. Window: when in AnchorLayout, aligned right/bottom - fix resizing by mouse to behave as expected.

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.