docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Wed, 12 Mar 2014 23:21:20 +0100
changeset 78 6031e99c8ad3
parent 62 2f61931520c9
permissions -rw-r--r--
Add Buffer class with basic drawing methods.

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.