The ``guihost.py`` module ========================= .. py:module:: ansys.scade.guitools.guihost Summary ------- .. py:currentmodule:: guihost .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.scade.guitools.guihost.HostPage` - Defines a property page for hosting client pages. * - :py:obj:`~ansys.scade.guitools.guihost.ProxyPageClient` - Maintains a reference to a client page and the name of its category. .. tab-item:: Functions .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.scade.guitools.guihost.main` - Create the server property pages from the installed clients. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: HostPage ProxyPageClient .. toctree:: :titlesonly: :maxdepth: 1 :hidden: main Description ----------- Provides access to GUI server for property pages.