docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Sat, 02 Feb 2013 12:54:27 +0100
changeset 76 fa5301e58eca
parent 62 2f61931520c9
permissions -rw-r--r--
Update demo_input, demo_editor. Update ScrollView: show/hide scrollbars as needed on child size requests.

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.