docs/widget.rst
author Radek Brich <radek.brich@devl.cz>
Mon, 10 Oct 2011 22:20:59 +0200
changeset 25 f69a1f0382ce
parent 13 19ebde2fd594
child 38 c6e170452c7f
permissions -rw-r--r--
Partial DriverPygame.putch() implementation. Add patch for PyGame implementing font.render_glyph(). Add test for PyGame font module. Add special key definitions to DriverPygame.

Widget
======

.. toctree::
   :maxdepth: 3
   :titlesonly:

   container
   button

.. 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.