.. include:: headings.inc .. currentmodule:: py.crust .. highlight:: python .. _py.crust.Display: ========================================================================================================================================== |phoenix_title| **Display** ========================================================================================================================================== STC used to display an object using Pretty Print. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **Display** .. raw:: html

Inheritance diagram of Display

| |super_classes| Known Superclasses ================================== :class:`py.editwindow.EditWindow` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~py.crust.Display.__init__` Create Display instance. :meth:`~py.crust.Display.push` Receiver for Interpreter.push signal. :meth:`~py.crust.Display.Refresh` :meth:`~py.crust.Display.setItem` Set item to pretty print in the notebook Display tab. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: Display(editwindow.EditWindow) STC used to display an object using Pretty Print. .. method:: __init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=CLIP_CHILDREN | SUNKEN_BORDER, static=False) Create Display instance. .. method:: push(self, command, more) Receiver for Interpreter.push signal. .. method:: Refresh(self) .. method:: setItem(self, item) Set item to pretty print in the notebook Display tab.