.. $Id$  -*- rst -*-
.. pyformex reference manual --- toolbar
.. CREATED WITH py2rst.py: DO NOT EDIT

.. include:: ../defines.inc
.. include:: ../links.inc

.. _sec:ref-toolbar:

:mod:`toolbar` --- Toolbars for the pyFormex GUI.
=================================================

.. automodule:: toolbar
   :synopsis: Toolbars for the pyFormex GUI.


   .. autofunction:: addActionButtons(toolbar)
   .. autofunction:: addButton(toolbar,tooltip,icon,func,repeat=False,toggle=False,checked=False,icon0=None)
   .. autofunction:: removeButton(toolbar,button)
   .. autofunction:: addCameraButtons(toolbar)
   .. autofunction:: toggleTransparency()
   .. autofunction:: addTransparencyButton(toolbar)
   .. autofunction:: setTransparency(mode=True)
   .. autofunction:: toggleLight()
   .. autofunction:: addLightButton(toolbar)
   .. autofunction:: setLight(mode=True)
   .. autofunction:: toggleNormals()
   .. autofunction:: addNormalsButton(toolbar)
   .. autofunction:: setNormals(state=True)
   .. autofunction:: togglePerspective()
   .. autofunction:: addPerspectiveButton(toolbar)
   .. autofunction:: setPerspective(mode=True)
   .. autofunction:: setProjection()
   .. autofunction:: toggleShrink()
   .. autofunction:: addShrinkButton(toolbar)
   .. autofunction:: setShrink(mode)
   .. autofunction:: toggleTimeout(onoff=None)
   .. autofunction:: addTimeoutButton(toolbar)
   .. autofunction:: timeout(onoff=None)

   
.. moduleauthor:: pyFormex project (http://pyformex.org)

.. End

