docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Fri, 01 Feb 2013 00:24:02 +0100
changeset 74 23767a33a781
parent 62 2f61931520c9
permissions -rw-r--r--
Add ScrollWindow. Rewrite EditBox to work with OffsetLayout. Add propery "exposed" to DrawEvent. Add Widget._view_size. Add config file (driver, log_level).

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.